Nfs Export Options Args
data class NfsExportOptionsArgs(val accessMode: Output<NfsExportOptionsAccessMode>? = null, val anonGid: Output<String>? = null, val anonUid: Output<String>? = null, val ipRanges: Output<List<String>>? = null, val securityFlavors: Output<List<NfsExportOptionsSecurityFlavorsItem>>? = null, val squashMode: Output<NfsExportOptionsSquashMode>? = null) : ConvertibleToJava<NfsExportOptionsArgs>
NFS export options specifications.
Constructors
Link copied to clipboard
fun NfsExportOptionsArgs(accessMode: Output<NfsExportOptionsAccessMode>? = null, anonGid: Output<String>? = null, anonUid: Output<String>? = null, ipRanges: Output<List<String>>? = null, securityFlavors: Output<List<NfsExportOptionsSecurityFlavorsItem>>? = null, squashMode: Output<NfsExportOptionsSquashMode>? = null)
Functions
Properties
Link copied to clipboard
List of either an IPv4 addresses in the format {octet1}.{octet2}.{octet3}.{octet4}
or CIDR ranges in the format {octet1}.{octet2}.{octet3}.{octet4}/{mask size}
which may mount the file share. Overlapping IP ranges are not allowed, both within and across NfsExportOptions. An error will be returned. The limit is 64 IP ranges/addresses for each FileShareConfig among all NfsExportOptions.