Class: Google::Cloud::Workstations::V1::Workstation::RuntimeHost

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workstations/v1/workstations.rb

Overview

Runtime host for the workstation.

Defined Under Namespace

Classes: GceInstanceHost

Instance Attribute Summary collapse

Instance Attribute Details

#gce_instance_host::Google::Cloud::Workstations::V1::Workstation::RuntimeHost::GceInstanceHost

Returns Specifies a Compute Engine instance as the host.

Returns:



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1109

class RuntimeHost
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The Compute Engine instance host.
  # @!attribute [r] name
  #   @return [::String]
  #     Optional. Output only. The name of the Compute Engine instance.
  # @!attribute [r] id
  #   @return [::String]
  #     Optional. Output only. The ID of the Compute Engine instance.
  # @!attribute [r] zone
  #   @return [::String]
  #     Optional. Output only. The zone of the Compute Engine instance.
  class GceInstanceHost
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end