Show / Hide Table of Contents

Class LaunchAttachParavirtualizedVolumeDetails

Details specific to PV type volume attachments.

Inheritance
object
LaunchAttachVolumeDetails
LaunchAttachParavirtualizedVolumeDetails
Inherited Members
LaunchAttachVolumeDetails.Device
LaunchAttachVolumeDetails.DisplayName
LaunchAttachVolumeDetails.IsReadOnly
LaunchAttachVolumeDetails.IsShareable
LaunchAttachVolumeDetails.VolumeId
LaunchAttachVolumeDetails.LaunchCreateVolumeDetails
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 LaunchAttachParavirtualizedVolumeDetails : LaunchAttachVolumeDetails

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