ApplicationCustomHostAliasV2

data class ApplicationCustomHostAliasV2(val hostName: String? = null, val ip: String? = null)

Constructors

Link copied to clipboard
constructor(hostName: String? = null, ip: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostName: String? = null

The domain name or hostname.

Link copied to clipboard
val ip: String? = null

The IP address.