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.
35614 35615 35616 35617 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35614 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |