Show / Hide Table of Contents

Class OsnSummary

OSN summary information for returning in a list.

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

Properties

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public Osn.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
Osn.LifecycleStateEnum?

The current state of the OSN.

OsnKey

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

OSN identifier

In this article
Back to top