Compute V1 Client - Class VpnGatewayStatus (2.8.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
Name Description
data array

Optional. Data for populating the Message object.

↳ vpn_connections array<VpnGatewayStatusVpnConnection>

Output only. List of VPN connection for this VpnGateway.

getVpnConnections

Output only. List of VPN connection for this VpnGateway.

Returns
Type Description
Google\Protobuf\RepeatedField<VpnGatewayStatusVpnConnection>

setVpnConnections

Output only. List of VPN connection for this VpnGateway.

Parameter
Name Description
var array<VpnGatewayStatusVpnConnection>
Returns
Type Description
$this