Class InstallAddonDetails
The data to create a KafkaClusterAddon.
Inherited Members
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