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

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



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

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.



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

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



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

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.



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

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.



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

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.



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

attribute :force

#max_iopsObject?

Returns Max iops.

Returns:

  • (Object, nil)

    Max iops



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

attribute :max_iops

#min_iopsObject?

Returns Min iops.

Returns:

  • (Object, nil)

    Min iops



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

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.



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

attribute :name

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    Poll async jobs until job has finished.



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

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.



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

attribute :project

#shrink_okBoolean?

Returns Whether to allow to shrink the volume.

Returns:

  • (Boolean, nil)

    Whether to allow to shrink the volume.



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

attribute :shrink_ok

#sizeInteger?

Returns Size of disk in GB.

Returns:

  • (Integer, nil)

    Size of disk in GB



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

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



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

attribute :snapshot

#state:present, ...

Returns State of the volume.

Returns:

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

    State of the volume.



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

attribute :state

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



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

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.



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

attribute :zone