Class: Google::Cloud::Compute::V1::BulkInsertInstanceResourcePerInstanceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BulkInsertInstanceResourcePerInstanceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Per-instance properties to be set on individual instances. To be extended in the future.
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Specifies the hostname of the instance.
-
#name ⇒ ::String
This field is only temporary.
Instance Attribute Details
#hostname ⇒ ::String
Returns Specifies the hostname of the instance. More details in: https://cloud.google.com/compute/docs/instances/custom-hostname-vm#naming_convention.
4552 4553 4554 4555 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4552 class BulkInsertInstanceResourcePerInstanceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns This field is only temporary. It will be removed. Do not use it.
4552 4553 4554 4555 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4552 class BulkInsertInstanceResourcePerInstanceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |