IWorkloadNetworkSegmentProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkSegmentPropertiesTypeConverter))]
public interface IWorkloadNetworkSegmentProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkSegmentPropertiesTypeConverter))>]
type IWorkloadNetworkSegmentProperties = interface
interface IJsonSerializable
Public Interface IWorkloadNetworkSegmentProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |