Package com.pulumi.gcp.compute.outputs
Class ExternalVpnGatewayInterface
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.ExternalVpnGatewayInterface
-
public final class ExternalVpnGatewayInterface extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExternalVpnGatewayInterface.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalVpnGatewayInterface.Builder
builder()
static ExternalVpnGatewayInterface.Builder
builder(ExternalVpnGatewayInterface defaults)
java.util.Optional<java.lang.Integer>
id()
java.util.Optional<java.lang.String>
ipAddress()
-
-
-
Method Detail
-
id
public java.util.Optional<java.lang.Integer> id()
- Returns:
- The numeric ID for this interface. Allowed values are based on the redundancy type of this external VPN gateway * `0 - SINGLE_IP_INTERNALLY_REDUNDANT` * `0, 1 - TWO_IPS_REDUNDANCY` * `0, 1, 2, 3 - FOUR_IPS_REDUNDANCY`
-
ipAddress
public java.util.Optional<java.lang.String> ipAddress()
- Returns:
- IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine.
-
builder
public static ExternalVpnGatewayInterface.Builder builder()
-
builder
public static ExternalVpnGatewayInterface.Builder builder(ExternalVpnGatewayInterface defaults)
-
-