CloudVmCluster constructor

CloudVmCluster({
  1. String? backupOdbSubnet,
  2. String? backupSubnetCidr,
  3. String? cidr,
  4. String? createTime,
  5. String? displayName,
  6. String? exadataInfrastructure,
  7. String? gcpOracleZone,
  8. IdentityConnector? identityConnector,
  9. Map<String, String>? labels,
  10. String? name,
  11. String? network,
  12. String? odbNetwork,
  13. String? odbSubnet,
  14. CloudVmClusterProperties? properties,
})

Implementation

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