ChapInfo
public struct ChapInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The iSCSI initiator that connects to the target.
Declaration
Swift
public let initiatorName: String?
-
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.
Declaration
Swift
public let secretToAuthenticateInitiator: String?
-
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g., Windows client).
Declaration
Swift
public let secretToAuthenticateTarget: String?
-
The Amazon Resource Name (ARN) of the volume. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Declaration
Swift
public let targetARN: String?
-
Undocumented
Declaration
Swift
public init(initiatorName: String? = nil, secretToAuthenticateInitiator: String? = nil, secretToAuthenticateTarget: String? = nil, targetARN: String? = nil)