ExadbVmClusterProperties class

The properties of an ExadbVmCluster.

Constructors

ExadbVmClusterProperties.new({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})
ExadbVmClusterProperties.fromJson(Map json_)

Properties

additionalEcpuCountPerNode int?
The number of additional ECPUs per node for an Exadata VM cluster on exascale infrastructure.
getter/setter pair
clusterName String?
The cluster name for Exascale vm cluster.
getter/setter pair
dataCollectionOptions DataCollectionOptionsCommon?
Indicates user preference for data collection options.
getter/setter pair
enabledEcpuCountPerNode int?
The number of ECPUs enabled per node for an exadata vm cluster on exascale infrastructure.
getter/setter pair
exascaleDbStorageVault String?
The name of ExascaleDbStorageVault associated with the ExadbVmCluster.
getter/setter pair
giVersion String?
The Oracle Grid Infrastructure (GI) software version.
getter/setter pair
gridImageId String?
Grid Infrastructure Version.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname String?
The hostname of the ExadbVmCluster.
getter/setter pair
hostnamePrefix String?
Prefix for VM cluster host names.
getter/setter pair
licenseModel String?
The license type of the ExadbVmCluster.
getter/setter pair
lifecycleState String?
State of the cluster.
getter/setter pair
memorySizeGb int?
Memory per VM (GB) (Read-only): Shows the amount of memory allocated to each VM.
getter/setter pair
nodeCount int?
The number of nodes/VMs in the ExadbVmCluster.
getter/setter pair
ociUri 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
scanListenerPortTcp int?
SCAN listener port - TCP
getter/setter pair
shapeAttribute String?
The shape attribute of the VM cluster.
getter/setter pair
sshPublicKeys List<String>?
The SSH public keys for the ExadbVmCluster.
getter/setter pair
timeZone TimeZone?
The time zone of the ExadbVmCluster.
getter/setter pair
vmFileSystemStorage ExadbVmClusterStorageDetails?
Total storage details for the ExadbVmCluster.
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