Show / Hide Table of Contents

Class InstanceConfigurationBlockVolumeDetails

Create new block volumes or attach to an existing volume. Specify either createDetails or volumeId.

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

Properties

AttachDetails

Declaration
[JsonProperty(PropertyName = "attachDetails")]
public InstanceConfigurationAttachVolumeDetails AttachDetails { get; set; }
Property Value
Type Description
InstanceConfigurationAttachVolumeDetails

CreateDetails

Declaration
[JsonProperty(PropertyName = "createDetails")]
public InstanceConfigurationCreateVolumeDetails CreateDetails { get; set; }
Property Value
Type Description
InstanceConfigurationCreateVolumeDetails

VolumeId

Declaration
[JsonProperty(PropertyName = "volumeId")]
public string VolumeId { get; set; }
Property Value
Type Description
string

The OCID of the volume.

In this article
Back to top