WorkloadResourceSettingArgs

data class WorkloadResourceSettingArgs(val resourceId: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<WorkloadResourceSettingArgs>

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null, resourceType: Output<String>? = null)

Properties

Link copied to clipboard
val resourceId: Output<String>? = null

Resource identifier. For a project this represents project_number. If the project is already taken, the workload creation will fail.

Link copied to clipboard
val resourceType: Output<String>? = null

Indicates the type of resource. This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT) Possible values: RESOURCE_TYPE_UNSPECIFIED, CONSUMER_PROJECT, ENCRYPTION_KEYS_PROJECT, KEYRING, CONSUMER_FOLDER

Functions

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