Share

class Share : KotlinCustomResource

Creates a share. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val backup: Output<String>

Immutable. Full name of the Cloud Filestore Backup resource that this Share is restored from, in the format of projects/{project_id}/locations/{location_id}/backups/{backup_id}. Empty, if the Share is created from scratch and not restored from a backup.

Link copied to clipboard
val capacityGb: Output<String>

File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes. Must be greater than 0.

Link copied to clipboard
val createTime: Output<String>

The time when the share was created.

Link copied to clipboard
val description: Output<String>

A description of the share with 2048 characters or less. Requests with longer descriptions will be rejected.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Resource labels to represent user provided metadata.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val mountName: Output<String>

The mount name of the share. Must be 63 characters or less and consist of uppercase or lowercase letters, numbers, and underscores.

Link copied to clipboard
val name: Output<String>

The resource name of the share, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}/shares/{share_id}.

Link copied to clipboard

Nfs Export Options. There is a limit of 10 export options per file share.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shareId: Output<String>

Required. The ID to use for the share. The ID must be unique within the specified instance. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Link copied to clipboard
val state: Output<String>

The share state.

Link copied to clipboard
val urn: Output<String>