Uses of Class
com.azure.resourcemanager.network.models.VpnLinkConnectionMode
Packages that use VpnLinkConnectionMode
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 VpnLinkConnectionModeModifier and TypeMethodDescriptionVpnSiteLinkConnectionInner.vpnLinkConnectionMode()Get the vpnLinkConnectionMode property: Vpn link connection mode.VpnSiteLinkConnectionProperties.vpnLinkConnectionMode()Get the vpnLinkConnectionMode property: Vpn link connection mode.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnLinkConnectionModeModifier and TypeMethodDescriptionVpnSiteLinkConnectionInner.withVpnLinkConnectionMode(VpnLinkConnectionMode vpnLinkConnectionMode) Set the vpnLinkConnectionMode property: Vpn link connection mode.VpnSiteLinkConnectionProperties.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 VpnLinkConnectionModeModifier and TypeFieldDescriptionstatic final VpnLinkConnectionModeVpnLinkConnectionMode.DEFAULTStatic value Default for VpnLinkConnectionMode.static final VpnLinkConnectionModeVpnLinkConnectionMode.INITIATOR_ONLYStatic value InitiatorOnly for VpnLinkConnectionMode.static final VpnLinkConnectionModeVpnLinkConnectionMode.RESPONDER_ONLYStatic value ResponderOnly for VpnLinkConnectionMode.Methods in com.azure.resourcemanager.network.models that return VpnLinkConnectionModeModifier and TypeMethodDescriptionstatic 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 VpnLinkConnectionModeModifier and TypeMethodDescriptionstatic Collection<VpnLinkConnectionMode> VpnLinkConnectionMode.values()Gets known VpnLinkConnectionMode values.