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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #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.



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

attribute :account

#aclString?

Returns The name of the access control list for the VPC network tier.

Returns:

  • (String, nil)

    The name of the access control list for the VPC network tier.



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

attribute :acl

#acl_type:account, ...

Returns Access control type for the VPC network tier.,Only considered on create.

Returns:

  • (:account, :domain, nil)

    Access control type for the VPC network tier.,Only considered on create.



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

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.



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

attribute :cidr_ipv6

#clean_upSymbol?

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

Returns:

  • (Symbol, nil)

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



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

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).



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

attribute :display_text

#domainObject?

Returns Domain the network is related to.

Returns:

  • (Object, nil)

    Domain the network is related to.



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

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.



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

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.



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

attribute :end_ipv6

#gatewayString?

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

Returns:

  • (String, nil)

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



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

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.



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

attribute :gateway_ipv6

#isolated_pvlanObject?

Returns The isolated private VLAN for this network.

Returns:

  • (Object, nil)

    The isolated private VLAN for this network.



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

attribute :isolated_pvlan

#nameString

Returns Name (case sensitive) of the network.

Returns:

  • (String)

    Name (case sensitive) of the network.



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

attribute :name

#netmaskString?

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

Returns:

  • (String, nil)

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



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

attribute :netmask

#network_domainString?

Returns The network domain.

Returns:

  • (String, nil)

    The network domain.



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

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).



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

attribute :network_offering

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    Poll async jobs until job has finished.



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

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.



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

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.



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

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.



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

attribute :start_ipv6

#state:present, ...

Returns State of the network.

Returns:

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

    State of the network.



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

attribute :state

#subdomain_accessSymbol?

Returns Defines whether to allow subdomains to use networks dedicated to their parent domain(s).,Should be used with C(acl_type=domain).,Only considered on create.

Returns:

  • (Symbol, nil)

    Defines whether to allow subdomains to use networks dedicated to their parent domain(s).,Should be used with C(acl_type=domain).,Only considered on create.



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

attribute :subdomain_access

#vlanObject?

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/cloud/cloudstack/cs_network.rb', line 50

attribute :vlan

#vpcString?

Returns Name of the VPC of the network.

Returns:

  • (String, nil)

    Name of the VPC of the network.



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

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.



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

attribute :zone