Class: Ansible::Ruby::Modules::Cs_network

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb

Overview

Create, update, restart and delete networks.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#accountObject?

Returns Account the network is related to.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:account, :domain, nil)

    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_ipv6Object?

Returns CIDR of IPv6 network, must be at least /64.,Only considered on create.

Returns:

  • (Object, nil)

    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_upBoolean?

Returns Cleanup old network elements.,Only considered on C(state=restarted).

Returns:

  • (Boolean, nil)

    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_textString?

Returns Display text of the network.,If not specified, C(name) will be used as C(display_text).

Returns:

  • (String, nil)

    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

#domainObject?

Returns Domain the network is related to.

Returns:

  • (Object, nil)

    Domain the network is related to.



79
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 79

attribute :domain

#end_ipObject?

Returns The ending IPv4 address of the network belongs to.,If not specified, value of C(start_ip) is used.,Only considered on create.

Returns:

  • (Object, nil)

    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_ipv6Object?

Returns The ending IPv6 address of the network belongs to.,If not specified, value of C(start_ipv6) is used.,Only considered on create.

Returns:

  • (Object, nil)

    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

#gatewayObject?

Returns The gateway of the network.,Required for shared networks and isolated networks when it belongs to VPC.,Only considered on create.

Returns:

  • (Object, nil)

    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_ipv6Object?

Returns The gateway of the IPv6 network.,Required for shared networks.,Only considered on create.

Returns:

  • (Object, nil)

    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_pvlanObject?

Returns The isolated private vlan for this network.

Returns:

  • (Object, nil)

    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

#nameString

Returns Name (case sensitive) of the network.

Returns:

  • (String)

    Name (case sensitive) of the network.



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 11

attribute :name

#netmaskObject?

Returns The netmask of the network.,Required for shared networks and isolated networks when it belongs to VPC.,Only considered on create.

Returns:

  • (Object, nil)

    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_domainString?

Returns The network domain.

Returns:

  • (String, nil)

    The network domain.



64
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 64

attribute :network_domain

#network_offeringString?

Returns Name of the offering for the network.,Required if C(state=present).

Returns:

  • (String, nil)

    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_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    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

#projectObject?

Returns Name of the project the network to be deployed in.

Returns:

  • (Object, nil)

    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_ipObject?

Returns The beginning IPv4 address of the network belongs to.,Only considered on create.

Returns:

  • (Object, nil)

    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_ipv6Object?

Returns The beginning IPv6 address of the network belongs to.,Only considered on create.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, :restarted, nil)

    State of the network.



68
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 68

attribute :state

#vlanObject?

Returns The ID or VID of the network.

Returns:

  • (Object, nil)

    The ID or VID of the network.



47
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 47

attribute :vlan

#vpcObject?

Returns The ID or VID of the network.

Returns:

  • (Object, nil)

    The ID or VID of the network.



50
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb', line 50

attribute :vpc

#zoneString?

Returns Name of the zone in which the network should be deployed.,If not set, default zone is used.

Returns:

  • (String, nil)

    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