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

150 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.Parameter"
fullName: "com.azure.resourcemanager.network.models.Parameter"
name: "Parameter"
nameWithType: "Parameter"
summary: "Parameters for an Action."
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 **Parameter**</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.network.models.Parameter?alt=com.azure.resourcemanager.network.models.Parameter&text=Parameter\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.Parameter.Parameter()"
fullName: "com.azure.resourcemanager.network.models.Parameter.Parameter()"
name: "Parameter()"
nameWithType: "Parameter.Parameter()"
summary: "Creates an instance of Parameter class."
syntax: "public Parameter()"
desc: "Creates an instance of Parameter class."
methods:
- uid: "com.azure.resourcemanager.network.models.Parameter.asPath()"
fullName: "com.azure.resourcemanager.network.models.Parameter.asPath()"
name: "asPath()"
nameWithType: "Parameter.asPath()"
summary: "Get the as<wbr>Path property: List of AS paths."
syntax: "public List<String> asPath()"
desc: "Get the asPath property: List of AS paths."
returns:
description: "the asPath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.Parameter.community()"
fullName: "com.azure.resourcemanager.network.models.Parameter.community()"
name: "community()"
nameWithType: "Parameter.community()"
summary: "Get the community property: List of BGP communities."
syntax: "public List<String> community()"
desc: "Get the community property: List of BGP communities."
returns:
description: "the community value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.Parameter.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.Parameter.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Parameter.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Parameter 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 Parameter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the Parameter."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Parameter from the JsonReader."
returns:
description: "An instance of Parameter if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.models.Parameter?alt=com.azure.resourcemanager.network.models.Parameter&text=Parameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.Parameter.routePrefix()"
fullName: "com.azure.resourcemanager.network.models.Parameter.routePrefix()"
name: "routePrefix()"
nameWithType: "Parameter.routePrefix()"
summary: "Get the route<wbr>Prefix property: List of route prefixes."
syntax: "public List<String> routePrefix()"
desc: "Get the routePrefix property: List of route prefixes."
returns:
description: "the routePrefix value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.Parameter.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.Parameter.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Parameter.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.network.models.Parameter.validate()"
fullName: "com.azure.resourcemanager.network.models.Parameter.validate()"
name: "validate()"
nameWithType: "Parameter.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.Parameter.withAsPath(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.models.Parameter.withAsPath(List<String> asPath)"
name: "withAsPath(List<String> asPath)"
nameWithType: "Parameter.withAsPath(List<String> asPath)"
summary: "Set the as<wbr>Path property: List of AS paths."
parameters:
- description: "the asPath value to set."
name: "asPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public Parameter withAsPath(List<String> asPath)"
desc: "Set the asPath property: List of AS paths."
returns:
description: "the Parameter object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.Parameter?alt=com.azure.resourcemanager.network.models.Parameter&text=Parameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.Parameter.withCommunity(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.models.Parameter.withCommunity(List<String> community)"
name: "withCommunity(List<String> community)"
nameWithType: "Parameter.withCommunity(List<String> community)"
summary: "Set the community property: List of BGP communities."
parameters:
- description: "the community value to set."
name: "community"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public Parameter withCommunity(List<String> community)"
desc: "Set the community property: List of BGP communities."
returns:
description: "the Parameter object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.Parameter?alt=com.azure.resourcemanager.network.models.Parameter&text=Parameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.Parameter.withRoutePrefix(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.models.Parameter.withRoutePrefix(List<String> routePrefix)"
name: "withRoutePrefix(List<String> routePrefix)"
nameWithType: "Parameter.withRoutePrefix(List<String> routePrefix)"
summary: "Set the route<wbr>Prefix property: List of route prefixes."
parameters:
- description: "the routePrefix value to set."
name: "routePrefix"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public Parameter withRoutePrefix(List<String> routePrefix)"
desc: "Set the routePrefix property: List of route prefixes."
returns:
description: "the Parameter object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.Parameter?alt=com.azure.resourcemanager.network.models.Parameter&text=Parameter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters for an Action."
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.network.models.Parameter?alt=com.azure.resourcemanager.network.models.Parameter&text=Parameter\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0