Compute V1 Client - Class VpnTunnelPhase1Algorithms (2.8.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ dh string[]
↳ encryption string[]
↳ integrity string[]
↳ prf string[]

getDh

Generated from protobuf field repeated string dh = 3204;

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setDh

Generated from protobuf field repeated string dh = 3204;

Parameter
Name Description
var string[]
Returns
Type Description
$this

getEncryption

Generated from protobuf field repeated string encryption = 97980291;

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setEncryption

Generated from protobuf field repeated string encryption = 97980291;

Parameter
Name Description
var string[]
Returns
Type Description
$this

getIntegrity

Generated from protobuf field repeated string integrity = 492830541;

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setIntegrity

Generated from protobuf field repeated string integrity = 492830541;

Parameter
Name Description
var string[]
Returns
Type Description
$this

getPrf

Generated from protobuf field repeated string prf = 111268;

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setPrf

Generated from protobuf field repeated string prf = 111268;

Parameter
Name Description
var string[]
Returns
Type Description
$this