ExascaleDbStorageVaultProperties constructor

ExascaleDbStorageVaultProperties({
  1. int? additionalFlashCachePercent,
  2. List<String>? attachedShapeAttributes,
  3. List<String>? availableShapeAttributes,
  4. String? description,
  5. ExascaleDbStorageDetails? exascaleDbStorageDetails,
  6. String? ociUri,
  7. String? ocid,
  8. String? state,
  9. TimeZone? timeZone,
  10. int? vmClusterCount,
  11. List<String>? vmClusterIds,
})

Implementation

ExascaleDbStorageVaultProperties({
  this.additionalFlashCachePercent,
  this.attachedShapeAttributes,
  this.availableShapeAttributes,
  this.description,
  this.exascaleDbStorageDetails,
  this.ociUri,
  this.ocid,
  this.state,
  this.timeZone,
  this.vmClusterCount,
  this.vmClusterIds,
});