AgentPoolRecentlyUsedVersion Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. AgentPoolRecentlyUsedVersion
- com.
Implements
public final class AgentPoolRecentlyUsedVersion
implements JsonSerializable<AgentPoolRecentlyUsedVersion>
A historical version that can be used for rollback operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Agent |
fromJson(JsonReader jsonReader)
Reads an instance of Agent |
| String |
nodeImageVersion()
Get the node |
| String |
orchestratorVersion()
Get the orchestrator |
|
Offset |
timestamp()
Get the timestamp property: The timestamp when this version was last used. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AgentPoolRecentlyUsedVersion fromJson(JsonReader jsonReader)
Reads an instance of AgentPoolRecentlyUsedVersion from the JsonReader.
Parameters:
Returns:
Throws:
nodeImageVersion
public String nodeImageVersion()
Get the nodeImageVersion property: The node image version available for rollback.
Returns:
orchestratorVersion
public String orchestratorVersion()
Get the orchestratorVersion property: The Kubernetes version (major.minor.patch) available for rollback.
Returns:
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: The timestamp when this version was last used.
Returns:
toJson
validate
public void validate()
Validates the instance.