Uses of Class
com.azure.resourcemanager.containerservice.models.AdvancedNetworkingSecurity
Packages that use AdvancedNetworkingSecurity
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AdvancedNetworkingSecurity in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type AdvancedNetworkingSecurityModifier and TypeClassDescriptionfinal classSecurity profile to enable security features on cilium based cluster.Methods in com.azure.resourcemanager.containerservice.models that return AdvancedNetworkingSecurityModifier and TypeMethodDescriptionstatic AdvancedNetworkingSecurityAdvancedNetworkingSecurity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdvancedNetworkingSecurity from the JsonReader.AdvancedNetworking.security()Get the security property: Security profile to enable security features on cilium based cluster.AdvancedNetworkingSecurity.withAdvancedNetworkPolicies(AdvancedNetworkPolicies advancedNetworkPolicies) Set the advancedNetworkPolicies property: Enable advanced network policies.AdvancedNetworkingSecurity.withEnabled(Boolean enabled) Set the enabled property: This feature allows user to configure network policy based on DNS (FQDN) names.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AdvancedNetworkingSecurityModifier and TypeMethodDescriptionAdvancedNetworking.withSecurity(AdvancedNetworkingSecurity security) Set the security property: Security profile to enable security features on cilium based cluster.