StorageTaskAssignmentPropertiesArgs

data class StorageTaskAssignmentPropertiesArgs(val description: Output<String>, val enabled: Output<Boolean>, val executionContext: Output<StorageTaskAssignmentExecutionContextArgs>, val report: Output<StorageTaskAssignmentReportArgs>, val taskId: Output<String>) : ConvertibleToJava<StorageTaskAssignmentPropertiesArgs>

Properties of the storage task assignment.

Constructors

Link copied to clipboard
constructor(description: Output<String>, enabled: Output<Boolean>, executionContext: Output<StorageTaskAssignmentExecutionContextArgs>, report: Output<StorageTaskAssignmentReportArgs>, taskId: Output<String>)

Properties

Link copied to clipboard
val description: Output<String>

Text that describes the purpose of the storage task assignment

Link copied to clipboard
val enabled: Output<Boolean>

Whether the storage task assignment is enabled or not

Link copied to clipboard

The storage task assignment execution context

Link copied to clipboard

The storage task assignment report

Link copied to clipboard
val taskId: Output<String>

Id of the corresponding storage task

Functions

Link copied to clipboard
open override fun toJava(): StorageTaskAssignmentPropertiesArgs