IscsiTargetInfoResponse

data class IscsiTargetInfoResponse(val provisioningState: String, val status: String? = null, val targetIqn: String, val targetPortalHostname: String, val targetPortalPort: Int)

Iscsi target information

Constructors

Link copied to clipboard
constructor(provisioningState: String, status: String? = null, targetIqn: String, targetPortalHostname: String, targetPortalPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard
val status: String? = null

Operational status of the iSCSI Target.

Link copied to clipboard

iSCSI Target IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:server".

Link copied to clipboard

iSCSI Target Portal Host Name

Link copied to clipboard

iSCSI Target Portal Port