Class NetworkRuleSetArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.search.inputs.NetworkRuleSetArgs.Builder
-
- Enclosing class:
- NetworkRuleSetArgs
public static final class NetworkRuleSetArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(NetworkRuleSetArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkRuleSetArgs
build()
NetworkRuleSetArgs.Builder
ipRules(IpRuleArgs... ipRules)
NetworkRuleSetArgs.Builder
ipRules(com.pulumi.core.Output<java.util.List<IpRuleArgs>> ipRules)
NetworkRuleSetArgs.Builder
ipRules(java.util.List<IpRuleArgs> ipRules)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(NetworkRuleSetArgs defaults)
-
-
Method Detail
-
ipRules
public NetworkRuleSetArgs.Builder ipRules(@Nullable com.pulumi.core.Output<java.util.List<IpRuleArgs>> ipRules)
- Parameters:
ipRules
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.- Returns:
- builder
-
ipRules
public NetworkRuleSetArgs.Builder ipRules(java.util.List<IpRuleArgs> ipRules)
- Parameters:
ipRules
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.- Returns:
- builder
-
ipRules
public NetworkRuleSetArgs.Builder ipRules(IpRuleArgs... ipRules)
- Parameters:
ipRules
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.- Returns:
- builder
-
build
public NetworkRuleSetArgs build()
-
-