Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails
- 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
-
#app_connection ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnection
A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application.
-
#recent_mig_vms ⇒ Array<String>
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails
constructor
A new instance of GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails
Returns a new instance of GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails.
685 686 687 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 685 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_connection ⇒ Google::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
676 677 678 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 676 def app_connection @app_connection end |
#recent_mig_vms ⇒ 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`.
Corresponds to the JSON property
recentMigVms`
683 684 685 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 683 def recent_mig_vms @recent_mig_vms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
690 691 692 693 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 690 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 |