WorkloadNetworkSegmentProperties interface
NSX Segment Properties
Properties
| connected |
Gateway which to connect segment to. |
| display |
Display name of the segment. |
| port |
Port Vif which segment is associated with. |
| provisioning |
The provisioning state |
| revision | NSX revision number. |
| status | Segment status. |
| subnet | Subnet which to connect segment to. |
Property Details
connectedGateway
Gateway which to connect segment to.
connectedGateway?: string
Property Value
string
displayName
Display name of the segment.
displayName?: string
Property Value
string
portVif
Port Vif which segment is associated with.
portVif?: WorkloadNetworkSegmentPortVif[]
Property Value
provisioningState
The provisioning state
provisioningState?: string
Property Value
string
revision
NSX revision number.
revision?: number
Property Value
number
status
Segment status.
status?: string
Property Value
string
subnet
Subnet which to connect segment to.
subnet?: WorkloadNetworkSegmentSubnet