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

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

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, #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.



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

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)



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

attribute :dns1

#dns1_ipv6Object?

Returns First DNS for IPv6 for the zone.

Returns:

  • (Object, nil)

    First DNS for IPv6 for the zone.



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

attribute :dns1_ipv6

#dns2String?

Returns Second DNS for the zone.

Returns:

  • (String, nil)

    Second DNS for the zone.



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

attribute :dns2

#dns2_ipv6Object?

Returns Second DNS for IPv6 for the zone.

Returns:

  • (Object, nil)

    Second DNS for IPv6 for the zone.



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

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.



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

attribute :domain

#guest_cidr_addressObject?

Returns Guest CIDR address for the zone.

Returns:

  • (Object, nil)

    Guest CIDR address for the zone.



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

attribute :guest_cidr_address

#idObject?

Returns uuid of the exising zone.

Returns:

  • (Object, nil)

    uuid of the exising zone.



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

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



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

attribute :internal_dns1

#internal_dns2Object?

Returns Second internal DNS for the zone.

Returns:

  • (Object, nil)

    Second internal DNS for the zone.



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

attribute :internal_dns2

#nameString

Returns Name of the zone.

Returns:

  • (String)

    Name of the zone.



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

attribute :name

#network_domainObject?

Returns Network domain for the zone.

Returns:

  • (Object, nil)

    Network domain for the zone.



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

attribute :network_domain

#network_type:basic, ...

Returns Network type of the zone.

Returns:

  • (:basic, :advanced, nil)

    Network type of the zone.



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

attribute :network_type

#state:present, ...

Returns State of the zone.

Returns:

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

    State of the zone.



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

attribute :state