CloudServicesNetworkStorageOptionsPatch Class

CloudServicesNetworkStorageOptionsPatch represents the patchable storage options for the cloud services network.

Constructor

CloudServicesNetworkStorageOptionsPatch(*, mode: str | _models.CloudServicesNetworkStorageMode | None = None, size_mi_b: int | None = None, storage_appliance_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
mode

The indicator to enable shared storage on the cloud services network. Known values are: "None" and "Standard".

Default value: None
size_mi_b
int

The requested storage allocation for the volume in Mebibytes.

Default value: None
storage_appliance_id
str

The resource ID of the storage appliance that hosts the storage.

Default value: None

Variables

Name Description
mode

The indicator to enable shared storage on the cloud services network. Known values are: "None" and "Standard".

size_mi_b
int

The requested storage allocation for the volume in Mebibytes.

storage_appliance_id
str

The resource ID of the storage appliance that hosts the storage.