ExadbVmClusterProperties constructor
ExadbVmClusterProperties({
- int? additionalEcpuCountPerNode,
- String? clusterName,
- DataCollectionOptionsCommon? dataCollectionOptions,
- int? enabledEcpuCountPerNode,
- String? exascaleDbStorageVault,
- String? giVersion,
- String? gridImageId,
- String? hostname,
- String? hostnamePrefix,
- String? licenseModel,
- String? lifecycleState,
- int? memorySizeGb,
- int? nodeCount,
- String? ociUri,
- int? scanListenerPortTcp,
- String? shapeAttribute,
- List<
String> ? sshPublicKeys, - TimeZone? timeZone,
- ExadbVmClusterStorageDetails? vmFileSystemStorage,
Implementation
ExadbVmClusterProperties({
this.additionalEcpuCountPerNode,
this.clusterName,
this.dataCollectionOptions,
this.enabledEcpuCountPerNode,
this.exascaleDbStorageVault,
this.giVersion,
this.gridImageId,
this.hostname,
this.hostnamePrefix,
this.licenseModel,
this.lifecycleState,
this.memorySizeGb,
this.nodeCount,
this.ociUri,
this.scanListenerPortTcp,
this.shapeAttribute,
this.sshPublicKeys,
this.timeZone,
this.vmFileSystemStorage,
});