Condividi tramite


WorkloadNetworkDhcpServer Class

Definition

NSX DHCP Server

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDhcpServerTypeConverter))]
public class WorkloadNetworkDhcpServer : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkDhcpServer, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDhcpServerTypeConverter))>]
type WorkloadNetworkDhcpServer = class
    interface IWorkloadNetworkDhcpServer
    interface IJsonSerializable
    interface IWorkloadNetworkDhcpEntity
    interface IValidates
Public Class WorkloadNetworkDhcpServer
Implements IValidates, IWorkloadNetworkDhcpServer
Inheritance
WorkloadNetworkDhcpServer
Attributes
Implements

Constructors

WorkloadNetworkDhcpServer()

Creates an new WorkloadNetworkDhcpServer instance.

Properties

DhcpType

Type of DHCP: SERVER or RELAY.

DisplayName

Display name of the DHCP entity.

LeaseTime

DHCP Server Lease Time.

ProvisioningState

The provisioning state

Revision

NSX revision number.

Segment

NSX Segments consuming DHCP.

ServerAddress

DHCP Server Address.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkDhcpServer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkDhcpServer.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkDhcpServer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to