Class GetVpnGatewayResult
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.GetVpnGatewayResult
-
public final class GetVpnGatewayResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetVpnGatewayResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<BgpSettingsResponse>
bgpSettings()
static GetVpnGatewayResult.Builder
builder()
static GetVpnGatewayResult.Builder
builder(GetVpnGatewayResult defaults)
java.util.List<VpnConnectionResponse>
connections()
java.util.Optional<java.lang.Boolean>
enableBgpRouteTranslationForNat()
java.lang.String
etag()
java.util.Optional<java.lang.String>
id()
java.util.List<VpnGatewayIpConfigurationResponse>
ipConfigurations()
java.util.Optional<java.lang.Boolean>
isRoutingPreferenceInternet()
java.lang.String
location()
java.lang.String
name()
java.util.List<VpnGatewayNatRuleResponse>
natRules()
java.lang.String
provisioningState()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
java.util.Optional<SubResourceResponse>
virtualHub()
java.util.Optional<java.lang.Integer>
vpnGatewayScaleUnit()
-
-
-
Method Detail
-
bgpSettings
public java.util.Optional<BgpSettingsResponse> bgpSettings()
- Returns:
- Local network gateway's BGP speaker settings.
-
connections
public java.util.List<VpnConnectionResponse> connections()
- Returns:
- List of all vpn connections to the gateway.
-
enableBgpRouteTranslationForNat
public java.util.Optional<java.lang.Boolean> enableBgpRouteTranslationForNat()
- Returns:
- Enable BGP routes translation for NAT on this VpnGateway.
-
etag
public java.lang.String etag()
- Returns:
- A unique read-only string that changes whenever the resource is updated.
-
id
public java.util.Optional<java.lang.String> id()
- Returns:
- Resource ID.
-
ipConfigurations
public java.util.List<VpnGatewayIpConfigurationResponse> ipConfigurations()
- Returns:
- List of all IPs configured on the gateway.
-
isRoutingPreferenceInternet
public java.util.Optional<java.lang.Boolean> isRoutingPreferenceInternet()
- Returns:
- Enable Routing Preference property for the Public IP Interface of the VpnGateway.
-
location
public java.lang.String location()
- Returns:
- Resource location.
-
name
public java.lang.String name()
- Returns:
- Resource name.
-
natRules
public java.util.List<VpnGatewayNatRuleResponse> natRules()
- Returns:
- List of all the nat Rules associated with the gateway.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state of the VPN gateway resource.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
virtualHub
public java.util.Optional<SubResourceResponse> virtualHub()
- Returns:
- The VirtualHub to which the gateway belongs.
-
vpnGatewayScaleUnit
public java.util.Optional<java.lang.Integer> vpnGatewayScaleUnit()
- Returns:
- The scale unit for this vpn gateway.
-
builder
public static GetVpnGatewayResult.Builder builder()
-
builder
public static GetVpnGatewayResult.Builder builder(GetVpnGatewayResult defaults)
-
-