ManagedClusterIngressProfileGatewayConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterIngressProfileGatewayConfiguration
- com.
Implements
public final class ManagedClusterIngressProfileGatewayConfiguration
implements JsonSerializable<ManagedClusterIngressProfileGatewayConfiguration>
Configuration for managed Gateway API CRDs. See https://aka.ms/k8s-gateway-api for more details.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterIngressProfileGatewayConfiguration() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Managed |
installation()
Get the installation property: Configuration for the managed Gateway API installation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withInstallation(ManagedGatewayType installation)
Set the installation property: Configuration for the managed Gateway API installation. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterIngressProfileGatewayConfiguration
public ManagedClusterIngressProfileGatewayConfiguration()
Creates an instance of ManagedClusterIngressProfileGatewayConfiguration class.
Method Details
fromJson
public static ManagedClusterIngressProfileGatewayConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterIngressProfileGatewayConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
installation
public ManagedGatewayType installation()
Get the installation property: Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details.
Returns:
toJson
validate
public void validate()
Validates the instance.
withInstallation
public ManagedClusterIngressProfileGatewayConfiguration withInstallation(ManagedGatewayType installation)
Set the installation property: Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details.
Parameters:
Returns: