NfsShare

class NfsShare : KotlinCustomResource

Create an NFS share.

Properties

Link copied to clipboard

List of allowed access points.

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

Labels as key value pairs.

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

Immutable. The name of the NFS share.

Link copied to clipboard
val nfsShareId: Output<String>

An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use id instead.

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

The requested size, in GiB.

Link copied to clipboard
val state: Output<String>

The state of the NFS share.

Link copied to clipboard
val storageType: Output<String>

Immutable. The storage type of the underlying volume.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val volume: Output<String>

The underlying volume of the share. Created automatically during provisioning.