Reference documentation and code samples for the BeyondCorp AppConnections V1 API class Google::Cloud::BeyondCorp::AppConnections::V1::ResolveAppConnectionsResponse::AppConnectionDetails.
Details of the AppConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_connection
def app_connection() -> ::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection
Returns
- (::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection) — A BeyondCorp AppConnection in the project.
#app_connection=
def app_connection=(value) -> ::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection
Parameter
- value (::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection) — A BeyondCorp AppConnection in the project.
Returns
- (::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection) — A BeyondCorp AppConnection in the project.
#recent_mig_vms
def recent_mig_vms() -> ::Array<::String>
Returns
-
(::Array<::String>) — 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}
.
#recent_mig_vms=
def recent_mig_vms=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — 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
-
(::Array<::String>) — 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}
.