Class: Google::Cloud::Compute::V1::InstanceReference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instance ⇒ ::String
The URL for a specific instance.
Instance Attribute Details
#instance ⇒ ::String
Returns The URL for a specific instance.
@required compute.instancegroups.addInstances/removeInstances.
34521 34522 34523 34524 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34521 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |