Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails
- 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
-
#app_connection ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection
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) ⇒ GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails
constructor
A new instance of GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails
Returns a new instance of GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails.
1412 1413 1414 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1412 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_connection ⇒ Google::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
1403 1404 1405 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1403 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
1410 1411 1412 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1410 def recent_mig_vms @recent_mig_vms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1417 1418 1419 1420 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1417 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 |