156 строки
11 KiB
YAML
156 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity"
|
|
name: "WorkloadNetworkDhcpEntity"
|
|
nameWithType: "WorkloadNetworkDhcpEntity"
|
|
summary: "Base class for Workload<wbr>Network<wbr>Dhcp<wbr>Server and Workload<wbr>Network<wbr>Dhcp<wbr>Relay to inherit from."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **WorkloadNetworkDhcpEntity**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity?alt=com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity&text=WorkloadNetworkDhcpEntity\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.WorkloadNetworkDhcpEntity()"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.WorkloadNetworkDhcpEntity()"
|
|
name: "WorkloadNetworkDhcpEntity()"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.WorkloadNetworkDhcpEntity()"
|
|
summary: "Creates an instance of Workload<wbr>Network<wbr>Dhcp<wbr>Entity class."
|
|
syntax: "public WorkloadNetworkDhcpEntity()"
|
|
desc: "Creates an instance of WorkloadNetworkDhcpEntity class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.dhcpType()"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.dhcpType()"
|
|
name: "dhcpType()"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.dhcpType()"
|
|
summary: "Get the dhcp<wbr>Type property: Type of DHCP: SERVER or RELAY."
|
|
syntax: "public DhcpTypeEnum dhcpType()"
|
|
desc: "Get the dhcpType property: Type of DHCP: SERVER or RELAY."
|
|
returns:
|
|
description: "the dhcpType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.DhcpTypeEnum?alt=com.azure.resourcemanager.avs.models.DhcpTypeEnum&text=DhcpTypeEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.displayName()"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.displayName()"
|
|
summary: "Get the display<wbr>Name property: Display name of the DHCP entity."
|
|
syntax: "public String displayName()"
|
|
desc: "Get the displayName property: Display name of the DHCP entity."
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Workload<wbr>Network<wbr>Dhcp<wbr>Entity from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static WorkloadNetworkDhcpEntity fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the WorkloadNetworkDhcpEntity."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of WorkloadNetworkDhcpEntity from the JsonReader."
|
|
returns:
|
|
description: "An instance of WorkloadNetworkDhcpEntity if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity?alt=com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity&text=WorkloadNetworkDhcpEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: The provisioning state."
|
|
syntax: "public WorkloadNetworkDhcpProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: The provisioning state."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpProvisioningState?alt=com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpProvisioningState&text=WorkloadNetworkDhcpProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.revision()"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.revision()"
|
|
name: "revision()"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.revision()"
|
|
summary: "Get the revision property: NSX revision number."
|
|
syntax: "public Long revision()"
|
|
desc: "Get the revision property: NSX revision number."
|
|
returns:
|
|
description: "the revision value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.segments()"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.segments()"
|
|
name: "segments()"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.segments()"
|
|
summary: "Get the segments property: NSX Segments consuming DHCP."
|
|
syntax: "public List<String> segments()"
|
|
desc: "Get the segments property: NSX Segments consuming DHCP."
|
|
returns:
|
|
description: "the segments value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.validate()"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.validate()"
|
|
name: "validate()"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.withDisplayName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.withDisplayName(String displayName)"
|
|
name: "withDisplayName(String displayName)"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.withDisplayName(String displayName)"
|
|
summary: "Set the display<wbr>Name property: Display name of the DHCP entity."
|
|
parameters:
|
|
- description: "the displayName value to set."
|
|
name: "displayName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WorkloadNetworkDhcpEntity withDisplayName(String displayName)"
|
|
desc: "Set the displayName property: Display name of the DHCP entity."
|
|
returns:
|
|
description: "the WorkloadNetworkDhcpEntity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity?alt=com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity&text=WorkloadNetworkDhcpEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.withRevision(java.lang.Long)"
|
|
fullName: "com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity.withRevision(Long revision)"
|
|
name: "withRevision(Long revision)"
|
|
nameWithType: "WorkloadNetworkDhcpEntity.withRevision(Long revision)"
|
|
summary: "Set the revision property: NSX revision number."
|
|
parameters:
|
|
- description: "the revision value to set."
|
|
name: "revision"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public WorkloadNetworkDhcpEntity withRevision(Long revision)"
|
|
desc: "Set the revision property: NSX revision number."
|
|
returns:
|
|
description: "the WorkloadNetworkDhcpEntity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity?alt=com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity&text=WorkloadNetworkDhcpEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to inherit from."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity?alt=com.azure.resourcemanager.avs.models.WorkloadNetworkDhcpEntity&text=WorkloadNetworkDhcpEntity\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.avs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0
|