Class: Google::Apis::WorkstationsV1::Host

Inherits:
Object
  • Object
show all
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 a workstation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Host

Returns a new instance of Host.



826
827
828
# File 'lib/google/apis/workstations_v1/classes.rb', line 826

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

Instance Attribute Details

#gce_instanceGoogle::Apis::WorkstationsV1::GceInstance

A runtime using a Compute Engine instance. Corresponds to the JSON property gceInstance



824
825
826
# File 'lib/google/apis/workstations_v1/classes.rb', line 824

def gce_instance
  @gce_instance
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



831
832
833
# File 'lib/google/apis/workstations_v1/classes.rb', line 831

def update!(**args)
  @gce_instance = args[:gce_instance] if args.key?(:gce_instance)
end