Provisioning Config Args
data class ProvisioningConfigArgs(val customId: Output<String>? = null, val email: Output<String>? = null, val handoverServiceAccount: Output<String>? = null, val instances: Output<List<InstanceConfigArgs>>? = null, val location: Output<String>? = null, val networks: Output<List<NetworkConfigArgs>>? = null, val project: Output<String>? = null, val statusMessage: Output<String>? = null, val ticketId: Output<String>? = null, val volumes: Output<List<VolumeConfigArgs>>? = null, val vpcScEnabled: Output<Boolean>? = null) : ConvertibleToJava<ProvisioningConfigArgs>
Create new ProvisioningConfig. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Constructors
Link copied to clipboard
constructor(customId: Output<String>? = null, email: Output<String>? = null, handoverServiceAccount: Output<String>? = null, instances: Output<List<InstanceConfigArgs>>? = null, location: Output<String>? = null, networks: Output<List<NetworkConfigArgs>>? = null, project: Output<String>? = null, statusMessage: Output<String>? = null, ticketId: Output<String>? = null, volumes: Output<List<VolumeConfigArgs>>? = null, vpcScEnabled: Output<Boolean>? = null)
Properties
Link copied to clipboard
A service account to enable customers to access instance credentials upon handover.
Link copied to clipboard
Instances to be created.
Link copied to clipboard
Networks to be created.
Link copied to clipboard
Optional status messages associated with the FAILED state.
Link copied to clipboard
Volumes to be created.
Link copied to clipboard
If true, VPC SC is enabled for the cluster.