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

location
str
Required

Resource location.

tags
dict[str, str]
Required

A set of tags. Resource tags.

service_level
str or ServiceLevel
Required

The service level of the file system. Possible values include: "Standard", "Premium", "Ultra", "StandardZRS". Default value: "Premium".

usage_threshold
<xref:long>
Required

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.

export_policy
VolumePatchPropertiesExportPolicy
Required

Set of export policy rules.

throughput_mibps
float
Required

Maximum throughput in Mibps that can be achieved by this volume.

data_protection
VolumePatchPropertiesDataProtection
Required

DataProtection type volumes include an object containing details of the replication.

is_default_quota_enabled
bool
Required

Specifies if default quota is enabled for the volume.

default_user_quota_in_ki_bs
<xref:long>
Required

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>
Required

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.