Disk
public struct Disk : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.
Declaration
Swift
public let diskAllocationResource: String?
-
Undocumented
Declaration
Swift
public let diskAllocationType: String?
-
Undocumented
Declaration
Swift
public let diskAttributeList: [String]?
-
The unique device ID or other distinguishing data that identifies a local disk.
Declaration
Swift
public let diskId: String?
-
The device node of a local disk as assigned by the virtualization environment.
Declaration
Swift
public let diskNode: String?
-
The path of a local disk in the gateway virtual machine (VM).
Declaration
Swift
public let diskPath: String?
-
The local disk size in bytes.
Declaration
Swift
public let diskSizeInBytes: Int64?
-
A value that represents the status of a local disk.
Declaration
Swift
public let diskStatus: String?
-
init(diskAllocationResource:diskAllocationType:diskAttributeList:diskId:diskNode:diskPath:diskSizeInBytes:diskStatus:)
Undocumented
Declaration
Swift
public init(diskAllocationResource: String? = nil, diskAllocationType: String? = nil, diskAttributeList: [String]? = nil, diskId: String? = nil, diskNode: String? = nil, diskPath: String? = nil, diskSizeInBytes: Int64? = nil, diskStatus: String? = nil)