AddBlockVolumeToDatastoreDetails

class oci.ocvp.models.AddBlockVolumeToDatastoreDetails(**kwargs)

Bases: object

Details for the Block Volume addition to the datastore

Methods

__init__(**kwargs) Initializes a new AddBlockVolumeToDatastoreDetails object with values from keyword arguments.

Attributes

block_volume_id [Required] Gets the block_volume_id of this AddBlockVolumeToDatastoreDetails.
__init__(**kwargs)

Initializes a new AddBlockVolumeToDatastoreDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:block_volume_id (str) – The value to assign to the block_volume_id property of this AddBlockVolumeToDatastoreDetails.
block_volume_id

[Required] Gets the block_volume_id of this AddBlockVolumeToDatastoreDetails. The OCID of the Block Volume to be added to the Datastore.

Returns:The block_volume_id of this AddBlockVolumeToDatastoreDetails.
Return type:str