PrivateIpAddressSpecificationResponse

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

Definition of PrivateIpAddressSpecification

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primary: Boolean? = null

Property primary

Link copied to clipboard

Property privateIpAddress