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.



1769
1770
1771
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1769

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



1767
1768
1769
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1767

def gce_instance_host
  @gce_instance_host
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1774
1775
1776
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1774

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