RemoveDatastoreFromDatastoreClusterDetails¶
-
class
oci.ocvp.models.
RemoveDatastoreFromDatastoreClusterDetails
(**kwargs)¶ Bases:
object
Details for the datastore removal from Datastore Cluster.
Methods
__init__
(**kwargs)Initializes a new RemoveDatastoreFromDatastoreClusterDetails object with values from keyword arguments. Attributes
datastore_ids
[Required] Gets the datastore_ids of this RemoveDatastoreFromDatastoreClusterDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveDatastoreFromDatastoreClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: datastore_ids (list[str]) – The value to assign to the datastore_ids property of this RemoveDatastoreFromDatastoreClusterDetails.
-
datastore_ids
¶ [Required] Gets the datastore_ids of this RemoveDatastoreFromDatastoreClusterDetails. A list of datastores to be removed.
Returns: The datastore_ids of this RemoveDatastoreFromDatastoreClusterDetails. Return type: list[str]
-