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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

attr_option, attr_options, attribute, #initialize, #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



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

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



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

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)



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

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)



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

attribute :vpc_region

#zoneString

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

Returns:

  • (String)

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



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

attribute :zone