Class: Google::Cloud::Workstations::V1beta::Workstation::RuntimeHost::GceInstanceHost
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1beta::Workstation::RuntimeHost::GceInstanceHost
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1beta/workstations.rb
Overview
The Compute Engine instance host.
Instance Attribute Summary collapse
-
#id ⇒ ::String
readonly
Optional.
-
#name ⇒ ::String
readonly
Optional.
-
#zone ⇒ ::String
readonly
Optional.
Instance Attribute Details
#id ⇒ ::String (readonly)
Returns Optional. Output only. The ID of the Compute Engine instance.
1276 1277 1278 1279 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1276 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.
1276 1277 1278 1279 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1276 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.
1276 1277 1278 1279 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1276 class GceInstanceHost include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |