Class: Google::Apis::WorkstationsV1beta::RuntimeHost

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/workstations_v1beta/classes.rb,
lib/google/apis/workstations_v1beta/representations.rb,
lib/google/apis/workstations_v1beta/representations.rb

Overview

Runtime host for the workstation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RuntimeHost

Returns a new instance of RuntimeHost.



1783
1784
1785
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1783

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

Instance Attribute Details

#gce_instance_hostGoogle::Apis::WorkstationsV1beta::GceInstanceHost

The Compute Engine instance host. Corresponds to the JSON property gceInstanceHost



1781
1782
1783
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1781

def gce_instance_host
  @gce_instance_host
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1788
1789
1790
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1788

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