BlockchainPlatformComponentDetails¶
-
class
oci.blockchain.models.
BlockchainPlatformComponentDetails
(**kwargs)¶ Bases:
object
Blockchain Platform component details.
Methods
__init__
(**kwargs)Initializes a new BlockchainPlatformComponentDetails object with values from keyword arguments. Attributes
osns
Gets the osns of this BlockchainPlatformComponentDetails. peers
Gets the peers of this BlockchainPlatformComponentDetails. -
__init__
(**kwargs)¶ Initializes a new BlockchainPlatformComponentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - osns (list[oci.blockchain.models.Osn]) – The value to assign to the osns property of this BlockchainPlatformComponentDetails.
- peers (list[oci.blockchain.models.Peer]) – The value to assign to the peers property of this BlockchainPlatformComponentDetails.
-
osns
¶ Gets the osns of this BlockchainPlatformComponentDetails. List of OSNs
Returns: The osns of this BlockchainPlatformComponentDetails. Return type: list[oci.blockchain.models.Osn]
-
peers
¶ Gets the peers of this BlockchainPlatformComponentDetails. List of Peers
Returns: The peers of this BlockchainPlatformComponentDetails. Return type: list[oci.blockchain.models.Peer]
-