ExadbVmCluster constructor

ExadbVmCluster({
  1. String? backupOdbSubnet,
  2. String? createTime,
  3. String? displayName,
  4. String? entitlementId,
  5. String? gcpOracleZone,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? odbNetwork,
  9. String? odbSubnet,
  10. ExadbVmClusterProperties? properties,
})

Implementation

ExadbVmCluster({
  this.backupOdbSubnet,
  this.createTime,
  this.displayName,
  this.entitlementId,
  this.gcpOracleZone,
  this.labels,
  this.name,
  this.odbNetwork,
  this.odbSubnet,
  this.properties,
});