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.Object
Builder 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 L2ForwarderStatusPerNode
build()
L2ForwarderStatusPerNode.Builder
setHighAvailabilityStatus(java.lang.String highAvailabilityStatus)
Possible values are:L2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_ACTIVE
L2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_STANDBY
L2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_DOWN
L2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_SYNC
L2ForwarderStatusPerNode.HIGH_AVAILABILITY_STATUS_UNKNOWN
High Availability status of a service router on the edge node.L2ForwarderStatusPerNode.Builder
setTransportNode(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()
-
-