Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -139,12 +139,12 @@ RETURN = '''
id:
description: UUID of the pool.
returned: success
type: string
type: str
sample: a3fca65a-7db1-4891-b97c-48806a978a96
created:
description: Date of the pool was created.
returned: success
type: string
type: str
sample: 2014-12-01T14:57:57+0100
capacity_iops:
description: IOPS CloudStack can provision from this storage pool
@ -154,17 +154,17 @@ capacity_iops:
zone:
description: The name of the zone.
returned: success
type: string
type: str
sample: Zone01
cluster:
description: The name of the cluster.
returned: when scope is cluster
type: string
type: str
sample: Cluster01
pod:
description: The name of the pod.
returned: when scope is cluster
type: string
type: str
sample: Cluster01
disk_size_allocated:
description: The pool's currently allocated disk space.
@ -184,32 +184,32 @@ disk_size_used:
scope:
description: The scope of the storage pool.
returned: success
type: string
type: str
sample: cluster
hypervisor:
description: Hypervisor related to this storage pool.
returned: when available
type: string
type: str
sample: KVM
state:
description: The state of the storage pool as returned by the API.
returned: success
type: string
type: str
sample: Up
allocation_state:
description: The state of the storage pool.
returned: success
type: string
type: str
sample: enabled
path:
description: The storage pool path used in the storage_url.
returned: success
type: string
type: str
sample: poolname
overprovision_factor:
description: The overprovision factor of the storage pool.
returned: success
type: string
type: str
sample: 2.0
suitable_for_migration:
description: Whether the storage pool is suitable to migrate a volume or not.