Class: Google::Cloud::Workstations::V1beta::Workstation::RuntimeHost
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1beta::Workstation::RuntimeHost
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1beta/workstations.rb
Overview
Runtime host for the workstation.
Defined Under Namespace
Classes: GceInstanceHost
Instance Attribute Summary collapse
-
#gce_instance_host ⇒ ::Google::Cloud::Workstations::V1beta::Workstation::RuntimeHost::GceInstanceHost
Specifies a Compute Engine instance as the host.
Instance Attribute Details
#gce_instance_host ⇒ ::Google::Cloud::Workstations::V1beta::Workstation::RuntimeHost::GceInstanceHost
Returns Specifies a Compute Engine instance as the host.
1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1262 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 |