| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnLinkConnectionMode |
VpnSiteLinkConnectionInner.vpnLinkConnectionMode()
Get the vpnLinkConnectionMode property: Vpn link connection mode.
|
| Modifier and Type | Method and Description |
|---|---|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withVpnLinkConnectionMode(VpnLinkConnectionMode vpnLinkConnectionMode)
Set the vpnLinkConnectionMode property: Vpn link connection mode.
|
| Modifier and Type | Field and Description |
|---|---|
static VpnLinkConnectionMode |
VpnLinkConnectionMode.DEFAULT
Static value Default for VpnLinkConnectionMode.
|
static VpnLinkConnectionMode |
VpnLinkConnectionMode.INITIATOR_ONLY
Static value InitiatorOnly for VpnLinkConnectionMode.
|
static VpnLinkConnectionMode |
VpnLinkConnectionMode.RESPONDER_ONLY
Static value ResponderOnly for VpnLinkConnectionMode.
|
| Modifier and Type | Method and Description |
|---|---|
static VpnLinkConnectionMode |
VpnLinkConnectionMode.fromString(String name)
Creates or finds a VpnLinkConnectionMode from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.