Agent Pool Network Profile Args
data class AgentPoolNetworkProfileArgs(val allowedHostPorts: Output<List<PortRangeArgs>>? = null, val applicationSecurityGroups: Output<List<String>>? = null, val nodePublicIPTags: Output<List<IPTagArgs>>? = null) : ConvertibleToJava<AgentPoolNetworkProfileArgs>
Network settings of an agent pool.