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
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, #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.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 26 attribute :comment |
#state ⇒ Boolean?
Returns 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_id ⇒ String?
Returns 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_region ⇒ String?
Returns 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 |
#zone ⇒ String
Returns The DNS zone record (eg: foo.com.).
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb', line 10 attribute :zone |