WorkloadNetworkSegmentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NSX Segment Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkSegmentPropertiesTypeConverter))]
public class WorkloadNetworkSegmentProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkSegmentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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.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() |