Class: Google::Cloud::Compute::V1::TargetPoolsAddInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetPoolsAddInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
A full or partial URL to an instance to add to this target pool.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
Returns A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name.
33765 33766 33767 33768 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33765 class TargetPoolsAddInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |