NFSMount Configuration Response
data class NFSMountConfigurationResponse(val mountOptions: String? = null, val relativeMountPath: String, val source: String)
Constructors
Link copied to clipboard
fun NFSMountConfigurationResponse(mountOptions: String? = null, relativeMountPath: String, source: String)