WorkloadNetworkSegmentProperties Class

Definition

NSX Segment Properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkSegmentPropertiesTypeConverter))]
public class WorkloadNetworkSegmentProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkSegmentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkSegmentPropertiesTypeConverter))>]
type WorkloadNetworkSegmentProperties = class
    interface IWorkloadNetworkSegmentProperties
    interface IJsonSerializable
Public Class WorkloadNetworkSegmentProperties
Implements IWorkloadNetworkSegmentProperties
Inheritance
WorkloadNetworkSegmentProperties
Attributes
Implements

Constructors

WorkloadNetworkSegmentProperties()

Creates an new WorkloadNetworkSegmentProperties instance.

Properties

ConnectedGateway

Gateway which to connect segment to.

DisplayName

Display name of the segment.

PortVif

Port Vif which segment is associated with.

ProvisioningState

The provisioning state

Revision

NSX revision number.

Status

Segment status.

SubnetDhcpRange

DHCP Range assigned for subnet.

SubnetGatewayAddress

Gateway address.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkSegmentProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkSegmentProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkSegmentProperties.

FromJsonString(String)

Creates a new instance of WorkloadNetworkSegmentProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkSegmentProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to