Class: Ansible::Ruby::Modules::Gcp_spanner_instance
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_spanner_instance
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_spanner_instance.rb
Overview
An isolated set of Cloud Spanner resources on which databases can be hosted.
Instance Method Summary collapse
-
#config ⇒ String?
A reference to the instance configuration.
-
#display_name ⇒ String
The descriptive name for this instance as it appears in UIs.
-
#labels ⇒ Hash?
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer’s organizational needs and deployment strategies.
-
#name ⇒ String?
A unique identifier for the instance, which cannot be changed after the instance is created.
-
#node_count ⇒ Integer?
The number of nodes allocated to this instance.
-
#state ⇒ :present, ...
Whether the given object should exist in GCP.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#config ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_spanner_instance.rb', line 20 attribute :config |
#display_name ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_spanner_instance.rb', line 24 attribute :display_name |
#labels ⇒ Hash?
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_spanner_instance.rb', line 32 attribute :labels |
#name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_spanner_instance.rb', line 16 attribute :name |
#node_count ⇒ Integer?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_spanner_instance.rb', line 28 attribute :node_count |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_spanner_instance.rb', line 12 attribute :state |