azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.o...

126 строки
9.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr"
name: "NsgCidr"
nameWithType: "NsgCidr"
summary: "A rule for allowing inbound (INGRESS) IP packets."
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 **NsgCidr**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.oracledatabase.models.NsgCidr?alt=com.azure.resourcemanager.oracledatabase.models.NsgCidr&text=NsgCidr\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.NsgCidr()"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.NsgCidr()"
name: "NsgCidr()"
nameWithType: "NsgCidr.NsgCidr()"
summary: "Creates an instance of Nsg<wbr>Cidr class."
syntax: "public NsgCidr()"
desc: "Creates an instance of NsgCidr class."
methods:
- uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.destinationPortRange()"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.destinationPortRange()"
name: "destinationPortRange()"
nameWithType: "NsgCidr.destinationPortRange()"
summary: "Get the destination<wbr>Port<wbr>Range property: Destination port range to specify particular destination ports for TCP rules."
syntax: "public PortRange destinationPortRange()"
desc: "Get the destinationPortRange property: Destination port range to specify particular destination ports for TCP rules."
returns:
description: "the destinationPortRange value."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.PortRange?alt=com.azure.resourcemanager.oracledatabase.models.PortRange&text=PortRange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "NsgCidr.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Nsg<wbr>Cidr 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 NsgCidr fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of NsgCidr from the JsonReader."
returns:
description: "An instance of NsgCidr if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.NsgCidr?alt=com.azure.resourcemanager.oracledatabase.models.NsgCidr&text=NsgCidr\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.source()"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.source()"
name: "source()"
nameWithType: "NsgCidr.source()"
summary: "Get the source property: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from."
syntax: "public String source()"
desc: "Get the source property: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from."
returns:
description: "the source value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "NsgCidr.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.oracledatabase.models.NsgCidr.validate()"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.validate()"
name: "validate()"
nameWithType: "NsgCidr.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.withDestinationPortRange(com.azure.resourcemanager.oracledatabase.models.PortRange)"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.withDestinationPortRange(PortRange destinationPortRange)"
name: "withDestinationPortRange(PortRange destinationPortRange)"
nameWithType: "NsgCidr.withDestinationPortRange(PortRange destinationPortRange)"
summary: "Set the destination<wbr>Port<wbr>Range property: Destination port range to specify particular destination ports for TCP rules."
parameters:
- description: "the destinationPortRange value to set."
name: "destinationPortRange"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.PortRange?alt=com.azure.resourcemanager.oracledatabase.models.PortRange&text=PortRange\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NsgCidr withDestinationPortRange(PortRange destinationPortRange)"
desc: "Set the destinationPortRange property: Destination port range to specify particular destination ports for TCP rules."
returns:
description: "the NsgCidr object itself."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.NsgCidr?alt=com.azure.resourcemanager.oracledatabase.models.NsgCidr&text=NsgCidr\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.withSource(java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.NsgCidr.withSource(String source)"
name: "withSource(String source)"
nameWithType: "NsgCidr.withSource(String source)"
summary: "Set the source property: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from."
parameters:
- description: "the source value to set."
name: "source"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NsgCidr withSource(String source)"
desc: "Set the source property: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from."
returns:
description: "the NsgCidr object itself."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.NsgCidr?alt=com.azure.resourcemanager.oracledatabase.models.NsgCidr&text=NsgCidr\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A rule for allowing inbound (INGRESS) IP packets."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.oracledatabase.models.NsgCidr?alt=com.azure.resourcemanager.oracledatabase.models.NsgCidr&text=NsgCidr\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.oracledatabase.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-oracledatabase:1.0.0