Show / Hide Table of Contents

Class InstallAddonDetails

The data to create a KafkaClusterAddon.

Inheritance
object
InstallAddonDetails
InstallPublicConnectivityAddonDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ManagedkafkaService.Models
Assembly: OCI.DotNetSDK.Managedkafka.dll
Syntax
[JsonConverter(typeof(InstallAddonDetailsModelConverter))]
public class InstallAddonDetails

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

A brief description of the add on being installed.

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

A unique user-friendly name. Avoid entering confidential information.

Remarks

Required

In this article
Back to top