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

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

Overview

The Compute Engine instance host.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String (readonly)

Returns Optional. Output only. The ID of the Compute Engine instance.

Returns:

  • (::String)

    Optional. Output only. The ID of the Compute Engine instance.



1123
1124
1125
1126
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1123

class GceInstanceHost
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Optional. Output only. The name of the Compute Engine instance.

Returns:

  • (::String)

    Optional. Output only. The name of the Compute Engine instance.



1123
1124
1125
1126
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1123

class GceInstanceHost
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#zone::String (readonly)

Returns Optional. Output only. The zone of the Compute Engine instance.

Returns:

  • (::String)

    Optional. Output only. The zone of the Compute Engine instance.



1123
1124
1125
1126
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1123

class GceInstanceHost
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end