AdvancedNetworkingSecurity Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. AdvancedNetworkingSecurity
- com.
Implements
public final class AdvancedNetworkingSecurity
implements JsonSerializable<AdvancedNetworkingSecurity>
Security profile to enable security features on cilium based cluster.
Constructor Summary
Constructor | Description |
---|---|
AdvancedNetworkingSecurity() |
Creates an instance of Advanced |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: This feature allows user to configure network policy based on DNS (FQDN) names. |
static
Advanced |
fromJson(JsonReader jsonReader)
Reads an instance of Advanced |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Advanced |
withEnabled(Boolean enabled)
Set the enabled property: This feature allows user to configure network policy based on DNS (FQDN) names. |
Methods inherited from java.lang.Object
Constructor Details
AdvancedNetworkingSecurity
public AdvancedNetworkingSecurity()
Creates an instance of AdvancedNetworkingSecurity class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: 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.
Returns:
fromJson
public static AdvancedNetworkingSecurity fromJson(JsonReader jsonReader)
Reads an instance of AdvancedNetworkingSecurity from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public AdvancedNetworkingSecurity withEnabled(Boolean enabled)
Set the enabled property: 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.
Parameters:
Returns:
Applies to
Azure SDK for Java