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
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, #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.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 21 attribute :end_ip |
#gateway ⇒ String?
Returns Gateway for the Pod.,Required on C(state=present).
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 28 attribute :gateway |
#id ⇒ Object?
Returns uuid of the exising pod.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 14 attribute :id |
#name ⇒ String
Returns Name of the pod.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 10 attribute :name |
#netmask ⇒ String?
Returns Netmask for the Pod.,Required on C(state=present).
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 24 attribute :netmask |
#start_ip ⇒ String?
Returns Starting IP address for the Pod.,Required on C(state=present).
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 17 attribute :start_ip |
#state ⇒ :present, ...
Returns State of the pod.
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 36 attribute :state |
#zone ⇒ String?
Returns Name of the zone in which the pod belongs to.,If not set, default zone is used.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb', line 32 attribute :zone |