Class: Ansible::Ruby::Modules::Gcp_dns_managed_zone

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionString?

Returns A mutable string of at most 1024 characters associated with this resource for the user’s convenience. Has no effect on the managed zone’s function.

Returns:

  • (String, nil)

    A mutable string of at most 1024 characters associated with this resource for the user’s convenience. Has no effect on the managed zone’s function.



16
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 16

attribute :description

#dns_nameString?

Returns The DNS name of this managed zone, for instance “example.com.”.

Returns:

  • (String, nil)

    The DNS name of this managed zone, for instance “example.com.”.



20
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 20

attribute :dns_name

#nameString

Returns User assigned name for this resource.,Must be unique within the project.

Returns:

  • (String)

    User assigned name for this resource.,Must be unique within the project.



24
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 24

attribute :name

#name_server_setObject?

Returns Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.

Returns:

  • (Object, nil)

    Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.



28
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 28

attribute :name_server_set

#state:present, ...

Returns Whether the given object should exist in GCP.

Returns:

  • (:present, :absent, nil)

    Whether the given object should exist in GCP



12
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_managed_zone.rb', line 12

attribute :state