Show / Hide Table of Contents

Class AttachParavirtualizedVolumeDetails

Inheritance
object
AttachVolumeDetails
AttachParavirtualizedVolumeDetails
Inherited Members
AttachVolumeDetails.Device
AttachVolumeDetails.DisplayName
AttachVolumeDetails.InstanceId
AttachVolumeDetails.IsReadOnly
AttachVolumeDetails.IsShareable
AttachVolumeDetails.VolumeId
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 AttachParavirtualizedVolumeDetails : AttachVolumeDetails

Properties

IsPvEncryptionInTransitEnabled

Declaration
[JsonProperty(PropertyName = "isPvEncryptionInTransitEnabled")]
public bool? IsPvEncryptionInTransitEnabled { get; set; }
Property Value
Type Description
bool?

Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.

In this article
Back to top