Class: Ansible::Ruby::Modules::Route53_zone

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb

Overview

Creates and deletes Route53 private and public zones

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#commentString?

Returns Comment associated with the zone.

Returns:

  • (String, nil)

    Comment associated with the zone



27
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 27

attribute :comment

#stateBoolean?

Returns whether or not the zone should exist or not.

Returns:

  • (Boolean, nil)

    whether or not the zone should exist or not



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 15

attribute :state

#vpc_idString?

Returns The VPC ID the zone should be a part of (if this is going to be a private zone).

Returns:

  • (String, nil)

    The VPC ID the zone should be a part of (if this is going to be a private zone)



19
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 19

attribute :vpc_id

#vpc_regionString?

Returns The VPC Region the zone should be a part of (if this is going to be a private zone).

Returns:

  • (String, nil)

    The VPC Region the zone should be a part of (if this is going to be a private zone)



23
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 23

attribute :vpc_region

#zoneString

Returns The DNS zone record (eg: foo.com.).

Returns:

  • (String)

    The DNS zone record (eg: foo.com.)



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 11

attribute :zone