Class: Google::Cloud::HypercomputeCluster::V1beta::ComputeInstance
- Inherits:
-
Object
- Object
- Google::Cloud::HypercomputeCluster::V1beta::ComputeInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb
Overview
Details about a Compute Engine instance.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
readonly
Output only.
Instance Attribute Details
#instance ⇒ ::String (readonly)
Returns Output only. Name of the VM instance, in the format
projects/{project}/zones/{zone}/instances/{instance}.
1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 1000 class ComputeInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |