Class: Ansible::Ruby::Modules::Cs_volume

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

Overview

Create, destroy, attach, detach volumes.

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 volume is related to.

Returns:

  • (Object, nil)

    Account the volume is related to.



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

attribute :account

#custom_idObject?

Returns Custom id to the resource.,Allowed to Root Admins only.

Returns:

  • (Object, nil)

    Custom id to the resource.,Allowed to Root Admins only.



19
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 19

attribute :custom_id

#disk_offeringString?

Returns Name of the disk offering to be used.,Required one of C(disk_offering), C(snapshot) if volume is not already C(state=present).

Returns:

  • (String, nil)

    Name of the disk offering to be used.,Required one of C(disk_offering), C(snapshot) if volume is not already C(state=present).



22
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 22

attribute :disk_offering

#display_volumeBoolean?

Returns Whether to display the volume to the end user or not.,Allowed to Root Admins only.

Returns:

  • (Boolean, nil)

    Whether to display the volume to the end user or not.,Allowed to Root Admins only.



26
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 26

attribute :display_volume

#domainObject?

Returns Name of the domain the volume to be deployed in.

Returns:

  • (Object, nil)

    Name of the domain the volume to be deployed in.



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

attribute :domain

#forceBoolean?

Returns Force removal of volume even it is attached to a VM.,Considered on C(state=absnet) only.

Returns:

  • (Boolean, nil)

    Force removal of volume even it is attached to a VM.,Considered on C(state=absnet) only.



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

attribute :force

#max_iopsObject?

Returns Max iops.

Returns:

  • (Object, nil)

    Max iops



33
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 33

attribute :max_iops

#min_iopsObject?

Returns Min iops.

Returns:

  • (Object, nil)

    Min iops



36
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 36

attribute :min_iops

#nameString

Returns Name of the volume.,C(name) can only contain ASCII letters.

Returns:

  • (String)

    Name of the volume.,C(name) can only contain ASCII letters.



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

attribute :name

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    Poll async jobs until job has finished.



70
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 70

attribute :poll_async

#projectString?

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

Returns:

  • (String, nil)

    Name of the project the volume to be deployed in.



39
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 39

attribute :project

#shrink_okBoolean?

Returns Whether to allow to shrink the volume.

Returns:

  • (Boolean, nil)

    Whether to allow to shrink the volume.



54
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 54

attribute :shrink_ok

#sizeInteger?

Returns Size of disk in GB.

Returns:

  • (Integer, nil)

    Size of disk in GB



43
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 43

attribute :size

#snapshotObject?

Returns The snapshot name for the disk volume.,Required one of C(disk_offering), C(snapshot) if volume is not already C(state=present).

Returns:

  • (Object, nil)

    The snapshot name for the disk volume.,Required one of C(disk_offering), C(snapshot) if volume is not already C(state=present).



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

attribute :snapshot

#state:present, ...

Returns State of the volume.

Returns:

  • (:present, :absent, :attached, :detached, nil)

    State of the volume.



66
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 66

attribute :state

#tagsObject?

Returns List of tags. Tags are a list of dictionaries having keys C(key) and C(value).,To delete all tags, set a empty list e.g. C(tags: []).

Returns:

  • (Object, nil)

    List of tags. Tags are a list of dictionaries having keys C(key) and C(value).,To delete all tags, set a empty list e.g. C(tags: []).



74
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 74

attribute :tags

#vmString?

Returns Name of the virtual machine to attach the volume to.

Returns:

  • (String, nil)

    Name of the virtual machine to attach the volume to.



58
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 58

attribute :vm

#zoneString?

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

Returns:

  • (String, nil)

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



62
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_volume.rb', line 62

attribute :zone