VolumeiSCSIAttributes
public struct VolumeiSCSIAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether mutual CHAP is enabled for the iSCSI target.
Declaration
Swift
public let chapEnabled: Bool?
-
The logical disk number.
Declaration
Swift
public let lunNumber: Int?
-
The network interface identifier.
Declaration
Swift
public let networkInterfaceId: String?
-
The port used to communicate with iSCSI targets.
Declaration
Swift
public let networkInterfacePort: Int?
-
The Amazon Resource Name (ARN) of the volume target.
Declaration
Swift
public let targetARN: String?
-
Undocumented
Declaration
Swift
public init(chapEnabled: Bool? = nil, lunNumber: Int? = nil, networkInterfaceId: String? = nil, networkInterfacePort: Int? = nil, targetARN: String? = nil)