Instance Args
data class InstanceArgs(val description: Output<String>? = null, val etag: Output<String>? = null, val fileShares: Output<List<FileShareConfigArgs>>? = null, val instanceId: Output<String>? = null, val kmsKeyName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val networks: Output<List<NetworkConfigArgs>>? = null, val project: Output<String>? = null, val tier: Output<InstanceTier>? = null) : ConvertibleToJava<InstanceArgs>
Creates an instance. When creating from a backup, the capacity of the new instance needs to be equal to or larger than the capacity of the backup (and also equal to or larger than the minimum capacity of the tier). Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun InstanceArgs(description: Output<String>? = null, etag: Output<String>? = null, fileShares: Output<List<FileShareConfigArgs>>? = null, instanceId: Output<String>? = null, kmsKeyName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, networks: Output<List<NetworkConfigArgs>>? = null, project: Output<String>? = null, tier: Output<InstanceTier>? = null)