public static final class ExternalVpnGatewayInterface.Builder extends GeneratedMessage.Builder<ExternalVpnGatewayInterface.Builder> implements ExternalVpnGatewayInterfaceOrBuilderThe interface for the external VPN gateway.
Protobuf type google.cloud.compute.v1.ExternalVpnGatewayInterface
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExternalVpnGatewayInterface.BuilderImplements
ExternalVpnGatewayInterfaceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExternalVpnGatewayInterface build()| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface |
|
buildPartial()
public ExternalVpnGatewayInterface buildPartial()| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface |
|
clear()
public ExternalVpnGatewayInterface.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
|
clearId()
public ExternalVpnGatewayInterface.Builder clearId()The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway:
- SINGLE_IP_INTERNALLY_REDUNDANT - 0
- TWO_IPS_REDUNDANCY - 0, 1
- FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
optional uint32 id = 3355;
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |
clearIpAddress()
public ExternalVpnGatewayInterface.Builder clearIpAddress()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.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |
clearIpv6Address()
public ExternalVpnGatewayInterface.Builder clearIpv6Address()IPv6 address of the interface in the external VPN gateway. This IPv6 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. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
optional string ipv6_address = 341563804;
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ExternalVpnGatewayInterface getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getId()
public int getId()The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway:
- SINGLE_IP_INTERNALLY_REDUNDANT - 0
- TWO_IPS_REDUNDANCY - 0, 1
- FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
optional uint32 id = 3355;
| Returns | |
|---|---|
| Type | Description |
int |
The id. |
getIpAddress()
public String getIpAddress()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.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public ByteString getIpAddressBytes()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.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getIpv6Address()
public String getIpv6Address()IPv6 address of the interface in the external VPN gateway. This IPv6 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. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
optional string ipv6_address = 341563804;
| Returns | |
|---|---|
| Type | Description |
String |
The ipv6Address. |
getIpv6AddressBytes()
public ByteString getIpv6AddressBytes()IPv6 address of the interface in the external VPN gateway. This IPv6 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. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
optional string ipv6_address = 341563804;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipv6Address. |
hasId()
public boolean hasId()The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway:
- SINGLE_IP_INTERNALLY_REDUNDANT - 0
- TWO_IPS_REDUNDANCY - 0, 1
- FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
optional uint32 id = 3355;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the id field is set. |
hasIpAddress()
public boolean hasIpAddress()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.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipAddress field is set. |
hasIpv6Address()
public boolean hasIpv6Address()IPv6 address of the interface in the external VPN gateway. This IPv6 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. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
optional string ipv6_address = 341563804;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipv6Address field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExternalVpnGatewayInterface other)
public ExternalVpnGatewayInterface.Builder mergeFrom(ExternalVpnGatewayInterface other)| Parameter | |
|---|---|
| Name | Description |
other |
ExternalVpnGatewayInterface |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExternalVpnGatewayInterface.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExternalVpnGatewayInterface.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
|
setId(int value)
public ExternalVpnGatewayInterface.Builder setId(int value)The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway:
- SINGLE_IP_INTERNALLY_REDUNDANT - 0
- TWO_IPS_REDUNDANCY - 0, 1
- FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
optional uint32 id = 3355;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe id to set. |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |
setIpAddress(String value)
public ExternalVpnGatewayInterface.Builder setIpAddress(String value)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.
optional string ip_address = 406272220;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe ipAddress to set. |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |
setIpAddressBytes(ByteString value)
public ExternalVpnGatewayInterface.Builder setIpAddressBytes(ByteString value)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.
optional string ip_address = 406272220;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for ipAddress to set. |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |
setIpv6Address(String value)
public ExternalVpnGatewayInterface.Builder setIpv6Address(String value)IPv6 address of the interface in the external VPN gateway. This IPv6 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. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
optional string ipv6_address = 341563804;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe ipv6Address to set. |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |
setIpv6AddressBytes(ByteString value)
public ExternalVpnGatewayInterface.Builder setIpv6AddressBytes(ByteString value)IPv6 address of the interface in the external VPN gateway. This IPv6 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. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
optional string ipv6_address = 341563804;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for ipv6Address to set. |
| Returns | |
|---|---|
| Type | Description |
ExternalVpnGatewayInterface.Builder |
This builder for chaining. |