Get Workload Network Segment Result
data class GetWorkloadNetworkSegmentResult(val azureApiVersion: String, val connectedGateway: String? = null, val displayName: String? = null, val id: String, val name: String, val portVif: List<WorkloadNetworkSegmentPortVifResponse>, val provisioningState: String, val revision: Double? = null, val status: String, val subnet: WorkloadNetworkSegmentSubnetResponse? = null, val systemData: SystemDataResponse, val type: String)
NSX Segment
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, connectedGateway: String? = null, displayName: String? = null, id: String, name: String, portVif: List<WorkloadNetworkSegmentPortVifResponse>, provisioningState: String, revision: Double? = null, status: String, subnet: WorkloadNetworkSegmentSubnetResponse? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gateway which to connect segment to.
Link copied to clipboard
Display name of the segment.
Link copied to clipboard
Port Vif which segment is associated with.
Link copied to clipboard
The provisioning state
Link copied to clipboard
Subnet which to connect segment to.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.