Compute V1 Client - Class VpnGatewayStatus (1.14.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ vpn_connections array<Google\Cloud\Compute\V1\VpnGatewayStatusVpnConnection>

List of VPN connection for this VpnGateway.

getVpnConnections

List of VPN connection for this VpnGateway.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setVpnConnections

List of VPN connection for this VpnGateway.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\VpnGatewayStatusVpnConnection>
Returns
TypeDescription
$this