Class AttachBootVolumeDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AttachBootVolumeDetails
  Properties
BootVolumeId
Declaration
[Required(ErrorMessage = "BootVolumeId is required.")]
[JsonProperty(PropertyName = "bootVolumeId")]
public string BootVolumeId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the boot volume.  | 
      
Remarks
Required
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.  | 
      
EncryptionInTransitType
Declaration
[JsonProperty(PropertyName = "encryptionInTransitType")]
[JsonConverter(typeof(StringEnumConverter))]
public EncryptionInTransitType? EncryptionInTransitType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| EncryptionInTransitType? | Refer the top-level definition of encryptionInTransitType. The default value is NONE.  | 
      
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the instance.  | 
      
Remarks
Required