CloudVmCluster class

Constructors

CloudVmCluster.new({String? backupOdbSubnet, String? backupSubnetCidr, String? cidr, String? createTime, String? displayName, String? exadataInfrastructure, String? gcpOracleZone, IdentityConnector? identityConnector, Map<String, String>? labels, String? name, String? network, String? odbNetwork, String? odbSubnet, CloudVmClusterProperties? properties})
CloudVmCluster.fromJson(Map json_)

Properties

backupOdbSubnet String?
The name of the backup OdbSubnet associated with the VM Cluster.
getter/setter pair
backupSubnetCidr String?
CIDR range of the backup subnet.
getter/setter pair
cidr String?
Network settings.
getter/setter pair
createTime String?
The date and time that the VM cluster was created.
getter/setter pair
displayName String?
User friendly name for this resource.
getter/setter pair
exadataInfrastructure String?
The name of the Exadata Infrastructure resource on which VM cluster resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
getter/setter pair
gcpOracleZone String?
The GCP Oracle zone where Oracle CloudVmCluster is hosted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identityConnector IdentityConnector?
The identity connector details which will allow OCI to securely access the resources in the customer project.
getter/setter pair
labels Map<String, String>?
Labels or tags associated with the VM Cluster.
getter/setter pair
name String?
Identifier.
getter/setter pair
network String?
The name of the VPC network.
getter/setter pair
odbNetwork String?
The name of the OdbNetwork associated with the VM Cluster.
getter/setter pair
odbSubnet String?
The name of the OdbSubnet associated with the VM Cluster for IP allocation.
getter/setter pair
properties CloudVmClusterProperties?
Various properties of the VM Cluster.
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