ApplicationCustomHostAliasV2Args

data class ApplicationCustomHostAliasV2Args(val hostName: Output<String>? = null, val ip: Output<String>? = null) : ConvertibleToJava<ApplicationCustomHostAliasV2Args>

Constructors

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

Properties

Link copied to clipboard
val hostName: Output<String>? = null

The domain name or hostname.

Link copied to clipboard
val ip: Output<String>? = null

The IP address.

Functions

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