Get Location Nfs Result
data class GetLocationNfsResult(val locationArn: String? = null, val locationUri: String? = null, val mountOptions: LocationNfsMountOptions? = null, val onPremConfig: LocationNfsOnPremConfig? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(locationArn: String? = null, locationUri: String? = null, mountOptions: LocationNfsMountOptions? = null, onPremConfig: LocationNfsOnPremConfig? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the NFS location.
Link copied to clipboard
The URL of the NFS location that was described.
Link copied to clipboard
Specifies the options that DataSync can use to mount your NFS file server.
Link copied to clipboard
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server. You can specify more than one agent. For more information, see Using multiple DataSync agents .