Google Cloud BeyondCorp AppGateways V1 Client - Class AllocatedConnection (0.4.0)

Reference documentation and code samples for the Google Cloud BeyondCorp AppGateways V1 Client class AllocatedConnection.

Allocated connection of the AppGateway.

Generated from protobuf message google.cloud.beyondcorp.appgateways.v1.AppGateway.AllocatedConnection

Namespace

Google \ Cloud \ BeyondCorp \ AppGateways \ V1 \ AppGateway

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ psc_uri string

Required. The PSC uri of an allocated connection

↳ ingress_port int

Required. The ingress port of an allocated connection

getPscUri

Required. The PSC uri of an allocated connection

Returns
TypeDescription
string

setPscUri

Required. The PSC uri of an allocated connection

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIngressPort

Required. The ingress port of an allocated connection

Returns
TypeDescription
int

setIngressPort

Required. The ingress port of an allocated connection

Parameter
NameDescription
var int
Returns
TypeDescription
$this