Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayConnectionListEntityInner
Packages that use VirtualNetworkGatewayConnectionListEntityInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayConnectionListEntityInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VirtualNetworkGatewayConnectionListEntityInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayConnectionListEntityInner>VirtualNetworkGatewaysClient.listConnections(String resourceGroupName, String virtualNetworkGatewayName) Gets all the connections in a virtual network gateway.com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayConnectionListEntityInner>VirtualNetworkGatewaysClient.listConnections(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context) Gets all the connections in a virtual network gateway.com.azure.core.http.rest.PagedFlux<VirtualNetworkGatewayConnectionListEntityInner>VirtualNetworkGatewaysClient.listConnectionsAsync(String resourceGroupName, String virtualNetworkGatewayName) Gets all the connections in a virtual network gateway. -
Uses of VirtualNetworkGatewayConnectionListEntityInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayConnectionListEntityInnerModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionListEntityInner.withAuthorizationKey(String authorizationKey) Set the authorizationKey property: The authorizationKey.VirtualNetworkGatewayConnectionListEntityInner.withConnectionMode(VirtualNetworkGatewayConnectionMode connectionMode) Set the connectionMode property: The connection mode for this connection.VirtualNetworkGatewayConnectionListEntityInner.withConnectionProtocol(VirtualNetworkGatewayConnectionProtocol connectionProtocol) Set the connectionProtocol property: Connection protocol used for this connection.VirtualNetworkGatewayConnectionListEntityInner.withConnectionType(VirtualNetworkGatewayConnectionType connectionType) Set the connectionType property: Gateway connection type.VirtualNetworkGatewayConnectionListEntityInner.withEnableBgp(Boolean enableBgp) Set the enableBgp property: EnableBgp flag.VirtualNetworkGatewayConnectionListEntityInner.withEnablePrivateLinkFastPath(Boolean enablePrivateLinkFastPath) Set the enablePrivateLinkFastPath property: Bypass the ExpressRoute gateway when accessing private-links.VirtualNetworkGatewayConnectionListEntityInner.withExpressRouteGatewayBypass(Boolean expressRouteGatewayBypass) Set the expressRouteGatewayBypass property: Bypass ExpressRoute Gateway for data forwarding.VirtualNetworkGatewayConnectionListEntityInner.withGatewayCustomBgpIpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> gatewayCustomBgpIpAddresses) Set the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.Set the id property: Resource ID.VirtualNetworkGatewayConnectionListEntityInner.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies) Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityInner.withLocalNetworkGateway2(VirtualNetworkConnectionGatewayReference localNetworkGateway2) Set the localNetworkGateway2 property: The reference to local network gateway resource.VirtualNetworkGatewayConnectionListEntityInner.withLocation(String location) VirtualNetworkGatewayConnectionListEntityInner.withPeer(com.azure.core.management.SubResource peer) Set the peer property: The reference to peerings resource.VirtualNetworkGatewayConnectionListEntityInner.withRoutingWeight(Integer routingWeight) Set the routingWeight property: The routing weight.VirtualNetworkGatewayConnectionListEntityInner.withSharedKey(String sharedKey) Set the sharedKey property: The IPSec shared key.VirtualNetworkGatewayConnectionListEntityInner.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityInner.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors) Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.VirtualNetworkGatewayConnectionListEntityInner.withVirtualNetworkGateway1(VirtualNetworkConnectionGatewayReference virtualNetworkGateway1) Set the virtualNetworkGateway1 property: The reference to virtual network gateway resource.VirtualNetworkGatewayConnectionListEntityInner.withVirtualNetworkGateway2(VirtualNetworkConnectionGatewayReference virtualNetworkGateway2) Set the virtualNetworkGateway2 property: The reference to virtual network gateway resource. -
Uses of VirtualNetworkGatewayConnectionListEntityInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkGatewayConnectionListEntityInnerModifier and TypeMethodDescriptionVirtualNetworkGatewayListConnectionsResult.value()Get the value property: A list of VirtualNetworkGatewayConnection resources that exists in a resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VirtualNetworkGatewayConnectionListEntityInnerModifier and TypeMethodDescriptionVirtualNetworkGatewayListConnectionsResult.withValue(List<VirtualNetworkGatewayConnectionListEntityInner> value) Set the value property: A list of VirtualNetworkGatewayConnection resources that exists in a resource group.