Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb

Overview

Details of the AppConnection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails

Returns a new instance of GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails.



1204
1205
1206
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1204

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#app_connectionGoogle::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection

A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection. Corresponds to the JSON property appConnection



1195
1196
1197
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1195

def app_connection
  @app_connection
end

#recent_mig_vmsArray<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`. Corresponds to the JSON propertyrecentMigVms`

Returns:

  • (Array<String>)


1202
1203
1204
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1202

def recent_mig_vms
  @recent_mig_vms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1209
1210
1211
1212
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1209

def update!(**args)
  @app_connection = args[:app_connection] if args.key?(:app_connection)
  @recent_mig_vms = args[:recent_mig_vms] if args.key?(:recent_mig_vms)
end