VTLDevice
public struct VTLDevice : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of iSCSI information about a VTL device.
Declaration
Swift
public let deviceiSCSIAttributes: DeviceiSCSIAttributes?
-
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
Declaration
Swift
public let vTLDeviceARN: String?
-
Specifies the model number of device that the VTL device emulates.
Declaration
Swift
public let vTLDeviceProductIdentifier: String?
-
Specifies the type of device that the VTL device emulates.
Declaration
Swift
public let vTLDeviceType: String?
-
Specifies the vendor of the device that the VTL device object emulates.
Declaration
Swift
public let vTLDeviceVendor: String?
-
Undocumented
Declaration
Swift
public init(deviceiSCSIAttributes: DeviceiSCSIAttributes? = nil, vTLDeviceARN: String? = nil, vTLDeviceProductIdentifier: String? = nil, vTLDeviceType: String? = nil, vTLDeviceVendor: String? = nil)