Class RemoveDatastoreFromDatastoreClusterDetails
Details for the datastore removal from Datastore Cluster.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class RemoveDatastoreFromDatastoreClusterDetails
Properties
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 removed. |
Remarks
Required