ProjectsLocationsExadbVmClustersResource class

Constructors

ProjectsLocationsExadbVmClustersResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(ExadbVmCluster request, String parent, {String? exadbVmClusterId, String? requestId, String? $fields}) Future<Operation>
Creates a new Exadb (Exascale) VM Cluster resource.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes a single Exadb (Exascale) VM Cluster.
get(String name, {String? $fields}) Future<ExadbVmCluster>
Gets details of a single Exadb (Exascale) VM Cluster.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListExadbVmClustersResponse>
Lists all the Exadb (Exascale) VM Clusters for the given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ExadbVmCluster request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates a single Exadb (Exascale) VM Cluster.
removeVirtualMachine(RemoveVirtualMachineExadbVmClusterRequest request, String name, {String? $fields}) Future<Operation>
Removes virtual machines from an existing exadb vm cluster.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited