Uses of Class
com.azure.resourcemanager.network.models.VpnLinkConnectionMode
-
Packages that use VpnLinkConnectionMode 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. -
-
Uses of VpnLinkConnectionMode in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnLinkConnectionMode Modifier and Type Method Description VpnLinkConnectionModeVpnSiteLinkConnectionInner. vpnLinkConnectionMode()Get the vpnLinkConnectionMode property: Vpn link connection mode.VpnLinkConnectionModeVpnSiteLinkConnectionProperties. vpnLinkConnectionMode()Get the vpnLinkConnectionMode property: Vpn link connection mode.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnLinkConnectionMode Modifier and Type Method Description VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withVpnLinkConnectionMode(VpnLinkConnectionMode vpnLinkConnectionMode)Set the vpnLinkConnectionMode property: Vpn link connection mode.VpnSiteLinkConnectionPropertiesVpnSiteLinkConnectionProperties. withVpnLinkConnectionMode(VpnLinkConnectionMode vpnLinkConnectionMode)Set the vpnLinkConnectionMode property: Vpn link connection mode. -
Uses of VpnLinkConnectionMode in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VpnLinkConnectionMode Modifier and Type Field Description static VpnLinkConnectionModeVpnLinkConnectionMode. DEFAULTStatic value Default for VpnLinkConnectionMode.static VpnLinkConnectionModeVpnLinkConnectionMode. INITIATOR_ONLYStatic value InitiatorOnly for VpnLinkConnectionMode.static VpnLinkConnectionModeVpnLinkConnectionMode. RESPONDER_ONLYStatic value ResponderOnly for VpnLinkConnectionMode.Methods in com.azure.resourcemanager.network.models that return VpnLinkConnectionMode Modifier and Type Method Description static VpnLinkConnectionModeVpnLinkConnectionMode. fromString(String name)Creates or finds a VpnLinkConnectionMode from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnLinkConnectionMode Modifier and Type Method Description static Collection<VpnLinkConnectionMode>VpnLinkConnectionMode. values()
-