Class AddDatastoreToDatastoreClusterDetails
Details for the datastore attachment to Datastore Cluster.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class AddDatastoreToDatastoreClusterDetailsProperties
DatastoreIds
Declaration
[Required(ErrorMessage = "DatastoreIds is required.")]
[JsonProperty(PropertyName = "datastoreIds")]
public List<string> DatastoreIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | A list of datastores to be added. | 
Remarks
Required