DeviceiSCSIAttributes

public struct DeviceiSCSIAttributes : 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 network interface identifier of the VTL device.

    Declaration

    Swift

    public let networkInterfaceId: String?
  • The port used to communicate with iSCSI VTL device targets.

    Declaration

    Swift

    public let networkInterfacePort: Int?
  • Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

    Declaration

    Swift

    public let targetARN: String?
  • Undocumented

    Declaration

    Swift

    public init(chapEnabled: Bool? = nil, networkInterfaceId: String? = nil, networkInterfacePort: Int? = nil, targetARN: String? = nil)