ControlPlaneNodePatchConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. ControlPlaneNodePatchConfiguration
- com.
Implements
public final class ControlPlaneNodePatchConfiguration
implements JsonSerializable<ControlPlaneNodePatchConfiguration>
ControlPlaneNodePatchConfiguration represents the properties of the control plane that can be patched for this Kubernetes cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| ControlPlaneNodePatchConfiguration() |
Creates an instance of Control |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Administrator |
administratorConfiguration()
Get the administrator |
| Long |
count()
Get the count property: The number of virtual machines that use this configuration. |
|
static
Control |
fromJson(JsonReader jsonReader)
Reads an instance of Control |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Control |
withAdministratorConfiguration(AdministratorConfigurationPatch administratorConfiguration)
Set the administrator |
|
Control |
withCount(Long count)
Set the count property: The number of virtual machines that use this configuration. |
Methods inherited from java.lang.Object
Constructor Details
ControlPlaneNodePatchConfiguration
public ControlPlaneNodePatchConfiguration()
Creates an instance of ControlPlaneNodePatchConfiguration class.
Method Details
administratorConfiguration
public AdministratorConfigurationPatch administratorConfiguration()
Get the administratorConfiguration property: The configuration of administrator credentials for the control plane nodes.
Returns:
count
public Long count()
Get the count property: The number of virtual machines that use this configuration.
Returns:
fromJson
public static ControlPlaneNodePatchConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ControlPlaneNodePatchConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdministratorConfiguration
public ControlPlaneNodePatchConfiguration withAdministratorConfiguration(AdministratorConfigurationPatch administratorConfiguration)
Set the administratorConfiguration property: The configuration of administrator credentials for the control plane nodes.
Parameters:
Returns:
withCount
public ControlPlaneNodePatchConfiguration withCount(Long count)
Set the count property: The number of virtual machines that use this configuration.
Parameters:
Returns: