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

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



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

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)



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

attribute :gateway

#idObject?

Returns uuid of the exising pod.

Returns:

  • (Object, nil)

    uuid of the exising pod.



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

attribute :id

#nameString

Returns Name of the pod.

Returns:

  • (String)

    Name of the pod.



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

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)



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

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)



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

attribute :start_ip

#state:present, ...

Returns State of the pod.

Returns:

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

    State of the pod.



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

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.



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

attribute :zone