StoragePool constructor
StoragePool({
- String? capacityProvisioningType,
- String? creationTimestamp,
- String? description,
- String? id,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> ? labels, - String? name,
- String? performanceProvisioningType,
- String? poolProvisionedCapacityGb,
- String? poolProvisionedIops,
- String? poolProvisionedThroughput,
- StoragePoolResourceStatus? resourceStatus,
- String? selfLink,
- String? selfLinkWithId,
- String? state,
- StoragePoolResourceStatus? status,
- String? storagePoolType,
- String? zone,
Implementation
StoragePool({
this.capacityProvisioningType,
this.creationTimestamp,
this.description,
this.id,
this.kind,
this.labelFingerprint,
this.labels,
this.name,
this.performanceProvisioningType,
this.poolProvisionedCapacityGb,
this.poolProvisionedIops,
this.poolProvisionedThroughput,
this.resourceStatus,
this.selfLink,
this.selfLinkWithId,
this.state,
this.status,
this.storagePoolType,
this.zone,
});