Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayPropertiesFormat
Packages that use VirtualNetworkGatewayPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayPropertiesFormatModifier and TypeMethodDescriptionVirtualNetworkGatewayPropertiesFormat.withActive(Boolean active) Set the active property: ActiveActive flag.VirtualNetworkGatewayPropertiesFormat.withAllowRemoteVnetTraffic(Boolean allowRemoteVnetTraffic) Set the allowRemoteVnetTraffic property: Configure this gateway to accept traffic from other Azure Virtual Networks.VirtualNetworkGatewayPropertiesFormat.withAllowVirtualWanTraffic(Boolean allowVirtualWanTraffic) Set the allowVirtualWanTraffic property: Configures this gateway to accept traffic from remote Virtual WAN networks.VirtualNetworkGatewayPropertiesFormat.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Virtual network gateway's BGP speaker settings.VirtualNetworkGatewayPropertiesFormat.withCustomRoutes(AddressSpace customRoutes) Set the customRoutes property: The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.VirtualNetworkGatewayPropertiesFormat.withDisableIpSecReplayProtection(Boolean disableIpSecReplayProtection) Set the disableIpSecReplayProtection property: disableIPSecReplayProtection flag.VirtualNetworkGatewayPropertiesFormat.withEnableBgp(Boolean enableBgp) Set the enableBgp property: Whether BGP is enabled for this virtual network gateway or not.VirtualNetworkGatewayPropertiesFormat.withEnableBgpRouteTranslationForNat(Boolean enableBgpRouteTranslationForNat) Set the enableBgpRouteTranslationForNat property: EnableBgpRouteTranslationForNat flag.VirtualNetworkGatewayPropertiesFormat.withEnableDnsForwarding(Boolean enableDnsForwarding) Set the enableDnsForwarding property: Whether dns forwarding is enabled or not.VirtualNetworkGatewayPropertiesFormat.withEnablePrivateIpAddress(Boolean enablePrivateIpAddress) Set the enablePrivateIpAddress property: Whether private IP needs to be enabled on this gateway for connections or not.VirtualNetworkGatewayPropertiesFormat.withGatewayDefaultSite(com.azure.core.management.SubResource gatewayDefaultSite) Set the gatewayDefaultSite property: The reference to the LocalNetworkGateway resource which represents local network site having default routes.VirtualNetworkGatewayPropertiesFormat.withGatewayType(VirtualNetworkGatewayType gatewayType) Set the gatewayType property: The type of this virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withIpConfigurations(List<VirtualNetworkGatewayIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: IP configurations for virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withNatRules(List<VirtualNetworkGatewayNatRuleInner> natRules) Set the natRules property: NatRules for virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withSku(VirtualNetworkGatewaySku sku) Set the sku property: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withVirtualNetworkGatewayPolicyGroups(List<VirtualNetworkGatewayPolicyGroup> virtualNetworkGatewayPolicyGroups) Set the virtualNetworkGatewayPolicyGroups property: The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.VirtualNetworkGatewayPropertiesFormat.withVNetExtendedLocationResourceId(String vNetExtendedLocationResourceId) Set the vNetExtendedLocationResourceId property: Customer vnet resource id.VirtualNetworkGatewayPropertiesFormat.withVpnClientConfiguration(VpnClientConfiguration vpnClientConfiguration) Set the vpnClientConfiguration property: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.VirtualNetworkGatewayPropertiesFormat.withVpnGatewayGeneration(VpnGatewayGeneration vpnGatewayGeneration) Set the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.VirtualNetworkGatewayPropertiesFormat.withVpnType(VpnType vpnType) Set the vpnType property: The type of this virtual network gateway.