ExadbVmCluster class

ExadbVmCluster represents a cluster of VMs that are used to run Exadata workloads.

https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/

Constructors

ExadbVmCluster.new({String? backupOdbSubnet, String? createTime, String? displayName, String? entitlementId, String? gcpOracleZone, Map<String, String>? labels, String? name, String? odbNetwork, String? odbSubnet, ExadbVmClusterProperties? properties})
ExadbVmCluster.fromJson(Map json_)

Properties

backupOdbSubnet String?
The name of the backup OdbSubnet associated with the ExadbVmCluster.
getter/setter pair
createTime String?
The date and time that the ExadbVmCluster was created.
getter/setter pair
displayName String?
The display name for the ExadbVmCluster.
getter/setter pair
entitlementId String?
The ID of the subscription entitlement associated with the ExadbVmCluster.
getter/setter pair
gcpOracleZone String?
The GCP Oracle zone where Oracle ExadbVmCluster is hosted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels or tags associated with the ExadbVmCluster.
getter/setter pair
name String?
Identifier.
getter/setter pair
odbNetwork String?
The name of the OdbNetwork associated with the ExadbVmCluster.
getter/setter pair
odbSubnet String?
The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation.
getter/setter pair
properties ExadbVmClusterProperties?
The properties of the ExadbVmCluster.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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