Class: Ansible::Ruby::Modules::Cs_network
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_network
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the network is related to.
-
#acl_type ⇒ :account, ...
Access control type.,Only considered on create.
-
#cidr_ipv6 ⇒ Object?
CIDR of IPv6 network, must be at least /64.,Only considered on create.
-
#clean_up ⇒ Boolean?
Cleanup old network elements.,Only considered on C(state=restarted).
-
#display_text ⇒ String?
Display text of the network.,If not specified, C(name) will be used as C(display_text).
-
#domain ⇒ Object?
Domain the network is related to.
-
#end_ip ⇒ Object?
The ending IPv4 address of the network belongs to.,If not specified, value of C(start_ip) is used.,Only considered on create.
-
#end_ipv6 ⇒ Object?
The ending IPv6 address of the network belongs to.,If not specified, value of C(start_ipv6) is used.,Only considered on create.
-
#gateway ⇒ Object?
The gateway of the network.,Required for shared networks and isolated networks when it belongs to VPC.,Only considered on create.
-
#gateway_ipv6 ⇒ Object?
The gateway of the IPv6 network.,Required for shared networks.,Only considered on create.
-
#isolated_pvlan ⇒ Object?
The isolated private vlan for this network.
-
#name ⇒ String
Name (case sensitive) of the network.
-
#netmask ⇒ Object?
The netmask of the network.,Required for shared networks and isolated networks when it belongs to VPC.,Only considered on create.
-
#network_domain ⇒ String?
The network domain.
-
#network_offering ⇒ String?
Name of the offering for the network.,Required if C(state=present).
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the network to be deployed in.
-
#start_ip ⇒ Object?
The beginning IPv4 address of the network belongs to.,Only considered on create.
-
#start_ipv6 ⇒ Object?
The beginning IPv6 address of the network belongs to.,Only considered on create.
-
#state ⇒ :present, ...
State of the network.
-
#vlan ⇒ Object?
The ID or VID of the network.
-
#vpc ⇒ Object?
The ID or VID of the network.
-
#zone ⇒ String?
Name of the zone in which the network should be deployed.,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
#account ⇒ Object?
81 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 81 attribute :account |
#acl_type ⇒ :account, ...
59 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 59 attribute :acl_type |
#cidr_ipv6 ⇒ Object?
40 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 40 attribute :cidr_ipv6 |
#clean_up ⇒ Boolean?
55 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 55 attribute :clean_up |
#display_text ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 14 attribute :display_text |
#domain ⇒ Object?
78 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 78 attribute :domain |
#end_ip ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 25 attribute :end_ip |
#end_ipv6 ⇒ Object?
37 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 37 attribute :end_ipv6 |
#gateway ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 28 attribute :gateway |
#gateway_ipv6 ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 43 attribute :gateway_ipv6 |
#isolated_pvlan ⇒ Object?
52 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 52 attribute :isolated_pvlan |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 10 attribute :name |
#netmask ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 31 attribute :netmask |
#network_domain ⇒ String?
63 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 63 attribute :network_domain |
#network_offering ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 18 attribute :network_offering |
#poll_async ⇒ Boolean?
84 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 84 attribute :poll_async |
#project ⇒ Object?
75 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 75 attribute :project |
#start_ip ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 22 attribute :start_ip |
#start_ipv6 ⇒ Object?
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 34 attribute :start_ipv6 |
#state ⇒ :present, ...
67 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 67 attribute :state |
#vlan ⇒ Object?
46 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 46 attribute :vlan |
#vpc ⇒ Object?
49 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 49 attribute :vpc |
#zone ⇒ String?
71 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 71 attribute :zone |