AdvancedNetworkingSecurity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Security profile to enable security features on cilium based cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AdvancedNetworkingSecurityTypeConverter))]
public class AdvancedNetworkingSecurity : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAdvancedNetworkingSecurity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AdvancedNetworkingSecurityTypeConverter))>]
type AdvancedNetworkingSecurity = class
interface IAdvancedNetworkingSecurity
interface IJsonSerializable
Public Class AdvancedNetworkingSecurity
Implements IAdvancedNetworkingSecurity
- Inheritance
-
AdvancedNetworkingSecurity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AdvancedNetworkingSecurity() |
Creates an new AdvancedNetworkingSecurity instance. |
Properties
| Name | Description |
|---|---|
| AdvancedNetworkPolicy |
Enable advanced network policies. This allows users to configure Layer 7 network policies (FQDN, HTTP, Kafka). Policies themselves must be configured via the Cilium Network Policy resources, see https://docs.cilium.io/en/latest/security/policy/index.html. This can be enabled only on cilium-based clusters. If not specified, the default value is FQDN if security.enabled is set to true. |
| Enabled |
This feature allows user to configure network policy based on DNS (FQDN) names. It can be enabled only on cilium based clusters. If not specified, the default is false. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdvancedNetworkingSecurity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdvancedNetworkingSecurity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAdvancedNetworkingSecurity. |
| FromJsonString(String) |
Creates a new instance of AdvancedNetworkingSecurity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdvancedNetworkingSecurity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |