Interface Topic.DefinitionStages.WithInboundIpRules
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithInboundIpRulesThe stage of the Topic definition allowing to specify inboundIpRules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithInboundIpRules(List<InboundIpRule> inboundIpRules)Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.
-
-
-
Method Detail
-
withInboundIpRules
Topic.DefinitionStages.WithCreate withInboundIpRules(List<InboundIpRule> inboundIpRules)
Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled..- Parameters:
inboundIpRules- This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.- Returns:
- the next definition stage.
-
-