performanceProvisioningType property

String? performanceProvisioningType
getter/setter pair

Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS. Possible string values are:

  • "ADVANCED" : Advanced provisioning "thinly" allocates the related resource.
  • "STANDARD" : Standard provisioning allocates the related resource for the pool disks' exclusive use.
  • "UNSPECIFIED"

Implementation

core.String? performanceProvisioningType;