CloudVmCluster constructor

CloudVmCluster({
  1. String? backupSubnetCidr,
  2. String? cidr,
  3. String? createTime,
  4. String? displayName,
  5. String? exadataInfrastructure,
  6. String? gcpOracleZone,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? network,
  10. CloudVmClusterProperties? properties,
})

Implementation

CloudVmCluster({
  this.backupSubnetCidr,
  this.cidr,
  this.createTime,
  this.displayName,
  this.exadataInfrastructure,
  this.gcpOracleZone,
  this.labels,
  this.name,
  this.network,
  this.properties,
});