Show / Hide Table of Contents

Class UpdateVolumeAttachmentDetails

details for updating a volume attachment.

Inheritance
object
UpdateVolumeAttachmentDetails
Inherited Members
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 UpdateVolumeAttachmentDetails

Properties

IscsiLoginState

Declaration
[JsonProperty(PropertyName = "iscsiLoginState")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateVolumeAttachmentDetails.IscsiLoginStateEnum? IscsiLoginState { get; set; }
Property Value
Type Description
UpdateVolumeAttachmentDetails.IscsiLoginStateEnum?

The iscsi login state of the volume attachment. For a multipath volume attachment, all iscsi sessions need to be all logged-in or logged-out to be in logged-in or logged-out state.

In this article
Back to top