Uses of Class
com.azure.resourcemanager.containerservice.models.PolicyRule
Packages that use PolicyRule
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
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_ALLStatic value AllowAll for PolicyRule.static final PolicyRulePolicyRule.ALLOW_SAME_NAMESPACEStatic value AllowSameNamespace for PolicyRule.static final PolicyRulePolicyRule.DENY_ALLStatic value DenyAll for PolicyRule.Methods in com.azure.resourcemanager.containerservice.models that return PolicyRuleModifier and TypeMethodDescriptionNetworkPolicies.egress()Get the egress property: Egress policy for the network.static PolicyRulePolicyRule.fromString(String name) Creates or finds a PolicyRule from its string representation.NetworkPolicies.ingress()Get the ingress property: Ingress policy for the network.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: Egress policy for the network.NetworkPolicies.withIngress(PolicyRule ingress) Set the ingress property: Ingress policy for the network.