91 строка
6.4 KiB
YAML
91 строка
6.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties"
|
|
fullName: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties"
|
|
name: "FirewallRuleProperties"
|
|
nameWithType: "FirewallRuleProperties"
|
|
summary: "The properties of a server firewall rule."
|
|
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 **FirewallRuleProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.FirewallRuleProperties()"
|
|
fullName: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.FirewallRuleProperties()"
|
|
name: "FirewallRuleProperties()"
|
|
nameWithType: "FirewallRuleProperties.FirewallRuleProperties()"
|
|
syntax: "public FirewallRuleProperties()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.endIpAddress()"
|
|
fullName: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.endIpAddress()"
|
|
name: "endIpAddress()"
|
|
nameWithType: "FirewallRuleProperties.endIpAddress()"
|
|
summary: "Get the end<wbr>IpAddress property: The end IP address of the server firewall rule."
|
|
syntax: "public String endIpAddress()"
|
|
desc: "Get the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format."
|
|
returns:
|
|
description: "the endIpAddress value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.startIpAddress()"
|
|
fullName: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.startIpAddress()"
|
|
name: "startIpAddress()"
|
|
nameWithType: "FirewallRuleProperties.startIpAddress()"
|
|
summary: "Get the start<wbr>IpAddress property: The start IP address of the server firewall rule."
|
|
syntax: "public String startIpAddress()"
|
|
desc: "Get the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format."
|
|
returns:
|
|
description: "the startIpAddress value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "FirewallRuleProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.withEndIpAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.withEndIpAddress(String endIpAddress)"
|
|
name: "withEndIpAddress(String endIpAddress)"
|
|
nameWithType: "FirewallRuleProperties.withEndIpAddress(String endIpAddress)"
|
|
summary: "Set the end<wbr>IpAddress property: The end IP address of the server firewall rule."
|
|
parameters:
|
|
- description: "the endIpAddress value to set."
|
|
name: "endIpAddress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public FirewallRuleProperties withEndIpAddress(String endIpAddress)"
|
|
desc: "Set the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format."
|
|
returns:
|
|
description: "the FirewallRuleProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties?alt=com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties&text=FirewallRuleProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.withStartIpAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties.withStartIpAddress(String startIpAddress)"
|
|
name: "withStartIpAddress(String startIpAddress)"
|
|
nameWithType: "FirewallRuleProperties.withStartIpAddress(String startIpAddress)"
|
|
summary: "Set the start<wbr>IpAddress property: The start IP address of the server firewall rule."
|
|
parameters:
|
|
- description: "the startIpAddress value to set."
|
|
name: "startIpAddress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public FirewallRuleProperties withStartIpAddress(String startIpAddress)"
|
|
desc: "Set the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format."
|
|
returns:
|
|
description: "the FirewallRuleProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties?alt=com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleProperties&text=FirewallRuleProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties of a server firewall rule."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.postgresql.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2
|