Share via


WorkloadNetworkDhcpRelay Class

Definition

NSX DHCP Relay

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

Constructors

WorkloadNetworkDhcpRelay()

Initializes a new instance of the WorkloadNetworkDhcpRelay class.

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

Initializes a new instance of the WorkloadNetworkDhcpRelay class.

Properties

DisplayName

Gets or sets display name of the DHCP entity.

(Inherited from WorkloadNetworkDhcpEntity)
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)
ServerAddresses

Gets or sets DHCP Relay Addresses. Max 3.

Methods

Validate()

Validate the object.

Applies to