Hci Remote Support Job Properties Args
data class HciRemoteSupportJobPropertiesArgs(val accessLevel: Output<Either<String, RemoteSupportAccessLevel>>, val deploymentMode: Output<Either<String, DeploymentMode>>? = null, val expirationTimestamp: Output<String>, val jobType: Output<String>, val type: Output<Either<String, RemoteSupportType>>) : ConvertibleToJava<HciRemoteSupportJobPropertiesArgs>
Represents the properties of a remote support job for HCI.
Constructors
Link copied to clipboard
constructor(accessLevel: Output<Either<String, RemoteSupportAccessLevel>>, deploymentMode: Output<Either<String, DeploymentMode>>? = null, expirationTimestamp: Output<String>, jobType: Output<String>, type: Output<Either<String, RemoteSupportType>>)