Get Infrastructure Access Targets Plain Args
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
Properties
Link copied to clipboard
A date and time after a target was created to filter on.
Link copied to clipboard
Partial match to the hostname of a target
Link copied to clipboard
A date and time after a target was modified to filter on.
Link copied to clipboard
The private virtual network identifier for the target.