Class: Ansible::Ruby::Modules::Route53_zone
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Route53_zone
- 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
-
#comment ⇒ String?
Comment associated with the zone.
-
#state ⇒ Boolean?
Whether or not the zone should exist or not.
-
#vpc_id ⇒ String?
The VPC ID the zone should be a part of (if this is going to be a private zone).
-
#vpc_region ⇒ String?
The VPC Region the zone should be a part of (if this is going to be a private zone).
-
#zone ⇒ String
The DNS zone record (eg: foo.com.).
Methods inherited from Base
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
#comment ⇒ String?
Returns Comment associated with the zone.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 27 attribute :comment |
#state ⇒ Boolean?
Returns 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_id ⇒ String?
Returns 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_region ⇒ String?
Returns 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 |
#zone ⇒ String
Returns The DNS zone record (eg: foo.com.).
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 11 attribute :zone |