Show / Hide Table of Contents

Class AttachIScsiVolumeDetails

Inheritance
object
AttachVolumeDetails
AttachIScsiVolumeDetails
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 AttachIScsiVolumeDetails : AttachVolumeDetails

Properties

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.

IsAgentAutoIscsiLoginEnabled

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

Whether to enable Oracle Cloud Agent to perform the iSCSI login and logout commands after the volume attach or detach operations for non multipath-enabled iSCSI attachments.

UseChap

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

Whether to use CHAP authentication for the volume attachment. Defaults to false.

In this article
Back to top