Uses of Class
com.azure.resourcemanager.containerservice.models.PolicyRule
Packages that use PolicyRule
Package
Description
Package containing the data models for ContainerService.
-
Uses of PolicyRule in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type PolicyRule in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classEnum representing different network policy rules.Fields in com.azure.resourcemanager.containerservice.models declared as PolicyRuleModifier and TypeFieldDescriptionstatic final PolicyRulePolicyRule.ALLOW_ALLAllow all network traffic.static final PolicyRulePolicyRule.ALLOW_SAME_NAMESPACEAllow traffic within the same namespace.static final PolicyRulePolicyRule.DENY_ALLDeny all network traffic.Methods in com.azure.resourcemanager.containerservice.models that return PolicyRuleModifier and TypeMethodDescriptionNetworkPolicies.egress()Get the egress property: Enum representing different network policy rules.static PolicyRulePolicyRule.fromString(String name) Creates or finds a PolicyRule from its string representation.NetworkPolicies.ingress()Get the ingress property: Enum representing different network policy rules.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type PolicyRuleModifier and TypeMethodDescriptionstatic Collection<PolicyRule> PolicyRule.values()Gets known PolicyRule values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type PolicyRuleModifier and TypeMethodDescriptionNetworkPolicies.withEgress(PolicyRule egress) Set the egress property: Enum representing different network policy rules.NetworkPolicies.withIngress(PolicyRule ingress) Set the ingress property: Enum representing different network policy rules.