ManagedClusterStaticEgressGatewayProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterStaticEgressGatewayProfile
- com.
Implements
public final class ManagedClusterStaticEgressGatewayProfile
implements JsonSerializable<ManagedClusterStaticEgressGatewayProfile>
The Static Egress Gateway addon configuration for the cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterStaticEgressGatewayProfile() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
enabled()
Get the enabled property: Enable Static Egress Gateway addon. |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withEnabled(Boolean enabled)
Set the enabled property: Enable Static Egress Gateway addon. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterStaticEgressGatewayProfile
public ManagedClusterStaticEgressGatewayProfile()
Creates an instance of ManagedClusterStaticEgressGatewayProfile class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not.
Returns:
fromJson
public static ManagedClusterStaticEgressGatewayProfile fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterStaticEgressGatewayProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ManagedClusterStaticEgressGatewayProfile withEnabled(Boolean enabled)
Set the enabled property: Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not.
Parameters:
Returns: