OntapFileSystemEndpointIntercluster

data class OntapFileSystemEndpointIntercluster(val dnsName: String? = null, val ipAddresses: List<String>? = null)

Constructors

Link copied to clipboard
constructor(dnsName: String? = null, ipAddresses: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsName: String? = null

The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

Link copied to clipboard
val ipAddresses: List<String>? = null

IP addresses of the file system endpoint.