Get Storage Target Result
data class GetStorageTargetResult(val allocationPercentage: Int, val blobNfs: BlobNfsTargetResponse? = null, val clfs: ClfsTargetResponse? = null, val id: String, val junctions: List<NamespaceJunctionResponse>? = null, val location: String, val name: String, val nfs3: Nfs3TargetResponse? = null, val provisioningState: String, val state: String? = null, val systemData: SystemDataResponse, val targetType: String, val type: String, val unknown: UnknownTargetResponse? = null)
Type of the Storage Target.
Constructors
Link copied to clipboard
fun GetStorageTargetResult(allocationPercentage: Int, blobNfs: BlobNfsTargetResponse? = null, clfs: ClfsTargetResponse? = null, id: String, junctions: List<NamespaceJunctionResponse>? = null, location: String, name: String, nfs3: Nfs3TargetResponse? = null, provisioningState: String, state: String? = null, systemData: SystemDataResponse, targetType: String, type: String, unknown: UnknownTargetResponse? = null)