Show / Hide Table of Contents

Class AddBlockVolumeToDatastoreDetails

Details for the Block Volume addition to the datastore

Inheritance
object
AddBlockVolumeToDatastoreDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class AddBlockVolumeToDatastoreDetails

Properties

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

In this article
Back to top