NFSFileShareInfo constructor
NFSFileShareInfo({
- CacheAttributes? cacheAttributes,
- List<
String> ? clientList, - String? defaultStorageClass,
- String? gatewayARN,
- bool? guessMIMETypeEnabled,
- bool? kMSEncrypted,
- String? kMSKey,
- String? locationARN,
- String? notificationPolicy,
- ObjectACL? objectACL,
- String? path,
- bool? readOnly,
- bool? requesterPays,
- String? role,
- String? squash,
- List<
Tag> ? tags,
Implementation
NFSFileShareInfo({
this.cacheAttributes,
this.clientList,
this.defaultStorageClass,
this.fileShareARN,
this.fileShareId,
this.fileShareName,
this.fileShareStatus,
this.gatewayARN,
this.guessMIMETypeEnabled,
this.kMSEncrypted,
this.kMSKey,
this.locationARN,
this.nFSFileShareDefaults,
this.notificationPolicy,
this.objectACL,
this.path,
this.readOnly,
this.requesterPays,
this.role,
this.squash,
this.tags,
});