Compute V1 Client - Class ExternalVpnGatewayInterface (1.5.0)

Reference documentation and code samples for the Compute V1 Client class ExternalVpnGatewayInterface.

The interface for the external VPN gateway.

Generated from protobuf message google.cloud.compute.v1.ExternalVpnGatewayInterface

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id int

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

↳ ip_address string

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.

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

Generated from protobuf field optional uint32 id = 3355;

Returns
TypeDescription
int

hasId

clearId

setId

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

Generated from protobuf field optional uint32 id = 3355;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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.

Generated from protobuf field optional string ip_address = 406272220;

Returns
TypeDescription
string

hasIpAddress

clearIpAddress

setIpAddress

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.

Generated from protobuf field optional string ip_address = 406272220;

Parameter
NameDescription
var string
Returns
TypeDescription
$this