Package com.vmware.nsx_policy.model
Class L2ForwarderStatusPerNode.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.L2ForwarderStatusPerNode.Builder
-
- Enclosing class:
- L2ForwarderStatusPerNode
public static final class L2ForwarderStatusPerNode.Builder extends java.lang.ObjectBuilder class forL2ForwarderStatusPerNode.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofL2ForwarderStatusPerNode.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L2ForwarderStatusPerNodebuild()L2ForwarderStatusPerNode.BuildersetHighAvailabilityStatus(java.lang.String highAvailabilityStatus)Possible values are:L2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_ACTIVEL2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_STANDBYL2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_DOWNL2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_SYNCL2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_UNKNOWNHigh Availability status of a service router on the edge node.L2ForwarderStatusPerNode.BuildersetTransportNode(ResourceReference transportNode)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofL2ForwarderStatusPerNode.
-
-
Method Detail
-
setHighAvailabilityStatus
public L2ForwarderStatusPerNode.Builder setHighAvailabilityStatus(java.lang.String highAvailabilityStatus)
Possible values are: High Availability status of a service router on the edge node. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
highAvailabilityStatus- New value for the property.
-
setTransportNode
public L2ForwarderStatusPerNode.Builder setTransportNode(ResourceReference transportNode)
- Parameters:
transportNode- New value for the property.
-
build
public L2ForwarderStatusPerNode build()
-
-