SpotFleetPrivateIpAddressSpecification

data class SpotFleetPrivateIpAddressSpecification(val primary: Boolean? = null, val privateIpAddress: String)

Constructors

Link copied to clipboard
constructor(primary: Boolean? = null, privateIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primary: Boolean? = null

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

Link copied to clipboard

The private IPv4 address.