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.



1533
1534
1535
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1533

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



1531
1532
1533
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1531

def gce_instance_host
  @gce_instance_host
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1538
1539
1540
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1538

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