Class AddBlockVolumeToDatastoreDetails
Details for the Block Volume addition to the datastore
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class AddBlockVolumeToDatastoreDetailsProperties
BlockVolumeId
Declaration
[Required(ErrorMessage = "BlockVolumeId is required.")]
[JsonProperty(PropertyName = "blockVolumeId")]
public string BlockVolumeId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Block Volume to be added to the Datastore. | 
Remarks
Required