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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVpnConnections
List of VPN connection for this VpnGateway.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Compute\V1\VpnGatewayStatusVpnConnection>
|
Returns | |
---|---|
Type | Description |
$this |