View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails (google_api_beyond_corp v0.14.0)
Details of the AppConnection.
Attributes
-
appConnection(type:GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.t, default:nil) - A BeyondCorp AppConnection in the project. -
recentMigVms(type:list(String.t), default:nil) - If type=GCP_REGIONAL_MIG, contains most recent VM instances, likehttps://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails{ appConnection: GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.t() | nil, recentMigVms: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.