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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/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, #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.



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

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)



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

attribute :dns1

#dns1_ipv6Object?

Returns First DNS for IPv6 for the zone.

Returns:

  • (Object, nil)

    First DNS for IPv6 for the zone.



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

attribute :dns1_ipv6

#dns2String?

Returns Second DNS for the zone.

Returns:

  • (String, nil)

    Second DNS for the zone.



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

attribute :dns2

#dns2_ipv6Object?

Returns Second DNS for IPv6 for the zone.

Returns:

  • (Object, nil)

    Second DNS for IPv6 for the zone.



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

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.



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

attribute :domain

#guest_cidr_addressObject?

Returns Guest CIDR address for the zone.

Returns:

  • (Object, nil)

    Guest CIDR address for the zone.



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

attribute :guest_cidr_address

#idObject?

Returns uuid of the exising zone.

Returns:

  • (Object, nil)

    uuid of the exising zone.



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

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).



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

attribute :internal_dns1

#internal_dns2Object?

Returns Second internal DNS for the zone.

Returns:

  • (Object, nil)

    Second internal DNS for the zone.



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

attribute :internal_dns2

#nameString

Returns Name of the zone.

Returns:

  • (String)

    Name of the zone.



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

attribute :name

#network_domainObject?

Returns Network domain for the zone.

Returns:

  • (Object, nil)

    Network domain for the zone.



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

attribute :network_domain

#network_type:basic, ...

Returns Network type of the zone.

Returns:

  • (:basic, :advanced, nil)

    Network type of the zone.



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

attribute :network_type

#state:present, ...

Returns State of the zone.

Returns:

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

    State of the zone.



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

attribute :state