IPAddressSpecPatchArgs

data class IPAddressSpecPatchArgs(val parentRef: Output<ParentReferencePatchArgs>? = null) : ConvertibleToJava<IPAddressSpecPatchArgs>

IPAddressSpec describe the attributes in an IP Address.

Constructors

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

Properties

Link copied to clipboard
val parentRef: Output<ParentReferencePatchArgs>? = 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(): IPAddressSpecPatchArgs