CloudVmCluster constructor
CloudVmCluster({
- 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,
Implementation
CloudVmCluster({
this.backupOdbSubnet,
this.backupSubnetCidr,
this.cidr,
this.createTime,
this.displayName,
this.exadataInfrastructure,
this.gcpOracleZone,
this.identityConnector,
this.labels,
this.name,
this.network,
this.odbNetwork,
this.odbSubnet,
this.properties,
});