Class: Ansible::Ruby::Modules::Cs_pod
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_pod
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb
Overview
Create, update, delete pods.
Instance Method Summary collapse
-
#end_ip ⇒ Object?
Ending IP address for the Pod.
-
#gateway ⇒ String?
Gateway for the Pod.,Required on C(state=present).
-
#id ⇒ Object?
Uuid of the exising pod.
-
#name ⇒ String
Name of the pod.
-
#netmask ⇒ String?
Netmask for the Pod.,Required on C(state=present).
-
#start_ip ⇒ String?
Starting IP address for the Pod.,Required on C(state=present).
-
#state ⇒ :present, ...
State of the pod.
-
#zone ⇒ String?
Name of the zone in which the pod belongs to.,If not set, default zone is used.
Methods inherited from Base
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_ip ⇒ Object?
Returns Ending IP address for the Pod.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 22 attribute :end_ip |
#gateway ⇒ String?
Returns 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 |
#id ⇒ Object?
Returns uuid of the exising pod.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 15 attribute :id |
#name ⇒ String
Returns Name of the pod.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 11 attribute :name |
#netmask ⇒ String?
Returns 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_ip ⇒ String?
Returns 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.
37 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 37 attribute :state |
#zone ⇒ String?
Returns 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 |