Uses of Class
com.azure.resourcemanager.containerservice.models.NetworkPolicies
Packages that use NetworkPolicies
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of NetworkPolicies in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type NetworkPoliciesModifier and TypeClassDescriptionfinal classDefault network policy of the namespace, specifying ingress and egress rules.Methods in com.azure.resourcemanager.containerservice.models that return NetworkPoliciesModifier and TypeMethodDescriptionNamespaceProperties.defaultNetworkPolicy()Get the defaultNetworkPolicy property: The default network policy enforced upon the namespace.static NetworkPoliciesNetworkPolicies.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkPolicies from the JsonReader.NetworkPolicies.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.Methods in com.azure.resourcemanager.containerservice.models with parameters of type NetworkPoliciesModifier and TypeMethodDescriptionNamespaceProperties.withDefaultNetworkPolicy(NetworkPolicies defaultNetworkPolicy) Set the defaultNetworkPolicy property: The default network policy enforced upon the namespace.