Share via


WorkloadNetworkDhcpServer Class

Definition

NSX DHCP Server

[Newtonsoft.Json.JsonObject("SERVER")]
public class WorkloadNetworkDhcpServer : Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpEntity
[<Newtonsoft.Json.JsonObject("SERVER")>]
type WorkloadNetworkDhcpServer = class
    inherit WorkloadNetworkDhcpEntity
Public Class WorkloadNetworkDhcpServer
Inherits WorkloadNetworkDhcpEntity
Inheritance
WorkloadNetworkDhcpServer
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

WorkloadNetworkDhcpServer()

Initializes a new instance of the WorkloadNetworkDhcpServer class.

WorkloadNetworkDhcpServer(String, IList<String>, String, Nullable<Int64>, String, Nullable<Int64>)

Initializes a new instance of the WorkloadNetworkDhcpServer class.

Properties

DisplayName

Gets or sets display name of the DHCP entity.

(Inherited from WorkloadNetworkDhcpEntity)
LeaseTime

Gets or sets DHCP Server Lease Time.

ProvisioningState

Gets the provisioning state. Possible values include: 'Succeeded', 'Failed', 'Building', 'Deleting', 'Updating'

(Inherited from WorkloadNetworkDhcpEntity)
Revision

Gets or sets NSX revision number.

(Inherited from WorkloadNetworkDhcpEntity)
Segments

Gets NSX Segments consuming DHCP.

(Inherited from WorkloadNetworkDhcpEntity)
ServerAddress

Gets or sets DHCP Server Address.

Applies to