GetInfrastructureAccessTargetsPlainArgs

data class GetInfrastructureAccessTargetsPlainArgs(val accountId: String, val createdAfter: String? = null, val hostname: String? = null, val hostnameContains: String? = null, val ipv4: String? = null, val ipv6: String? = null, val modifiedAfter: String? = null, val virtualNetworkId: String? = null) : ConvertibleToJava<GetInfrastructureAccessTargetsPlainArgs>

A collection of arguments for invoking getInfrastructureAccessTargets.

Constructors

Link copied to clipboard
constructor(accountId: String, createdAfter: String? = null, hostname: String? = null, hostnameContains: String? = null, ipv4: String? = null, ipv6: String? = null, modifiedAfter: String? = null, virtualNetworkId: String? = null)

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard
val createdAfter: String? = null

A date and time after a target was created to filter on.

Link copied to clipboard
val hostname: String? = null

The hostname of the target.

Link copied to clipboard

Partial match to the hostname of a target

Link copied to clipboard
val ipv4: String? = null

The target's IPv4 address.

Link copied to clipboard
val ipv6: String? = null

The target's IPv6 address.

Link copied to clipboard
val modifiedAfter: String? = null

A date and time after a target was modified to filter on.

Link copied to clipboard

The private virtual network identifier for the target.

Functions

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