CloudVmClusterProperties constructor
CloudVmClusterProperties({
- String? clusterName,
- String? compartmentId,
- int? cpuCoreCount,
- double? dataStorageSizeTb,
- int? dbNodeStorageSizeGb,
- List<
String> ? dbServerOcids, - DataCollectionOptions? diagnosticsDataCollectionOptions,
- String? diskRedundancy,
- String? dnsListenerIp,
- String? domain,
- String? giVersion,
- String? hostname,
- String? hostnamePrefix,
- String? licenseType,
- bool? localBackupEnabled,
- int? memorySizeGb,
- int? nodeCount,
- String? ociUrl,
- String? ocid,
- double? ocpuCount,
- String? scanDns,
- String? scanDnsRecordId,
- List<
String> ? scanIpIds, - int? scanListenerPortTcp,
- int? scanListenerPortTcpSsl,
- String? shape,
- bool? sparseDiskgroupEnabled,
- List<
String> ? sshPublicKeys, - String? state,
- int? storageSizeGb,
- String? systemVersion,
- TimeZone? timeZone,
Implementation
CloudVmClusterProperties({
this.clusterName,
this.compartmentId,
this.cpuCoreCount,
this.dataStorageSizeTb,
this.dbNodeStorageSizeGb,
this.dbServerOcids,
this.diagnosticsDataCollectionOptions,
this.diskRedundancy,
this.dnsListenerIp,
this.domain,
this.giVersion,
this.hostname,
this.hostnamePrefix,
this.licenseType,
this.localBackupEnabled,
this.memorySizeGb,
this.nodeCount,
this.ociUrl,
this.ocid,
this.ocpuCount,
this.scanDns,
this.scanDnsRecordId,
this.scanIpIds,
this.scanListenerPortTcp,
this.scanListenerPortTcpSsl,
this.shape,
this.sparseDiskgroupEnabled,
this.sshPublicKeys,
this.state,
this.storageSizeGb,
this.systemVersion,
this.timeZone,
});