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
Overview
Create, update, restart and delete networks.
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, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#account ⇒ Object?
Returns Account the network is related to.
82 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 82 attribute :account |
#acl_type ⇒ :account, ...
Returns Access control type.,Only considered on create.
60 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 60 attribute :acl_type |
#cidr_ipv6 ⇒ Object?
Returns CIDR of IPv6 network, must be at least /64.,Only considered on create.
41 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 41 attribute :cidr_ipv6 |
#clean_up ⇒ Boolean?
Returns Cleanup old network elements.,Only considered on C(state=restarted).
56 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 56 attribute :clean_up |
#display_text ⇒ String?
Returns Display text of the network.,If not specified, C(name) will be used as C(display_text).
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 15 attribute :display_text |
#domain ⇒ Object?
Returns Domain the network is related to.
79 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 79 attribute :domain |
#end_ip ⇒ Object?
Returns The ending IPv4 address of the network belongs to.,If not specified, value of C(start_ip) is used.,Only considered on create.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 26 attribute :end_ip |
#end_ipv6 ⇒ Object?
Returns The ending IPv6 address of the network belongs to.,If not specified, value of C(start_ipv6) is used.,Only considered on create.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 38 attribute :end_ipv6 |
#gateway ⇒ Object?
Returns The gateway of the network.,Required for shared networks and isolated networks when it belongs to VPC.,Only considered on create.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 29 attribute :gateway |
#gateway_ipv6 ⇒ Object?
Returns The gateway of the IPv6 network.,Required for shared networks.,Only considered on create.
44 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 44 attribute :gateway_ipv6 |
#isolated_pvlan ⇒ Object?
Returns The isolated private vlan for this network.
53 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 53 attribute :isolated_pvlan |
#name ⇒ String
Returns Name (case sensitive) of the network.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 11 attribute :name |
#netmask ⇒ Object?
Returns The netmask of the network.,Required for shared networks and isolated networks when it belongs to VPC.,Only considered on create.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 32 attribute :netmask |
#network_domain ⇒ String?
Returns The network domain.
64 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 64 attribute :network_domain |
#network_offering ⇒ String?
Returns Name of the offering for the network.,Required if C(state=present).
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 19 attribute :network_offering |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
85 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 85 attribute :poll_async |
#project ⇒ Object?
Returns Name of the project the network to be deployed in.
76 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 76 attribute :project |
#start_ip ⇒ Object?
Returns The beginning IPv4 address of the network belongs to.,Only considered on create.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 23 attribute :start_ip |
#start_ipv6 ⇒ Object?
Returns The beginning IPv6 address of the network belongs to.,Only considered on create.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 35 attribute :start_ipv6 |
#state ⇒ :present, ...
Returns State of the network.
68 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 68 attribute :state |
#vlan ⇒ Object?
Returns The ID or VID of the network.
47 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 47 attribute :vlan |
#vpc ⇒ Object?
Returns The ID or VID of the network.
50 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 50 attribute :vpc |
#zone ⇒ String?
Returns Name of the zone in which the network should be deployed.,If not set, default zone is used.
72 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 72 attribute :zone |