CreatorPropertiesResponse

data class CreatorPropertiesResponse(val provisioningState: String, val storageUnits: Int)

Creator resource properties

Constructors

Link copied to clipboard
constructor(provisioningState: String, storageUnits: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled

Link copied to clipboard

The storage units to be allocated. Integer values from 1 to 100, inclusive.