117 строки
8.3 KiB
YAML
117 строки
8.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress"
|
|
name: "NginxPrivateIpAddress"
|
|
nameWithType: "NginxPrivateIpAddress"
|
|
summary: "The Nginx<wbr>Private<wbr>IpAddress model."
|
|
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 final class **NginxPrivateIpAddress**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.NginxPrivateIpAddress()"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.NginxPrivateIpAddress()"
|
|
name: "NginxPrivateIpAddress()"
|
|
nameWithType: "NginxPrivateIpAddress.NginxPrivateIpAddress()"
|
|
summary: "Creates an instance of Nginx<wbr>Private<wbr>IpAddress class."
|
|
syntax: "public NginxPrivateIpAddress()"
|
|
desc: "Creates an instance of NginxPrivateIpAddress class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.privateIpAddress()"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.privateIpAddress()"
|
|
name: "privateIpAddress()"
|
|
nameWithType: "NginxPrivateIpAddress.privateIpAddress()"
|
|
summary: "Get the private<wbr>IpAddress property: The private<wbr>IPAddress property."
|
|
syntax: "public String privateIpAddress()"
|
|
desc: "Get the privateIpAddress property: The privateIPAddress property."
|
|
returns:
|
|
description: "the privateIpAddress value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.privateIpAllocationMethod()"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.privateIpAllocationMethod()"
|
|
name: "privateIpAllocationMethod()"
|
|
nameWithType: "NginxPrivateIpAddress.privateIpAllocationMethod()"
|
|
summary: "Get the private<wbr>IpAllocation<wbr>Method property: The private<wbr>IPAllocation<wbr>Method property."
|
|
syntax: "public NginxPrivateIpAllocationMethod privateIpAllocationMethod()"
|
|
desc: "Get the privateIpAllocationMethod property: The privateIPAllocationMethod property."
|
|
returns:
|
|
description: "the privateIpAllocationMethod value."
|
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxPrivateIpAllocationMethod?alt=com.azure.resourcemanager.nginx.models.NginxPrivateIpAllocationMethod&text=NginxPrivateIpAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.subnetId()"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.subnetId()"
|
|
name: "subnetId()"
|
|
nameWithType: "NginxPrivateIpAddress.subnetId()"
|
|
summary: "Get the subnet<wbr>Id property: The subnet<wbr>Id property."
|
|
syntax: "public String subnetId()"
|
|
desc: "Get the subnetId property: The subnetId property."
|
|
returns:
|
|
description: "the subnetId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.validate()"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NginxPrivateIpAddress.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.withPrivateIpAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.withPrivateIpAddress(String privateIpAddress)"
|
|
name: "withPrivateIpAddress(String privateIpAddress)"
|
|
nameWithType: "NginxPrivateIpAddress.withPrivateIpAddress(String privateIpAddress)"
|
|
summary: "Set the private<wbr>IpAddress property: The private<wbr>IPAddress property."
|
|
parameters:
|
|
- description: "the privateIpAddress value to set."
|
|
name: "privateIpAddress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NginxPrivateIpAddress withPrivateIpAddress(String privateIpAddress)"
|
|
desc: "Set the privateIpAddress property: The privateIPAddress property."
|
|
returns:
|
|
description: "the NginxPrivateIpAddress object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress?alt=com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress&text=NginxPrivateIpAddress\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.withPrivateIpAllocationMethod(com.azure.resourcemanager.nginx.models.NginxPrivateIpAllocationMethod)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.withPrivateIpAllocationMethod(NginxPrivateIpAllocationMethod privateIpAllocationMethod)"
|
|
name: "withPrivateIpAllocationMethod(NginxPrivateIpAllocationMethod privateIpAllocationMethod)"
|
|
nameWithType: "NginxPrivateIpAddress.withPrivateIpAllocationMethod(NginxPrivateIpAllocationMethod privateIpAllocationMethod)"
|
|
summary: "Set the private<wbr>IpAllocation<wbr>Method property: The private<wbr>IPAllocation<wbr>Method property."
|
|
parameters:
|
|
- description: "the privateIpAllocationMethod value to set."
|
|
name: "privateIpAllocationMethod"
|
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxPrivateIpAllocationMethod?alt=com.azure.resourcemanager.nginx.models.NginxPrivateIpAllocationMethod&text=NginxPrivateIpAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NginxPrivateIpAddress withPrivateIpAllocationMethod(NginxPrivateIpAllocationMethod privateIpAllocationMethod)"
|
|
desc: "Set the privateIpAllocationMethod property: The privateIPAllocationMethod property."
|
|
returns:
|
|
description: "the NginxPrivateIpAddress object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress?alt=com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress&text=NginxPrivateIpAddress\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.withSubnetId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress.withSubnetId(String subnetId)"
|
|
name: "withSubnetId(String subnetId)"
|
|
nameWithType: "NginxPrivateIpAddress.withSubnetId(String subnetId)"
|
|
summary: "Set the subnet<wbr>Id property: The subnet<wbr>Id property."
|
|
parameters:
|
|
- description: "the subnetId value to set."
|
|
name: "subnetId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NginxPrivateIpAddress withSubnetId(String subnetId)"
|
|
desc: "Set the subnetId property: The subnetId property."
|
|
returns:
|
|
description: "the NginxPrivateIpAddress object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress?alt=com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress&text=NginxPrivateIpAddress\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The NginxPrivateIpAddress model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.nginx.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-nginx:1.0.0
|