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/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 existing 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?
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 23 attribute :end_ip |
#gateway ⇒ String?
30 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 30 attribute :gateway |
#id ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 16 attribute :id |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 12 attribute :name |
#netmask ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 26 attribute :netmask |
#start_ip ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 19 attribute :start_ip |
#state ⇒ :present, ...
38 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 38 attribute :state |
#zone ⇒ String?
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_pod.rb', line 34 attribute :zone |