NfsShareArgs

data class NfsShareArgs(val allowedClients: Output<List<AllowedClientArgs>>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestedSizeGib: Output<String>? = null, val storageType: Output<NfsShareStorageType>? = null) : ConvertibleToJava<NfsShareArgs>

Create an NFS share.

Constructors

Link copied to clipboard
fun NfsShareArgs(allowedClients: Output<List<AllowedClientArgs>>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestedSizeGib: Output<String>? = null, storageType: Output<NfsShareStorageType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NfsShareArgs

Properties

Link copied to clipboard
val allowedClients: Output<List<AllowedClientArgs>>? = null

List of allowed access points.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels as key value pairs.

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

Immutable. The name of the NFS share.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val requestedSizeGib: Output<String>? = null

The requested size, in GiB.

Link copied to clipboard
val storageType: Output<NfsShareStorageType>? = null

Immutable. The storage type of the underlying volume.