AddDatastoreToDatastoreClusterDetails¶
-
class
oci.ocvp.models.
AddDatastoreToDatastoreClusterDetails
(**kwargs)¶ Bases:
object
Details for the datastore attachment to Datastore Cluster.
Methods
__init__
(**kwargs)Initializes a new AddDatastoreToDatastoreClusterDetails object with values from keyword arguments. Attributes
datastore_ids
[Required] Gets the datastore_ids of this AddDatastoreToDatastoreClusterDetails. -
__init__
(**kwargs)¶ Initializes a new AddDatastoreToDatastoreClusterDetails 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 AddDatastoreToDatastoreClusterDetails.
-
datastore_ids
¶ [Required] Gets the datastore_ids of this AddDatastoreToDatastoreClusterDetails. A list of datastores to be added.
Returns: The datastore_ids of this AddDatastoreToDatastoreClusterDetails. Return type: list[str]
-