public static final class TransportZoneStatus.Builder
extends java.lang.Object
TransportZoneStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TransportZoneStatus. |
| Modifier and Type | Method and Description |
|---|---|
TransportZoneStatus |
build() |
TransportZoneStatus.Builder |
setNumLogicalPorts(java.lang.Long numLogicalPorts)
Count of logical ports in the transport zone format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
TransportZoneStatus.Builder |
setNumLogicalSwitches(java.lang.Long numLogicalSwitches)
Count of logical switches in the transport zone format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
TransportZoneStatus.Builder |
setNumTransportNodes(java.lang.Long numTransportNodes)
Count of transport nodes in the transport zone format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
TransportZoneStatus.Builder |
setTransportNodeMembers(java.util.List<TransportNodeMemberInfo> transportNodeMembers)
Information about transport nodes which are part of this transport zone
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
TransportZoneStatus.Builder |
setTransportZoneId(java.lang.String transportZoneId)
Unique ID identifying the transport zone
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
TransportZoneStatus.public TransportZoneStatus.Builder setNumLogicalPorts(java.lang.Long numLogicalPorts)
numLogicalPorts - New value for the property.public TransportZoneStatus.Builder setNumLogicalSwitches(java.lang.Long numLogicalSwitches)
numLogicalSwitches - New value for the property.public TransportZoneStatus.Builder setNumTransportNodes(java.lang.Long numTransportNodes)
numTransportNodes - New value for the property.public TransportZoneStatus.Builder setTransportNodeMembers(java.util.List<TransportNodeMemberInfo> transportNodeMembers)
transportNodeMembers - New value for the property.public TransportZoneStatus.Builder setTransportZoneId(java.lang.String transportZoneId)
transportZoneId - New value for the property.public TransportZoneStatus build()