Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails

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

Overview

Details of the AppConnection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails

Returns a new instance of GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails.



958
959
960
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 958

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

Instance Attribute Details

#app_connectionGoogle::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnection

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



949
950
951
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 949

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>)


956
957
958
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 956

def recent_mig_vms
  @recent_mig_vms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



963
964
965
966
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 963

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