Class UpdateAddonDetails
The properties that define to update addon details.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class UpdateAddonDetailsProperties
Configurations
Declaration
[JsonProperty(PropertyName = "configurations")]
public List<AddonConfiguration> Configurations { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AddonConfiguration> | Addon configuration details. | 
Version
Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The version of the installed addon. |