AfcConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.AfcConfiguration

Implements

public final class AfcConfiguration
implements JsonSerializable<AfcConfiguration>

AFC configuration for the Azure Firewall.

Method Summary

Modifier and Type Method and Description
static AfcConfiguration fromJson(JsonReader jsonReader)

Reads an instance of AfcConfiguration from the JsonReader.

String serviceEndpoint()

Get the serviceEndpoint property: The endpoint URL of the AFC control plane associated with this Azure Firewall.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static AfcConfiguration fromJson(JsonReader jsonReader)

Reads an instance of AfcConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AfcConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AfcConfiguration.

serviceEndpoint

public String serviceEndpoint()

Get the serviceEndpoint property: The endpoint URL of the AFC control plane associated with this Azure Firewall.

Returns:

the serviceEndpoint value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to