GetWorkloadNetworkSegmentResult

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)

Types

Link copied to clipboard
object Companion

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
val displayName: String? = null

Display name of the segment.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

Port Vif which segment is associated with.

Link copied to clipboard

The provisioning state

Link copied to clipboard
val revision: Double? = null

NSX revision number.

Link copied to clipboard

Segment status.

Link copied to clipboard

Subnet which to connect segment to.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"