Package com.vmware.nsx_policy.model
Class TransportNodeVtepAdminStateMgmtRequest.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.TransportNodeVtepAdminStateMgmtRequest.Builder
-
- Enclosing class:
- TransportNodeVtepAdminStateMgmtRequest
public static final class TransportNodeVtepAdminStateMgmtRequest.Builder extends java.lang.ObjectBuilder class forTransportNodeVtepAdminStateMgmtRequest.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofTransportNodeVtepAdminStateMgmtRequest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportNodeVtepAdminStateMgmtRequestbuild()TransportNodeVtepAdminStateMgmtRequest.BuildersetAdminStateUp(java.lang.Boolean adminStateUp)Admin State to be turned up or notTransportNodeVtepAdminStateMgmtRequest.BuildersetDeviceName(java.lang.String deviceName)VTEP device name
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofTransportNodeVtepAdminStateMgmtRequest.
-
-
Method Detail
-
setAdminStateUp
public TransportNodeVtepAdminStateMgmtRequest.Builder setAdminStateUp(java.lang.Boolean adminStateUp)
Admin State to be turned up or not- Parameters:
adminStateUp- New value for the property.
-
setDeviceName
public TransportNodeVtepAdminStateMgmtRequest.Builder setDeviceName(java.lang.String deviceName)
VTEP device name- Parameters:
deviceName- New value for the property.
-
build
public TransportNodeVtepAdminStateMgmtRequest build()
-
-