OntapStorageVirtualMachineEndpointSmb

data class OntapStorageVirtualMachineEndpointSmb(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 storage virtual machine. You can mount your storage virtual machine using its DNS name.

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

IP addresses of the storage virtual machine endpoint.