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 \ AppGatewayMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setPscUri
Required. The PSC uri of an allocated connection
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIngressPort
Required. The ingress port of an allocated connection
| Returns | |
|---|---|
| Type | Description |
int |
|
setIngressPort
Required. The ingress port of an allocated connection
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|