public static final class TransportNodeVtepAdminStateMgmtStatus.Builder
extends java.lang.Object
TransportNodeVtepAdminStateMgmtStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TransportNodeVtepAdminStateMgmtStatus. |
| Modifier and Type | Method and Description |
|---|---|
TransportNodeVtepAdminStateMgmtStatus |
build() |
TransportNodeVtepAdminStateMgmtStatus.Builder |
setAdminStateUp(java.lang.Boolean adminStateUp)
The request is to turn on Admin State or not
|
TransportNodeVtepAdminStateMgmtStatus.Builder |
setDeviceName(java.lang.String deviceName)
VTEP device name
|
TransportNodeVtepAdminStateMgmtStatus.Builder |
setId(java.lang.String id)
Action identifier
|
TransportNodeVtepAdminStateMgmtStatus.Builder |
setStatus(java.lang.String status)
Possible values are:
TransportNodeVtepActionStatus.STATUS_PENDING
TransportNodeVtepActionStatus.STATUS_IN_PROGRESS
TransportNodeVtepActionStatus.STATUS_FAILED
Action status |
TransportNodeVtepAdminStateMgmtStatus.Builder |
setStatusMessage(java.lang.String statusMessage)
Action status message
|
public Builder()
TransportNodeVtepAdminStateMgmtStatus.public TransportNodeVtepAdminStateMgmtStatus.Builder setAdminStateUp(java.lang.Boolean adminStateUp)
adminStateUp - New value for the property.public TransportNodeVtepAdminStateMgmtStatus.Builder setDeviceName(java.lang.String deviceName)
deviceName - New value for the property.public TransportNodeVtepAdminStateMgmtStatus.Builder setId(java.lang.String id)
id - New value for the property.public TransportNodeVtepAdminStateMgmtStatus.Builder setStatus(java.lang.String status)
status - New value for the property.public TransportNodeVtepAdminStateMgmtStatus.Builder setStatusMessage(java.lang.String statusMessage)
statusMessage - New value for the property.public TransportNodeVtepAdminStateMgmtStatus build()