HciRemoteSupportJobPropertiesArgs

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>>)

Properties

Link copied to clipboard

Remote support access level.

Link copied to clipboard
val deploymentMode: Output<Either<String, DeploymentMode>>? = null

Deployment mode to trigger job.

Link copied to clipboard

Remote support expiration timestamp.

Link copied to clipboard
val jobType: Output<String>

Job Type supported. Expected value is 'RemoteSupport'.

Link copied to clipboard
val type: Output<Either<String, RemoteSupportType>>

Remote support type.

Functions

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