Reference documentation and code samples for the Google Cloud BeyondCorp AppConnections V1 Client class AppConnectionDetails.
Details of the AppConnection.
Generated from protobuf message google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails
Namespace
Google \ Cloud \ BeyondCorp \ AppConnections \ V1 \ ResolveAppConnectionsResponseMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ app_connection |
Google\Cloud\BeyondCorp\AppConnections\V1\AppConnection
A BeyondCorp AppConnection in the project. |
↳ recent_mig_vms |
array
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like |
getAppConnection
A BeyondCorp AppConnection in the project.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\BeyondCorp\AppConnections\V1\AppConnection|null |
|
hasAppConnection
clearAppConnection
setAppConnection
A BeyondCorp AppConnection in the project.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\BeyondCorp\AppConnections\V1\AppConnection
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRecentMigVms
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRecentMigVms
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|