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.



1710
1711
1712
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1710

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



1708
1709
1710
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1708

def gce_instance_host
  @gce_instance_host
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1715
1716
1717
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1715

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