188 строки
16 KiB
YAML
188 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection"
|
|
name: "VirtualNetworkGatewayConnection"
|
|
nameWithType: "VirtualNetworkGatewayConnection"
|
|
summary: "Client-side representation of Virtual Network Gateway Connection object, associated with Virtual Network Gateway."
|
|
syntax: "public interface **VirtualNetworkGatewayConnection**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource&text=IndependentChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionInner?alt=com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionInner&text=VirtualNetworkGatewayConnectionInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection&text=VirtualNetworkGatewayConnection\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.Update?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection&text=VirtualNetworkGatewayConnection\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.authorizationKey()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.authorizationKey()"
|
|
name: "authorizationKey()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.authorizationKey()"
|
|
summary: "Get the authorization<wbr>Key value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String authorizationKey()"
|
|
desc: "Get the authorizationKey value."
|
|
returns:
|
|
description: "the authorizationKey value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.connectionStatus()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.connectionStatus()"
|
|
name: "connectionStatus()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.connectionStatus()"
|
|
summary: "Get the Virtual Network Gateway connection status."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract VirtualNetworkGatewayConnectionStatus connectionStatus()"
|
|
desc: "Get the Virtual Network Gateway connection status."
|
|
returns:
|
|
description: "the connectionStatus value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionStatus?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionStatus&text=VirtualNetworkGatewayConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.connectionType()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.connectionType()"
|
|
name: "connectionType()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.connectionType()"
|
|
summary: "Get the gateway connection type."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract VirtualNetworkGatewayConnectionType connectionType()"
|
|
desc: "Get the gateway connection type."
|
|
returns:
|
|
description: "the connectionType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionType?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionType&text=VirtualNetworkGatewayConnectionType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.egressBytesTransferred()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.egressBytesTransferred()"
|
|
name: "egressBytesTransferred()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.egressBytesTransferred()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract long egressBytesTransferred()"
|
|
returns:
|
|
description: "the egress bytes transferred in this connection"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.ingressBytesTransferred()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.ingressBytesTransferred()"
|
|
name: "ingressBytesTransferred()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.ingressBytesTransferred()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract long ingressBytesTransferred()"
|
|
returns:
|
|
description: "the egress bytes transferred in this connection."
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.ipsecPolicies()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.ipsecPolicies()"
|
|
name: "ipsecPolicies()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.ipsecPolicies()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Collection<IpsecPolicy> ipsecPolicies()"
|
|
returns:
|
|
description: "the IPSec Policies to be considered by this connection"
|
|
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.IpsecPolicy?alt=com.microsoft.azure.management.network.IpsecPolicy&text=IpsecPolicy\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.isBgpEnabled()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.isBgpEnabled()"
|
|
name: "isBgpEnabled()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.isBgpEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean isBgpEnabled()"
|
|
returns:
|
|
description: "the enableBgp flag"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.localNetworkGateway2Id()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.localNetworkGateway2Id()"
|
|
name: "localNetworkGateway2Id()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.localNetworkGateway2Id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String localNetworkGateway2Id()"
|
|
returns:
|
|
description: "the reference to local network gateway resource"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.peerId()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.peerId()"
|
|
name: "peerId()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.peerId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String peerId()"
|
|
returns:
|
|
description: "the reference to peerings resource"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.provisioningState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ProvisioningState provisioningState()"
|
|
returns:
|
|
description: "the provisioning state of the VirtualNetworkGatewayConnection resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.routingWeight()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.routingWeight()"
|
|
name: "routingWeight()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.routingWeight()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int routingWeight()"
|
|
returns:
|
|
description: "the routing weight"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.sharedKey()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.sharedKey()"
|
|
name: "sharedKey()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.sharedKey()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sharedKey()"
|
|
returns:
|
|
description: "the IPSec shared key"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.tunnelConnectionStatus()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.tunnelConnectionStatus()"
|
|
name: "tunnelConnectionStatus()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.tunnelConnectionStatus()"
|
|
summary: "Get the tunnel<wbr>Connection<wbr>Status value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Collection<TunnelConnectionHealth> tunnelConnectionStatus()"
|
|
desc: "Get the tunnelConnectionStatus value."
|
|
returns:
|
|
description: "collection of all tunnels' connection health status"
|
|
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.TunnelConnectionHealth?alt=com.microsoft.azure.management.network.TunnelConnectionHealth&text=TunnelConnectionHealth\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.usePolicyBasedTrafficSelectors()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.usePolicyBasedTrafficSelectors()"
|
|
name: "usePolicyBasedTrafficSelectors()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.usePolicyBasedTrafficSelectors()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean usePolicyBasedTrafficSelectors()"
|
|
returns:
|
|
description: "if policy-based traffic selectors enabled"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.virtualNetworkGateway1Id()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.virtualNetworkGateway1Id()"
|
|
name: "virtualNetworkGateway1Id()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.virtualNetworkGateway1Id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String virtualNetworkGateway1Id()"
|
|
returns:
|
|
description: "the reference to virtual network gateway resource"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.virtualNetworkGateway2Id()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.virtualNetworkGateway2Id()"
|
|
name: "virtualNetworkGateway2Id()"
|
|
nameWithType: "VirtualNetworkGatewayConnection.virtualNetworkGateway2Id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String virtualNetworkGateway2Id()"
|
|
returns:
|
|
description: "the reference to virtual network gateway resource."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Client-side representation of Virtual Network Gateway Connection object, associated with Virtual Network Gateway."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection&text=VirtualNetworkGatewayConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource&text=IndependentChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionInner?alt=com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionInner&text=VirtualNetworkGatewayConnectionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection&text=VirtualNetworkGatewayConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.Update?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|