ManagedClusterHostedSystemProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterHostedSystemProfile
- com.
Implements
public final class ManagedClusterHostedSystemProfile
implements JsonSerializable<ManagedClusterHostedSystemProfile>
Settings for hosted system addons.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterHostedSystemProfile() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
enabled()
Get the enabled property: Whether to enable hosted system addons for the cluster. |
|
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: Whether to enable hosted system addons for the cluster. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterHostedSystemProfile
public ManagedClusterHostedSystemProfile()
Creates an instance of ManagedClusterHostedSystemProfile class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Whether to enable hosted system addons for the cluster.
Returns:
fromJson
public static ManagedClusterHostedSystemProfile fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterHostedSystemProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ManagedClusterHostedSystemProfile withEnabled(Boolean enabled)
Set the enabled property: Whether to enable hosted system addons for the cluster.
Parameters:
Returns: