Class: Ansible::Ruby::Modules::Cs_zone

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb

Overview

Create, update and remove 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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#dhcp_providerObject?

Returns DHCP provider for the Zone.

Returns:

  • (Object, nil)

    DHCP provider for the Zone.



56
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 56

attribute :dhcp_provider

#dns1String?

Returns First DNS for the zone.,Required if C(state=present).

Returns:

  • (String, nil)

    First DNS for the zone.,Required if C(state=present)



33
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 33

attribute :dns1

#dns1_ipv6Object?

Returns First DNS for IPv6 for the zone.

Returns:

  • (Object, nil)

    First DNS for IPv6 for the zone.



47
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 47

attribute :dns1_ipv6

#dns2String?

Returns Second DNS for the zone.

Returns:

  • (String, nil)

    Second DNS for the zone.



37
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 37

attribute :dns2

#dns2_ipv6Object?

Returns Second DNS for IPv6 for the zone.

Returns:

  • (Object, nil)

    Second DNS for IPv6 for the zone.



50
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 50

attribute :dns2_ipv6

#domainObject?

Returns Domain the zone is related to.,Zone is a public zone if not set.

Returns:

  • (Object, nil)

    Domain the zone is related to.,Zone is a public zone if not set.



23
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 23

attribute :domain

#guest_cidr_addressObject?

Returns Guest CIDR address for the zone.

Returns:

  • (Object, nil)

    Guest CIDR address for the zone.



53
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 53

attribute :guest_cidr_address

#idObject?

Returns uuid of the existing zone.

Returns:

  • (Object, nil)

    uuid of the existing zone.



16
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 16

attribute :id

#internal_dns1Object?

Returns First internal DNS for the zone.,If not set C(dns1) will be used on C(state=present).

Returns:

  • (Object, nil)

    First internal DNS for the zone.,If not set C(dns1) will be used on C(state=present).



41
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 41

attribute :internal_dns1

#internal_dns2Object?

Returns Second internal DNS for the zone.

Returns:

  • (Object, nil)

    Second internal DNS for the zone.



44
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 44

attribute :internal_dns2

#nameString

Returns Name of the zone.

Returns:

  • (String)

    Name of the zone.



12
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 12

attribute :name

#network_domainObject?

Returns Network domain for the zone.

Returns:

  • (Object, nil)

    Network domain for the zone.



26
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 26

attribute :network_domain

#network_type:basic, ...

Returns Network type of the zone.

Returns:

  • (:basic, :advanced, nil)

    Network type of the zone.



29
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 29

attribute :network_type

#state:present, ...

Returns State of the zone.

Returns:

  • (:present, :enabled, :disabled, :absent, nil)

    State of the zone.



19
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_zone.rb', line 19

attribute :state