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

231 строка
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration"
name: "P2SConnectionConfiguration"
nameWithType: "P2SConnectionConfiguration"
summary: "P2SConnection<wbr>Configuration Resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.SubResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.SubResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.id()?alt=com.azure.core.management.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.SubResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.withId(java.lang.String)?alt=com.azure.core.management.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- 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 **P2SConnectionConfiguration**</br> extends <xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.P2SConnectionConfiguration()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.P2SConnectionConfiguration()"
name: "P2SConnectionConfiguration()"
nameWithType: "P2SConnectionConfiguration.P2SConnectionConfiguration()"
summary: "Creates an instance of P2SConnection<wbr>Configuration class."
syntax: "public P2SConnectionConfiguration()"
desc: "Creates an instance of P2SConnectionConfiguration class."
methods:
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.configurationPolicyGroupAssociations()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.configurationPolicyGroupAssociations()"
name: "configurationPolicyGroupAssociations()"
nameWithType: "P2SConnectionConfiguration.configurationPolicyGroupAssociations()"
summary: "Get the configuration<wbr>Policy<wbr>Group<wbr>Associations property: List of Configuration Policy Groups that this P2SConnection<wbr>Configuration is attached to."
syntax: "public List<SubResource> configurationPolicyGroupAssociations()"
desc: "Get the configurationPolicyGroupAssociations property: List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to."
returns:
description: "the configurationPolicyGroupAssociations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.enableInternetSecurity()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.enableInternetSecurity()"
name: "enableInternetSecurity()"
nameWithType: "P2SConnectionConfiguration.enableInternetSecurity()"
summary: "Get the enable<wbr>Internet<wbr>Security property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not."
syntax: "public Boolean enableInternetSecurity()"
desc: "Get the enableInternetSecurity property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not."
returns:
description: "the enableInternetSecurity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.etag()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.etag()"
name: "etag()"
nameWithType: "P2SConnectionConfiguration.etag()"
summary: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "P2SConnectionConfiguration.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of P2SConnection<wbr>Configuration 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 P2SConnectionConfiguration fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the P2SConnectionConfiguration."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of P2SConnectionConfiguration from the JsonReader."
returns:
description: "An instance of P2SConnectionConfiguration 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.network.models.P2SConnectionConfiguration?alt=com.azure.resourcemanager.network.models.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.name()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.name()"
name: "name()"
nameWithType: "P2SConnectionConfiguration.name()"
summary: "Get the name property: The name of the resource that is unique within a resource group."
syntax: "public String name()"
desc: "Get the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.previousConfigurationPolicyGroupAssociations()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.previousConfigurationPolicyGroupAssociations()"
name: "previousConfigurationPolicyGroupAssociations()"
nameWithType: "P2SConnectionConfiguration.previousConfigurationPolicyGroupAssociations()"
summary: "Get the previous<wbr>Configuration<wbr>Policy<wbr>Group<wbr>Associations property: List of previous Configuration Policy Groups that this P2SConnection<wbr>Configuration was attached to."
syntax: "public List<VpnServerConfigurationPolicyGroupInner> previousConfigurationPolicyGroupAssociations()"
desc: "Get the previousConfigurationPolicyGroupAssociations property: List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to."
returns:
description: "the previousConfigurationPolicyGroupAssociations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnServerConfigurationPolicyGroupInner?alt=com.azure.resourcemanager.network.fluent.models.VpnServerConfigurationPolicyGroupInner&text=VpnServerConfigurationPolicyGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.provisioningState()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.provisioningState()"
name: "provisioningState()"
nameWithType: "P2SConnectionConfiguration.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the P2SConnection<wbr>Configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the P2SConnectionConfiguration resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.routingConfiguration()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.routingConfiguration()"
name: "routingConfiguration()"
nameWithType: "P2SConnectionConfiguration.routingConfiguration()"
summary: "Get the routing<wbr>Configuration property: The Routing Configuration indicating the associated and propagated route tables on this connection."
syntax: "public RoutingConfiguration routingConfiguration()"
desc: "Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection."
returns:
description: "the routingConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.network.models.RoutingConfiguration?alt=com.azure.resourcemanager.network.models.RoutingConfiguration&text=RoutingConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "P2SConnectionConfiguration.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.SubResource.toJson(com.azure.json.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.P2SConnectionConfiguration.validate()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.validate()"
name: "validate()"
nameWithType: "P2SConnectionConfiguration.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.vpnClientAddressPool()"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.vpnClientAddressPool()"
name: "vpnClientAddressPool()"
nameWithType: "P2SConnectionConfiguration.vpnClientAddressPool()"
summary: "Get the vpn<wbr>Client<wbr>Address<wbr>Pool property: The reference to the address space resource which represents Address space for P2S Vpn<wbr>Client."
syntax: "public AddressSpace vpnClientAddressPool()"
desc: "Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient."
returns:
description: "the vpnClientAddressPool value."
type: "<xref href=\"com.azure.resourcemanager.network.models.AddressSpace?alt=com.azure.resourcemanager.network.models.AddressSpace&text=AddressSpace\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withEnableInternetSecurity(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withEnableInternetSecurity(Boolean enableInternetSecurity)"
name: "withEnableInternetSecurity(Boolean enableInternetSecurity)"
nameWithType: "P2SConnectionConfiguration.withEnableInternetSecurity(Boolean enableInternetSecurity)"
summary: "Set the enable<wbr>Internet<wbr>Security property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not."
parameters:
- description: "the enableInternetSecurity value to set."
name: "enableInternetSecurity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public P2SConnectionConfiguration withEnableInternetSecurity(Boolean enableInternetSecurity)"
desc: "Set the enableInternetSecurity property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not."
returns:
description: "the P2SConnectionConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.P2SConnectionConfiguration?alt=com.azure.resourcemanager.network.models.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withId(String id)"
name: "withId(String id)"
nameWithType: "P2SConnectionConfiguration.withId(String id)"
overridden: "com.azure.core.management.SubResource.withId(java.lang.String)"
parameters:
- name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public P2SConnectionConfiguration withId(String id)"
returns:
type: "<xref href=\"com.azure.resourcemanager.network.models.P2SConnectionConfiguration?alt=com.azure.resourcemanager.network.models.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withName(String name)"
name: "withName(String name)"
nameWithType: "P2SConnectionConfiguration.withName(String name)"
summary: "Set the name property: The name of the resource that is unique within a resource group."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public P2SConnectionConfiguration withName(String name)"
desc: "Set the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the P2SConnectionConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.P2SConnectionConfiguration?alt=com.azure.resourcemanager.network.models.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withRoutingConfiguration(com.azure.resourcemanager.network.models.RoutingConfiguration)"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withRoutingConfiguration(RoutingConfiguration routingConfiguration)"
name: "withRoutingConfiguration(RoutingConfiguration routingConfiguration)"
nameWithType: "P2SConnectionConfiguration.withRoutingConfiguration(RoutingConfiguration routingConfiguration)"
summary: "Set the routing<wbr>Configuration property: The Routing Configuration indicating the associated and propagated route tables on this connection."
parameters:
- description: "the routingConfiguration value to set."
name: "routingConfiguration"
type: "<xref href=\"com.azure.resourcemanager.network.models.RoutingConfiguration?alt=com.azure.resourcemanager.network.models.RoutingConfiguration&text=RoutingConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public P2SConnectionConfiguration withRoutingConfiguration(RoutingConfiguration routingConfiguration)"
desc: "Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection."
returns:
description: "the P2SConnectionConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.P2SConnectionConfiguration?alt=com.azure.resourcemanager.network.models.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withVpnClientAddressPool(com.azure.resourcemanager.network.models.AddressSpace)"
fullName: "com.azure.resourcemanager.network.models.P2SConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
name: "withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
nameWithType: "P2SConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
summary: "Set the vpn<wbr>Client<wbr>Address<wbr>Pool property: The reference to the address space resource which represents Address space for P2S Vpn<wbr>Client."
parameters:
- description: "the vpnClientAddressPool value to set."
name: "vpnClientAddressPool"
type: "<xref href=\"com.azure.resourcemanager.network.models.AddressSpace?alt=com.azure.resourcemanager.network.models.AddressSpace&text=AddressSpace\" data-throw-if-not-resolved=\"False\" />"
syntax: "public P2SConnectionConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
desc: "Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient."
returns:
description: "the P2SConnectionConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.P2SConnectionConfiguration?alt=com.azure.resourcemanager.network.models.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "P2SConnectionConfiguration Resource."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0