PublicDelegatedPrefixPublicDelegatedSubPrefixArgs

data class PublicDelegatedPrefixPublicDelegatedSubPrefixArgs(val delegateeProject: Output<String>? = null, val description: Output<String>? = null, val ipCidrRange: Output<String>? = null, val isAddress: Output<Boolean>? = null, val name: Output<String>? = null) : ConvertibleToJava<PublicDelegatedPrefixPublicDelegatedSubPrefixArgs>

Represents a sub PublicDelegatedPrefix.

Constructors

fun PublicDelegatedPrefixPublicDelegatedSubPrefixArgs(delegateeProject: Output<String>? = null, description: Output<String>? = null, ipCidrRange: Output<String>? = null, isAddress: Output<Boolean>? = null, name: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val delegateeProject: Output<String>? = null

Name of the project scoping this PublicDelegatedSubPrefix.

Link copied to clipboard
val description: Output<String>? = null

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard
val ipCidrRange: Output<String>? = null

The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.

Link copied to clipboard
val isAddress: Output<Boolean>? = null

Whether the sub prefix is delegated to create Address resources in the delegatee project.

Link copied to clipboard
val name: Output<String>? = null

The name of the sub public delegated prefix.