pulumi-nomad-kotlin
0.4.1.1
pulumi-nomad-kotlin
/
com.pulumi.nomad.kotlin.outputs
/
GetJobTaskGroupVolume
Get
Job
Task
Group
Volume
data
class
GetJobTaskGroupVolume
(
val
name
:
String
,
val
readOnly
:
Boolean
,
val
source
:
String
,
val
type
:
String
)
Types
Constructors
Properties
Constructors
Get
Job
Task
Group
Volume
Link copied to clipboard
fun
GetJobTaskGroupVolume
(
name
:
String
,
readOnly
:
Boolean
,
source
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
(string)
Name of the job.
read
Only
Link copied to clipboard
val
readOnly
:
Boolean
source
Link copied to clipboard
val
source
:
String
type
Link copied to clipboard
val
type
:
String
(string)
Scheduler type used during job creation.