Class: Aws::FSx::Types::FileCacheNFSConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::FileCacheNFSConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The configuration for an NFS data repository association (DRA) created during the creation of the Amazon File Cache resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_ips ⇒ Array<String>
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
-
#version ⇒ String
The version of the NFS (Network File System) protocol of the NFS data repository.
Instance Attribute Details
#dns_ips ⇒ Array<String>
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
6160 6161 6162 6163 6164 6165 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6160 class FileCacheNFSConfiguration < Struct.new( :version, :dns_ips) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the NFS (Network File System) protocol of the NFS
data repository. The only supported value is NFS3, which indicates
that the data repository must support the NFSv3 protocol.
6160 6161 6162 6163 6164 6165 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6160 class FileCacheNFSConfiguration < Struct.new( :version, :dns_ips) SENSITIVE = [] include Aws::Structure end |