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
constructor(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)
Properties
Link copied to clipboard
The description of the instance (2048 characters or less).
Link copied to clipboard
File system shares on the instance. For this version, only a single file share is supported.
Link copied to clipboard
Required. The name of the instance to create. The name must be unique for the specified project and location.
Link copied to clipboard
KMS key name used for data encryption.
Link copied to clipboard
VPC networks to which the instance is connected. For this version, only a single network is supported.
Link copied to clipboard
The service tier of the instance.