Class: Ansible::Ruby::Modules::Cs_pod

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

Overview

Create, update, delete pods.

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

#end_ipObject?

Returns Ending IP address for the Pod.

Returns:

  • (Object, nil)

    Ending IP address for the Pod.



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

attribute :end_ip

#gatewayString?

Returns Gateway for the Pod.,Required on C(state=present).

Returns:

  • (String, nil)

    Gateway for the Pod.,Required on C(state=present)



30
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 30

attribute :gateway

#idObject?

Returns uuid of the existing pod.

Returns:

  • (Object, nil)

    uuid of the existing pod.



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

attribute :id

#nameString

Returns Name of the pod.

Returns:

  • (String)

    Name of the pod.



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

attribute :name

#netmaskString?

Returns Netmask for the Pod.,Required on C(state=present).

Returns:

  • (String, nil)

    Netmask for the Pod.,Required on C(state=present)



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

attribute :netmask

#start_ipString?

Returns Starting IP address for the Pod.,Required on C(state=present).

Returns:

  • (String, nil)

    Starting IP address for the Pod.,Required on C(state=present)



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

attribute :start_ip

#state:present, ...

Returns State of the pod.

Returns:

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

    State of the pod.



38
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 38

attribute :state

#zoneString?

Returns Name of the zone in which the pod belongs to.,If not set, default zone is used.

Returns:

  • (String, nil)

    Name of the zone in which the pod belongs to.,If not set, default zone is used.



34
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 34

attribute :zone