MeshUpgradeProfileProperties Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. MeshRevision - com.
azure. resourcemanager. containerservice. models. MeshUpgradeProfileProperties
- com.
- com.
public final class MeshUpgradeProfileProperties
extends MeshRevision
Mesh upgrade profile properties for a major.minor release.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Compatible |
compatibleWith()
Get the compatible |
|
static
Mesh |
fromJson(JsonReader jsonReader)
Reads an instance of Mesh |
| String |
revision()
Get the revision property: The revision of the mesh release. |
|
Json |
toJson(JsonWriter jsonWriter) |
| List<String> |
upgrades()
Get the upgrades property: List of revisions available for upgrade of a specific mesh revision. |
| void |
validate()
Validates the instance. |
Methods inherited from MeshRevision
Methods inherited from java.lang.Object
Method Details
compatibleWith
public List<CompatibleVersions> compatibleWith()
Get the compatibleWith property: List of items this revision of service mesh is compatible with, and their associated versions.
Overrides:
MeshUpgradeProfileProperties.compatibleWith()Returns:
fromJson
public static MeshUpgradeProfileProperties fromJson(JsonReader jsonReader)
Reads an instance of MeshUpgradeProfileProperties from the JsonReader.
Parameters:
Returns:
Throws:
revision
public String revision()
Get the revision property: The revision of the mesh release.
Overrides:
MeshUpgradeProfileProperties.revision()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MeshUpgradeProfileProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
upgrades
public List<String> upgrades()
Get the upgrades property: List of revisions available for upgrade of a specific mesh revision.
Overrides:
MeshUpgradeProfileProperties.upgrades()Returns:
validate
public void validate()
Validates the instance.
Overrides:
MeshUpgradeProfileProperties.validate()