BlockchainPlatformSummary

class oci.blockchain.models.BlockchainPlatformSummary(**kwargs)

Bases: object

Blockchain Platform Instance Summary.

Methods

__init__(**kwargs) Initializes a new BlockchainPlatformSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this BlockchainPlatformSummary.
compute_shape [Required] Gets the compute_shape of this BlockchainPlatformSummary.
defined_tags Gets the defined_tags of this BlockchainPlatformSummary.
description Gets the description of this BlockchainPlatformSummary.
display_name [Required] Gets the display_name of this BlockchainPlatformSummary.
freeform_tags Gets the freeform_tags of this BlockchainPlatformSummary.
id [Required] Gets the id of this BlockchainPlatformSummary.
lifecycle_details Gets the lifecycle_details of this BlockchainPlatformSummary.
lifecycle_state Gets the lifecycle_state of this BlockchainPlatformSummary.
platform_role Gets the platform_role of this BlockchainPlatformSummary.
service_endpoint Gets the service_endpoint of this BlockchainPlatformSummary.
time_created Gets the time_created of this BlockchainPlatformSummary.
time_updated Gets the time_updated of this BlockchainPlatformSummary.
__init__(**kwargs)

Initializes a new BlockchainPlatformSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this BlockchainPlatformSummary.
  • display_name (str) – The value to assign to the display_name property of this BlockchainPlatformSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this BlockchainPlatformSummary.
  • description (str) – The value to assign to the description property of this BlockchainPlatformSummary.
  • time_created (datetime) – The value to assign to the time_created property of this BlockchainPlatformSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this BlockchainPlatformSummary.
  • platform_role (str) – The value to assign to the platform_role property of this BlockchainPlatformSummary.
  • compute_shape (str) – The value to assign to the compute_shape property of this BlockchainPlatformSummary.
  • service_endpoint (str) – The value to assign to the service_endpoint property of this BlockchainPlatformSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this BlockchainPlatformSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this BlockchainPlatformSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this BlockchainPlatformSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this BlockchainPlatformSummary.
compartment_id

[Required] Gets the compartment_id of this BlockchainPlatformSummary. Compartment Identifier

Returns:The compartment_id of this BlockchainPlatformSummary.
Return type:str
compute_shape

[Required] Gets the compute_shape of this BlockchainPlatformSummary. Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM

Returns:The compute_shape of this BlockchainPlatformSummary.
Return type:str
defined_tags

Gets the defined_tags of this BlockchainPlatformSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this BlockchainPlatformSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this BlockchainPlatformSummary. Platform Instance Description

Returns:The description of this BlockchainPlatformSummary.
Return type:str
display_name

[Required] Gets the display_name of this BlockchainPlatformSummary. Platform Instance Display name, can be renamed

Returns:The display_name of this BlockchainPlatformSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this BlockchainPlatformSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this BlockchainPlatformSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this BlockchainPlatformSummary. unique identifier that is immutable on creation

Returns:The id of this BlockchainPlatformSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this BlockchainPlatformSummary. An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this BlockchainPlatformSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this BlockchainPlatformSummary. The current state of the Platform Instance.

Returns:The lifecycle_state of this BlockchainPlatformSummary.
Return type:str
platform_role

Gets the platform_role of this BlockchainPlatformSummary. Role of platform - founder or participant

Returns:The platform_role of this BlockchainPlatformSummary.
Return type:str
service_endpoint

Gets the service_endpoint of this BlockchainPlatformSummary. Service endpoint URL, valid post-provisioning

Returns:The service_endpoint of this BlockchainPlatformSummary.
Return type:str
time_created

Gets the time_created of this BlockchainPlatformSummary. The time the the Platform Instance was created. An RFC3339 formatted datetime string

Returns:The time_created of this BlockchainPlatformSummary.
Return type:datetime
time_updated

Gets the time_updated of this BlockchainPlatformSummary. The time the Platform Instance was updated. An RFC3339 formatted datetime string

Returns:The time_updated of this BlockchainPlatformSummary.
Return type:datetime