EciScalingConfigurationHostAlias

data class EciScalingConfigurationHostAlias(val hostnames: List<String>? = null, val ip: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Adds a host name.

Link copied to clipboard
val ip: String? = null

Adds an IP address.