UpdateBlockchainPlatformDetails¶
-
class
oci.blockchain.models.
UpdateBlockchainPlatformDetails
(**kwargs)¶ Bases:
object
Blockchain Platform details for updating a service.
Methods
__init__
(**kwargs)Initializes a new UpdateBlockchainPlatformDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateBlockchainPlatformDetails. description
Gets the description of this UpdateBlockchainPlatformDetails. freeform_tags
Gets the freeform_tags of this UpdateBlockchainPlatformDetails. load_balancer_shape
Gets the load_balancer_shape of this UpdateBlockchainPlatformDetails. replicas
Gets the replicas of this UpdateBlockchainPlatformDetails. storage_size_in_tbs
Gets the storage_size_in_tbs of this UpdateBlockchainPlatformDetails. total_ocpu_capacity
Gets the total_ocpu_capacity of this UpdateBlockchainPlatformDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateBlockchainPlatformDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateBlockchainPlatformDetails.
- storage_size_in_tbs (float) – The value to assign to the storage_size_in_tbs property of this UpdateBlockchainPlatformDetails.
- replicas (oci.blockchain.models.ReplicaDetails) – The value to assign to the replicas property of this UpdateBlockchainPlatformDetails.
- total_ocpu_capacity (int) – The value to assign to the total_ocpu_capacity property of this UpdateBlockchainPlatformDetails.
- load_balancer_shape (str) – The value to assign to the load_balancer_shape property of this UpdateBlockchainPlatformDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateBlockchainPlatformDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateBlockchainPlatformDetails.
Gets the defined_tags of this UpdateBlockchainPlatformDetails. 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 UpdateBlockchainPlatformDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateBlockchainPlatformDetails. Platform Description
Returns: The description of this UpdateBlockchainPlatformDetails. Return type: str
Gets the freeform_tags of this UpdateBlockchainPlatformDetails. 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 UpdateBlockchainPlatformDetails. Return type: dict(str, str)
-
load_balancer_shape
¶ Gets the load_balancer_shape of this UpdateBlockchainPlatformDetails. Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
Returns: The load_balancer_shape of this UpdateBlockchainPlatformDetails. Return type: str
-
replicas
¶ Gets the replicas of this UpdateBlockchainPlatformDetails.
Returns: The replicas of this UpdateBlockchainPlatformDetails. Return type: oci.blockchain.models.ReplicaDetails
-
storage_size_in_tbs
¶ Gets the storage_size_in_tbs of this UpdateBlockchainPlatformDetails. Storage size in TBs
Returns: The storage_size_in_tbs of this UpdateBlockchainPlatformDetails. Return type: float
-
total_ocpu_capacity
¶ Gets the total_ocpu_capacity of this UpdateBlockchainPlatformDetails. Number of total OCPUs to allocate
Returns: The total_ocpu_capacity of this UpdateBlockchainPlatformDetails. Return type: int
-