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.
14842 14843 14844 14845 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14842 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |