CloudExadataInfrastructureProperties class

Various properties of Exadata Infrastructure.

Constructors

CloudExadataInfrastructureProperties.new({int? activatedStorageCount, int? additionalStorageCount, int? availableStorageSizeGb, int? computeCount, int? cpuCount, List<CustomerContact>? customerContacts, double? dataStorageSizeTb, int? dbNodeStorageSizeGb, String? dbServerVersion, MaintenanceWindow? maintenanceWindow, int? maxCpuCount, double? maxDataStorageTb, int? maxDbNodeStorageSizeGb, int? maxMemoryGb, int? memorySizeGb, String? monthlyDbServerVersion, String? monthlyStorageServerVersion, String? nextMaintenanceRunId, String? nextMaintenanceRunTime, String? nextSecurityMaintenanceRunTime, String? ociUrl, String? ocid, String? shape, String? state, int? storageCount, String? storageServerVersion, int? totalStorageSizeGb})
CloudExadataInfrastructureProperties.fromJson(Map json_)

Properties

activatedStorageCount int?
The requested number of additional storage servers activated for the Exadata Infrastructure.
getter/setter pair
additionalStorageCount int?
The requested number of additional storage servers for the Exadata Infrastructure.
getter/setter pair
availableStorageSizeGb int?
The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
getter/setter pair
computeCount int?
The number of compute servers for the Exadata Infrastructure.
getter/setter pair
cpuCount int?
The number of enabled CPU cores.
getter/setter pair
customerContacts List<CustomerContact>?
The list of customer contacts.
getter/setter pair
dataStorageSizeTb double?
Size, in terabytes, of the DATA disk group.
getter/setter pair
dbNodeStorageSizeGb int?
The local node storage allocated in GBs.
getter/setter pair
dbServerVersion String?
The software version of the database servers (dom0) in the Exadata Infrastructure.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maintenanceWindow MaintenanceWindow?
Maintenance window for repair.
getter/setter pair
maxCpuCount int?
The total number of CPU cores available.
getter/setter pair
maxDataStorageTb double?
The total available DATA disk group size.
getter/setter pair
maxDbNodeStorageSizeGb int?
The total local node storage available in GBs.
getter/setter pair
maxMemoryGb int?
The total memory available in GBs.
getter/setter pair
memorySizeGb int?
The memory allocated in GBs.
getter/setter pair
monthlyDbServerVersion String?
The monthly software version of the database servers (dom0) in the Exadata Infrastructure.
getter/setter pair
monthlyStorageServerVersion String?
The monthly software version of the storage servers (cells) in the Exadata Infrastructure.
getter/setter pair
nextMaintenanceRunId String?
The OCID of the next maintenance run.
getter/setter pair
nextMaintenanceRunTime String?
The time when the next maintenance run will occur.
getter/setter pair
nextSecurityMaintenanceRunTime String?
The time when the next security maintenance run will occur.
getter/setter pair
ocid String?
OCID of created infra.
getter/setter pair
ociUrl String?
Deep link to the OCI console to view this resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape String?
The shape of the Exadata Infrastructure.
getter/setter pair
state String?
The current lifecycle state of the Exadata Infrastructure.
getter/setter pair
storageCount int?
The number of Cloud Exadata storage servers for the Exadata Infrastructure.
getter/setter pair
storageServerVersion String?
The software version of the storage servers (cells) in the Exadata Infrastructure.
getter/setter pair
totalStorageSizeGb int?
The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited