AdvancedNetworkingObservability Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. AdvancedNetworkingObservability
- com.
Implements
public final class AdvancedNetworkingObservability
implements JsonSerializable<AdvancedNetworkingObservability>
Observability profile to enable advanced network metrics and flow logs with historical contexts.
Constructor Summary
Constructor | Description |
---|---|
AdvancedNetworkingObservability() |
Creates an instance of Advanced |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Indicates the enablement of Advanced Networking observability functionalities on clusters. |
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: Indicates the enablement of Advanced Networking observability functionalities on clusters. |
Methods inherited from java.lang.Object
Constructor Details
AdvancedNetworkingObservability
public AdvancedNetworkingObservability()
Creates an instance of AdvancedNetworkingObservability class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Indicates the enablement of Advanced Networking observability functionalities on clusters.
Returns:
fromJson
public static AdvancedNetworkingObservability fromJson(JsonReader jsonReader)
Reads an instance of AdvancedNetworkingObservability from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public AdvancedNetworkingObservability withEnabled(Boolean enabled)
Set the enabled property: Indicates the enablement of Advanced Networking observability functionalities on clusters.
Parameters:
Returns:
Applies to
Azure SDK for Java