DiskPool Class
Response for Disk Pool request.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.storagepool.models._models_py3.TrackedResourceDiskPool
Constructor
DiskPool(*, location: str, availability_zones: List[str], status: Union[str, azure.mgmt.storagepool.models._storage_pool_management_enums.OperationalStatus], subnet_id: str, tags: Optional[Dict[str, str]] = None, disks: Optional[List[azure.mgmt.storagepool.models._models_py3.Disk]] = None, additional_capabilities: Optional[List[str]] = None, name_sku_name: Optional[str] = None, tier: Optional[str] = None, **kwargs)
Parameters
Required. Logical zone for Disk Pool resource; example: ["1"].
- status
- str or <xref:storage_pool_management.models.OperationalStatus>
Required. Operational status of the Disk Pool. Possible values include: "Invalid", "Unknown", "Healthy", "Unhealthy", "Updating", "Running", "Stopped", "Stopped (deallocated)".
- disks
- list[<xref:storage_pool_management.models.Disk>]
List of Azure Managed Disks to attach to a Disk Pool.
Variables
- id
- str
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- managed_by
- str
Azure resource id. Indicates if this resource is managed by another Azure resource.
- system_data
- <xref:storage_pool_management.models.SystemMetadata>
Resource metadata required by ARM RPC.
- provisioning_state
- str or <xref:storage_pool_management.models.ProvisioningStates>
Required. State of the operation on the resource. Possible values include: "Invalid", "Succeeded", "Failed", "Canceled", "Pending", "Creating", "Updating", "Deleting".
Feedback
Submit and view feedback for