LocationFSxOntapProtocolArgs

data class LocationFSxOntapProtocolArgs(val nfs: Output<LocationFSxOntapNfsArgs>? = null, val smb: Output<LocationFSxOntapSmbArgs>? = null) : ConvertibleToJava<LocationFSxOntapProtocolArgs>

Configuration settings for NFS or SMB protocol.

Constructors

Link copied to clipboard
fun LocationFSxOntapProtocolArgs(nfs: Output<LocationFSxOntapNfsArgs>? = null, smb: Output<LocationFSxOntapSmbArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LocationFSxOntapProtocolArgs

Properties

Link copied to clipboard
val nfs: Output<LocationFSxOntapNfsArgs>? = null
Link copied to clipboard
val smb: Output<LocationFSxOntapSmbArgs>? = null