Class AttachIScsiVolumeDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AttachIScsiVolumeDetails : AttachVolumeDetailsProperties
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. |