public static interface FileCacheNFSConfiguration.Builder extends SdkPojo, CopyableBuilder<FileCacheNFSConfiguration.Builder,FileCacheNFSConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FileCacheNFSConfiguration.Builder |
dnsIps(Collection<String> dnsIps)
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
|
FileCacheNFSConfiguration.Builder |
dnsIps(String... dnsIps)
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
|
FileCacheNFSConfiguration.Builder |
version(NfsVersion version)
The version of the NFS (Network File System) protocol of the NFS data repository.
|
FileCacheNFSConfiguration.Builder |
version(String version)
The version of the NFS (Network File System) protocol of the NFS data repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileCacheNFSConfiguration.Builder version(String version)
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.
version - 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.NfsVersion,
NfsVersionFileCacheNFSConfiguration.Builder version(NfsVersion version)
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.
version - 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.NfsVersion,
NfsVersionFileCacheNFSConfiguration.Builder dnsIps(Collection<String> dnsIps)
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.
dnsIps - 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.FileCacheNFSConfiguration.Builder dnsIps(String... dnsIps)
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.
dnsIps - 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.Copyright © 2023. All rights reserved.