Class: Google::Cloud::Compute::V1::InstancesSetNameRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstancesSetNameRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#current_name ⇒ ::String
The current name of this resource, used to prevent conflicts.
-
#name ⇒ ::String
The name to be applied to the instance.
Instance Attribute Details
#current_name ⇒ ::String
Returns The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.
15186 15187 15188 15189 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15186 class InstancesSetNameRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name to be applied to the instance. Needs to be RFC 1035 compliant.
15186 15187 15188 15189 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15186 class InstancesSetNameRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |