Show / Hide Table of Contents

Class AddonOptionSummary

Summary information about a AddonOptions.

Inheritance
object
AddonOptionSummary
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
public class AddonOptionSummary

Properties

LifecycleState

Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AddonOptionSummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
AddonOptionSummary.LifecycleStateEnum?

The current state of the KafkaClusterAddon.

Remarks

Required

Name

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

A user-friendly name.

Remarks

Required

In this article
Back to top