Show / Hide Table of Contents

Class UpdateAddonDetails

The properties that define to update addon details.

Inheritance
object
UpdateAddonDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class UpdateAddonDetails

Properties

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.

In this article
Back to top