public static final class LogicalSwitchStatus.Builder
extends java.lang.Object
LogicalSwitchStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LogicalSwitchStatus. |
| Modifier and Type | Method and Description |
|---|---|
LogicalSwitchStatus |
build() |
LogicalSwitchStatus.Builder |
setLogicalSwitchId(java.lang.String logicalSwitchId)
Unique ID identifying the the Logical Switch
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LogicalSwitchStatus.Builder |
setNumLogicalPorts(java.lang.Long numLogicalPorts)
Count of Logical Ports belonging to this switch 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.
|
public Builder()
LogicalSwitchStatus.public LogicalSwitchStatus.Builder setLogicalSwitchId(java.lang.String logicalSwitchId)
logicalSwitchId - New value for the property.public LogicalSwitchStatus.Builder setNumLogicalPorts(java.lang.Long numLogicalPorts)
numLogicalPorts - New value for the property.public LogicalSwitchStatus build()