Package-level declarations

Types

Link copied to clipboard
data class BackendAddressPoolTunnelInterfaceArgs(val identifier: Output<Int>, val port: Output<Int>, val protocol: Output<String>, val type: Output<String>) : ConvertibleToJava<BackendAddressPoolTunnelInterfaceArgs>
Link copied to clipboard
data class GetBackendAddressPoolPlainArgs(val loadbalancerId: String, val name: String) : ConvertibleToJava<GetBackendAddressPoolPlainArgs>

A collection of arguments for invoking getBackendAddressPool.

Link copied to clipboard
data class GetLBOutboundRulePlainArgs(val loadbalancerId: String, val name: String) : ConvertibleToJava<GetLBOutboundRulePlainArgs>

A collection of arguments for invoking getLBOutboundRule.

Link copied to clipboard
data class GetLBPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetLBPlainArgs>

A collection of arguments for invoking getLB.

Link copied to clipboard
Link copied to clipboard
data class GetLBRulePlainArgs(val loadbalancerId: String, val name: String) : ConvertibleToJava<GetLBRulePlainArgs>

A collection of arguments for invoking getLBRule.

Link copied to clipboard
Link copied to clipboard
data class LoadBalancerFrontendIpConfigurationArgs(val gatewayLoadBalancerFrontendIpConfigurationId: Output<String>? = null, val id: Output<String>? = null, val inboundNatRules: Output<List<String>>? = null, val loadBalancerRules: Output<List<String>>? = null, val name: Output<String>, val outboundRules: Output<List<String>>? = null, val privateIpAddress: Output<String>? = null, val privateIpAddressAllocation: Output<String>? = null, val privateIpAddressVersion: Output<String>? = null, val publicIpAddressId: Output<String>? = null, val publicIpPrefixId: Output<String>? = null, val subnetId: Output<String>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<LoadBalancerFrontendIpConfigurationArgs>
Link copied to clipboard
data class OutboundRuleFrontendIpConfigurationArgs(val id: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<OutboundRuleFrontendIpConfigurationArgs>