Class: Ansible::Ruby::Modules::Gcp_dns_managed_zone
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_dns_managed_zone
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb
Overview
A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Instance Method Summary collapse
-
#description ⇒ String?
A mutable string of at most 1024 characters associated with this resource for the user’s convenience.
-
#dns_name ⇒ String?
The DNS name of this managed zone, for instance “example.com.”.
-
#name ⇒ String
User assigned name for this resource.,Must be unique within the project.
-
#name_server_set ⇒ Object?
Optionally specifies the NameServerSet for this ManagedZone.
-
#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
#description ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 16 attribute :description |
#dns_name ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 20 attribute :dns_name |
#name ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 24 attribute :name |
#name_server_set ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 28 attribute :name_server_set |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 12 attribute :state |