Class: Google::Apis::WorkstationsV1::RuntimeHost
- Inherits:
-
Object
- Object
- Google::Apis::WorkstationsV1::RuntimeHost
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workstations_v1/classes.rb,
lib/google/apis/workstations_v1/representations.rb,
lib/google/apis/workstations_v1/representations.rb
Overview
Runtime host for the workstation.
Instance Attribute Summary collapse
-
#gce_instance_host ⇒ Google::Apis::WorkstationsV1::GceInstanceHost
The Compute Engine instance host.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RuntimeHost
constructor
A new instance of RuntimeHost.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RuntimeHost
Returns a new instance of RuntimeHost.
1686 1687 1688 |
# File 'lib/google/apis/workstations_v1/classes.rb', line 1686 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gce_instance_host ⇒ Google::Apis::WorkstationsV1::GceInstanceHost
The Compute Engine instance host.
Corresponds to the JSON property gceInstanceHost
1684 1685 1686 |
# File 'lib/google/apis/workstations_v1/classes.rb', line 1684 def gce_instance_host @gce_instance_host end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1691 1692 1693 |
# File 'lib/google/apis/workstations_v1/classes.rb', line 1691 def update!(**args) @gce_instance_host = args[:gce_instance_host] if args.key?(:gce_instance_host) end |