IPAddressSpecArgs

data class IPAddressSpecArgs(val parentRef: Output<ParentReferenceArgs>? = null) : ConvertibleToJava<IPAddressSpecArgs>

IPAddressSpec describe the attributes in an IP Address.

Constructors

Link copied to clipboard
constructor(parentRef: Output<ParentReferenceArgs>? = null)

Properties

Link copied to clipboard
val parentRef: Output<ParentReferenceArgs>? = null

ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.

Functions

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