IPAddressSpecArgs

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

IPAddressSpec describe the attributes in an IP Address.

Constructors

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

Properties

Link copied to clipboard

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