OsnSummary¶
-
class
oci.blockchain.models.
OsnSummary
(**kwargs)¶ Bases:
object
OSN summary information for returning in a list.
Methods
__init__
(**kwargs)Initializes a new OsnSummary object with values from keyword arguments. Attributes
lifecycle_state
Gets the lifecycle_state of this OsnSummary. osn_key
Gets the osn_key of this OsnSummary. -
__init__
(**kwargs)¶ Initializes a new OsnSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - osn_key (str) – The value to assign to the osn_key property of this OsnSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OsnSummary.
-
lifecycle_state
¶ Gets the lifecycle_state of this OsnSummary. The current state of the OSN.
Returns: The lifecycle_state of this OsnSummary. Return type: str
-
osn_key
¶ Gets the osn_key of this OsnSummary. OSN identifier
Returns: The osn_key of this OsnSummary. Return type: str
-