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.
1696 1697 1698 |
# File 'lib/google/apis/workstations_v1/classes.rb', line 1696 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
1694 1695 1696 |
# File 'lib/google/apis/workstations_v1/classes.rb', line 1694 def gce_instance_host @gce_instance_host end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1701 1702 1703 |
# File 'lib/google/apis/workstations_v1/classes.rb', line 1701 def update!(**args) @gce_instance_host = args[:gce_instance_host] if args.key?(:gce_instance_host) end |