Hci Collect Log Job Properties Args
data class HciCollectLogJobPropertiesArgs(val deploymentMode: Output<Either<String, DeploymentMode>>? = null, val fromDate: Output<String>, val jobType: Output<String>, val toDate: Output<String>) : ConvertibleToJava<HciCollectLogJobPropertiesArgs>
Represents the properties of an HCI Collect Log job.
Constructors
Link copied to clipboard
constructor(deploymentMode: Output<Either<String, DeploymentMode>>? = null, fromDate: Output<String>, jobType: Output<String>, toDate: Output<String>)