CloudVmCluster class
Details of the Cloud VM Cluster resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudVmCluster/
Constructors
-
CloudVmCluster.new({String? backupSubnetCidr, String? cidr, String? createTime, String? displayName, String? exadataInfrastructure, String? gcpOracleZone, Map<
String, String> ? labels, String? name, String? network, CloudVmClusterProperties? properties}) - CloudVmCluster.fromJson(Map json_)
Properties
- 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?
-
Google Cloud Platform location where Oracle Exadata is hosted.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
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
- 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