VolumePatch Class
Volume patch resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
VolumePatch
Constructor
VolumePatch(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, service_level: Optional[Union[str, azure.mgmt.netapp.models._net_app_management_client_enums.ServiceLevel]] = 'Premium', usage_threshold: Optional[int] = 107374182400, export_policy: Optional[azure.mgmt.netapp.models._models_py3.VolumePatchPropertiesExportPolicy] = None, throughput_mibps: Optional[float] = None, data_protection: Optional[azure.mgmt.netapp.models._models_py3.VolumePatchPropertiesDataProtection] = None, is_default_quota_enabled: Optional[bool] = False, default_user_quota_in_ki_bs: Optional[int] = 0, default_group_quota_in_ki_bs: Optional[int] = 0, **kwargs)
Parameters
- service_level
- str or ServiceLevel
The service level of the file system. Possible values include: "Standard", "Premium", "Ultra", "StandardZRS". Default value: "Premium".
- usage_threshold
- <xref:long>
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- data_protection
- VolumePatchPropertiesDataProtection
DataProtection type volumes include an object containing details of the replication.
- default_user_quota_in_ki_bs
- <xref:long>
Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- default_group_quota_in_ki_bs
- <xref:long>
Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
Feedback
Submit and view feedback for