Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Blockchain.getBlockchainPlatform
Explore with Pulumi AI
This data source provides details about a specific Blockchain Platform resource in Oracle Cloud Infrastructure Blockchain service.
Gets information about a Blockchain Platform identified by the specific id
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBlockchainPlatform = oci.Blockchain.getBlockchainPlatform({
    blockchainPlatformId: testBlockchainPlatformOciBlockchainBlockchainPlatform.id,
});
import pulumi
import pulumi_oci as oci
test_blockchain_platform = oci.Blockchain.get_blockchain_platform(blockchain_platform_id=test_blockchain_platform_oci_blockchain_blockchain_platform["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/blockchain"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := blockchain.GetBlockchainPlatform(ctx, &blockchain.GetBlockchainPlatformArgs{
			BlockchainPlatformId: testBlockchainPlatformOciBlockchainBlockchainPlatform.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testBlockchainPlatform = Oci.Blockchain.GetBlockchainPlatform.Invoke(new()
    {
        BlockchainPlatformId = testBlockchainPlatformOciBlockchainBlockchainPlatform.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Blockchain.BlockchainFunctions;
import com.pulumi.oci.Blockchain.inputs.GetBlockchainPlatformArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testBlockchainPlatform = BlockchainFunctions.getBlockchainPlatform(GetBlockchainPlatformArgs.builder()
            .blockchainPlatformId(testBlockchainPlatformOciBlockchainBlockchainPlatform.id())
            .build());
    }
}
variables:
  testBlockchainPlatform:
    fn::invoke:
      function: oci:Blockchain:getBlockchainPlatform
      arguments:
        blockchainPlatformId: ${testBlockchainPlatformOciBlockchainBlockchainPlatform.id}
Using getBlockchainPlatform
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBlockchainPlatform(args: GetBlockchainPlatformArgs, opts?: InvokeOptions): Promise<GetBlockchainPlatformResult>
function getBlockchainPlatformOutput(args: GetBlockchainPlatformOutputArgs, opts?: InvokeOptions): Output<GetBlockchainPlatformResult>def get_blockchain_platform(blockchain_platform_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBlockchainPlatformResult
def get_blockchain_platform_output(blockchain_platform_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBlockchainPlatformResult]func LookupBlockchainPlatform(ctx *Context, args *LookupBlockchainPlatformArgs, opts ...InvokeOption) (*LookupBlockchainPlatformResult, error)
func LookupBlockchainPlatformOutput(ctx *Context, args *LookupBlockchainPlatformOutputArgs, opts ...InvokeOption) LookupBlockchainPlatformResultOutput> Note: This function is named LookupBlockchainPlatform in the Go SDK.
public static class GetBlockchainPlatform 
{
    public static Task<GetBlockchainPlatformResult> InvokeAsync(GetBlockchainPlatformArgs args, InvokeOptions? opts = null)
    public static Output<GetBlockchainPlatformResult> Invoke(GetBlockchainPlatformInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBlockchainPlatformResult> getBlockchainPlatform(GetBlockchainPlatformArgs args, InvokeOptions options)
public static Output<GetBlockchainPlatformResult> getBlockchainPlatform(GetBlockchainPlatformArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Blockchain/getBlockchainPlatform:getBlockchainPlatform
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BlockchainPlatform stringId 
- Unique service identifier.
- BlockchainPlatform stringId 
- Unique service identifier.
- blockchainPlatform StringId 
- Unique service identifier.
- blockchainPlatform stringId 
- Unique service identifier.
- blockchain_platform_ strid 
- Unique service identifier.
- blockchainPlatform StringId 
- Unique service identifier.
getBlockchainPlatform Result
The following output properties are available:
- BlockchainPlatform stringId 
- CaCert stringArchive Text 
- CompartmentId string
- Compartment Identifier
- ComponentDetails List<GetBlockchain Platform Component Detail> 
- Blockchain Platform component details.
- ComputeShape string
- Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Platform Instance Description
- DisplayName string
- Platform Instance Display name, can be renamed
- FederatedUser stringId 
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- HostOcpu List<GetUtilization Infos Blockchain Platform Host Ocpu Utilization Info> 
- List of OcpuUtilization for all hosts
- Id string
- unique identifier that is immutable on creation
- IdcsAccess stringToken 
- IsByol bool
- Bring your own license
- IsMulti boolAd 
- True for multi-AD blockchain plaforms, false for single-AD
- LifecycleDetails string
- An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- LoadBalancer stringShape 
- Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- PlatformRole string
- Role of platform - FOUNDER or PARTICIPANT
- PlatformShape stringType 
- Type of Platform shape - DEFAULT or CUSTOM
- PlatformVersion string
- Platform Version
- Replicas
List<GetBlockchain Platform Replica> 
- Number of replicas of service components like Rest Proxy, CA and Console
- ServiceEndpoint string
- Service endpoint URL, valid post-provisioning
- ServiceVersion string
- The version of the Platform Instance.
- State string
- The current state of the Platform Instance.
- StorageSize doubleIn Tbs 
- Storage size in TBs
- StorageUsed doubleIn Tbs 
- Storage used in TBs
- TimeCreated string
- The time the the Platform Instance was created. An RFC3339 formatted datetime string
- TimeUpdated string
- The time the Platform Instance was updated. An RFC3339 formatted datetime string
- TotalOcpu intCapacity 
- Number of total OCPUs allocated to the platform cluster
- BlockchainPlatform stringId 
- CaCert stringArchive Text 
- CompartmentId string
- Compartment Identifier
- ComponentDetails []GetBlockchain Platform Component Detail 
- Blockchain Platform component details.
- ComputeShape string
- Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Platform Instance Description
- DisplayName string
- Platform Instance Display name, can be renamed
- FederatedUser stringId 
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- HostOcpu []GetUtilization Infos Blockchain Platform Host Ocpu Utilization Info 
- List of OcpuUtilization for all hosts
- Id string
- unique identifier that is immutable on creation
- IdcsAccess stringToken 
- IsByol bool
- Bring your own license
- IsMulti boolAd 
- True for multi-AD blockchain plaforms, false for single-AD
- LifecycleDetails string
- An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- LoadBalancer stringShape 
- Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- PlatformRole string
- Role of platform - FOUNDER or PARTICIPANT
- PlatformShape stringType 
- Type of Platform shape - DEFAULT or CUSTOM
- PlatformVersion string
- Platform Version
- Replicas
[]GetBlockchain Platform Replica 
- Number of replicas of service components like Rest Proxy, CA and Console
- ServiceEndpoint string
- Service endpoint URL, valid post-provisioning
- ServiceVersion string
- The version of the Platform Instance.
- State string
- The current state of the Platform Instance.
- StorageSize float64In Tbs 
- Storage size in TBs
- StorageUsed float64In Tbs 
- Storage used in TBs
- TimeCreated string
- The time the the Platform Instance was created. An RFC3339 formatted datetime string
- TimeUpdated string
- The time the Platform Instance was updated. An RFC3339 formatted datetime string
- TotalOcpu intCapacity 
- Number of total OCPUs allocated to the platform cluster
- blockchainPlatform StringId 
- caCert StringArchive Text 
- compartmentId String
- Compartment Identifier
- componentDetails List<GetPlatform Component Detail> 
- Blockchain Platform component details.
- computeShape String
- Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Platform Instance Description
- displayName String
- Platform Instance Display name, can be renamed
- federatedUser StringId 
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- hostOcpu List<GetUtilization Infos Platform Host Ocpu Utilization Info> 
- List of OcpuUtilization for all hosts
- id String
- unique identifier that is immutable on creation
- idcsAccess StringToken 
- isByol Boolean
- Bring your own license
- isMulti BooleanAd 
- True for multi-AD blockchain plaforms, false for single-AD
- lifecycleDetails String
- An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- loadBalancer StringShape 
- Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- platformRole String
- Role of platform - FOUNDER or PARTICIPANT
- platformShape StringType 
- Type of Platform shape - DEFAULT or CUSTOM
- platformVersion String
- Platform Version
- replicas
List<GetPlatform Replica> 
- Number of replicas of service components like Rest Proxy, CA and Console
- serviceEndpoint String
- Service endpoint URL, valid post-provisioning
- serviceVersion String
- The version of the Platform Instance.
- state String
- The current state of the Platform Instance.
- storageSize DoubleIn Tbs 
- Storage size in TBs
- storageUsed DoubleIn Tbs 
- Storage used in TBs
- timeCreated String
- The time the the Platform Instance was created. An RFC3339 formatted datetime string
- timeUpdated String
- The time the Platform Instance was updated. An RFC3339 formatted datetime string
- totalOcpu IntegerCapacity 
- Number of total OCPUs allocated to the platform cluster
- blockchainPlatform stringId 
- caCert stringArchive Text 
- compartmentId string
- Compartment Identifier
- componentDetails GetBlockchain Platform Component Detail[] 
- Blockchain Platform component details.
- computeShape string
- Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- Platform Instance Description
- displayName string
- Platform Instance Display name, can be renamed
- federatedUser stringId 
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- hostOcpu GetUtilization Infos Blockchain Platform Host Ocpu Utilization Info[] 
- List of OcpuUtilization for all hosts
- id string
- unique identifier that is immutable on creation
- idcsAccess stringToken 
- isByol boolean
- Bring your own license
- isMulti booleanAd 
- True for multi-AD blockchain plaforms, false for single-AD
- lifecycleDetails string
- An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- loadBalancer stringShape 
- Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- platformRole string
- Role of platform - FOUNDER or PARTICIPANT
- platformShape stringType 
- Type of Platform shape - DEFAULT or CUSTOM
- platformVersion string
- Platform Version
- replicas
GetBlockchain Platform Replica[] 
- Number of replicas of service components like Rest Proxy, CA and Console
- serviceEndpoint string
- Service endpoint URL, valid post-provisioning
- serviceVersion string
- The version of the Platform Instance.
- state string
- The current state of the Platform Instance.
- storageSize numberIn Tbs 
- Storage size in TBs
- storageUsed numberIn Tbs 
- Storage used in TBs
- timeCreated string
- The time the the Platform Instance was created. An RFC3339 formatted datetime string
- timeUpdated string
- The time the Platform Instance was updated. An RFC3339 formatted datetime string
- totalOcpu numberCapacity 
- Number of total OCPUs allocated to the platform cluster
- blockchain_platform_ strid 
- ca_cert_ strarchive_ text 
- compartment_id str
- Compartment Identifier
- component_details Sequence[GetBlockchain Platform Component Detail] 
- Blockchain Platform component details.
- compute_shape str
- Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- Platform Instance Description
- display_name str
- Platform Instance Display name, can be renamed
- federated_user_ strid 
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- host_ocpu_ Sequence[Getutilization_ infos Blockchain Platform Host Ocpu Utilization Info] 
- List of OcpuUtilization for all hosts
- id str
- unique identifier that is immutable on creation
- idcs_access_ strtoken 
- is_byol bool
- Bring your own license
- is_multi_ boolad 
- True for multi-AD blockchain plaforms, false for single-AD
- lifecycle_details str
- An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- load_balancer_ strshape 
- Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- platform_role str
- Role of platform - FOUNDER or PARTICIPANT
- platform_shape_ strtype 
- Type of Platform shape - DEFAULT or CUSTOM
- platform_version str
- Platform Version
- replicas
Sequence[GetBlockchain Platform Replica] 
- Number of replicas of service components like Rest Proxy, CA and Console
- service_endpoint str
- Service endpoint URL, valid post-provisioning
- service_version str
- The version of the Platform Instance.
- state str
- The current state of the Platform Instance.
- storage_size_ floatin_ tbs 
- Storage size in TBs
- storage_used_ floatin_ tbs 
- Storage used in TBs
- time_created str
- The time the the Platform Instance was created. An RFC3339 formatted datetime string
- time_updated str
- The time the Platform Instance was updated. An RFC3339 formatted datetime string
- total_ocpu_ intcapacity 
- Number of total OCPUs allocated to the platform cluster
- blockchainPlatform StringId 
- caCert StringArchive Text 
- compartmentId String
- Compartment Identifier
- componentDetails List<Property Map>
- Blockchain Platform component details.
- computeShape String
- Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- Platform Instance Description
- displayName String
- Platform Instance Display name, can be renamed
- federatedUser StringId 
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- hostOcpu List<Property Map>Utilization Infos 
- List of OcpuUtilization for all hosts
- id String
- unique identifier that is immutable on creation
- idcsAccess StringToken 
- isByol Boolean
- Bring your own license
- isMulti BooleanAd 
- True for multi-AD blockchain plaforms, false for single-AD
- lifecycleDetails String
- An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- loadBalancer StringShape 
- Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- platformRole String
- Role of platform - FOUNDER or PARTICIPANT
- platformShape StringType 
- Type of Platform shape - DEFAULT or CUSTOM
- platformVersion String
- Platform Version
- replicas List<Property Map>
- Number of replicas of service components like Rest Proxy, CA and Console
- serviceEndpoint String
- Service endpoint URL, valid post-provisioning
- serviceVersion String
- The version of the Platform Instance.
- state String
- The current state of the Platform Instance.
- storageSize NumberIn Tbs 
- Storage size in TBs
- storageUsed NumberIn Tbs 
- Storage used in TBs
- timeCreated String
- The time the the Platform Instance was created. An RFC3339 formatted datetime string
- timeUpdated String
- The time the Platform Instance was updated. An RFC3339 formatted datetime string
- totalOcpu NumberCapacity 
- Number of total OCPUs allocated to the platform cluster
Supporting Types
GetBlockchainPlatformComponentDetail    
- Osns
List<GetBlockchain Platform Component Detail Osn> 
- List of OSNs
- Peers
List<GetBlockchain Platform Component Detail Peer> 
- List of Peers
- Osns
[]GetBlockchain Platform Component Detail Osn 
- List of OSNs
- Peers
[]GetBlockchain Platform Component Detail Peer 
- List of Peers
- osns
List<GetPlatform Component Detail Osn> 
- List of OSNs
- peers
List<GetPlatform Component Detail Peer> 
- List of Peers
- osns
GetBlockchain Platform Component Detail Osn[] 
- List of OSNs
- peers
GetBlockchain Platform Component Detail Peer[] 
- List of Peers
- osns
Sequence[GetBlockchain Platform Component Detail Osn] 
- List of OSNs
- peers
Sequence[GetBlockchain Platform Component Detail Peer] 
- List of Peers
- osns List<Property Map>
- List of OSNs
- peers List<Property Map>
- List of Peers
GetBlockchainPlatformComponentDetailOsn     
- Ad string
- Availability Domain of peer
- OcpuAllocation List<GetParams Blockchain Platform Component Detail Osn Ocpu Allocation Param> 
- OCPU allocation parameter
- OsnKey string
- OSN identifier
- State string
- The current state of the Platform Instance.
- Ad string
- Availability Domain of peer
- OcpuAllocation []GetParams Blockchain Platform Component Detail Osn Ocpu Allocation Param 
- OCPU allocation parameter
- OsnKey string
- OSN identifier
- State string
- The current state of the Platform Instance.
- ad String
- Availability Domain of peer
- ocpuAllocation List<GetParams Platform Component Detail Osn Ocpu Allocation Param> 
- OCPU allocation parameter
- osnKey String
- OSN identifier
- state String
- The current state of the Platform Instance.
- ad string
- Availability Domain of peer
- ocpuAllocation GetParams Blockchain Platform Component Detail Osn Ocpu Allocation Param[] 
- OCPU allocation parameter
- osnKey string
- OSN identifier
- state string
- The current state of the Platform Instance.
- ad str
- Availability Domain of peer
- ocpu_allocation_ Sequence[Getparams Blockchain Platform Component Detail Osn Ocpu Allocation Param] 
- OCPU allocation parameter
- osn_key str
- OSN identifier
- state str
- The current state of the Platform Instance.
- ad String
- Availability Domain of peer
- ocpuAllocation List<Property Map>Params 
- OCPU allocation parameter
- osnKey String
- OSN identifier
- state String
- The current state of the Platform Instance.
GetBlockchainPlatformComponentDetailOsnOcpuAllocationParam        
- OcpuAllocation doubleNumber 
- Number of OCPU allocation
- OcpuAllocation float64Number 
- Number of OCPU allocation
- ocpuAllocation DoubleNumber 
- Number of OCPU allocation
- ocpuAllocation numberNumber 
- Number of OCPU allocation
- ocpu_allocation_ floatnumber 
- Number of OCPU allocation
- ocpuAllocation NumberNumber 
- Number of OCPU allocation
GetBlockchainPlatformComponentDetailPeer     
- Ad string
- Availability Domain of peer
- Alias string
- peer alias
- Host string
- Host name of VM
- OcpuAllocation List<GetParams Blockchain Platform Component Detail Peer Ocpu Allocation Param> 
- OCPU allocation parameter
- PeerKey string
- peer identifier
- Role string
- Peer role
- State string
- The current state of the Platform Instance.
- Ad string
- Availability Domain of peer
- Alias string
- peer alias
- Host string
- Host name of VM
- OcpuAllocation []GetParams Blockchain Platform Component Detail Peer Ocpu Allocation Param 
- OCPU allocation parameter
- PeerKey string
- peer identifier
- Role string
- Peer role
- State string
- The current state of the Platform Instance.
- ad String
- Availability Domain of peer
- alias String
- peer alias
- host String
- Host name of VM
- ocpuAllocation List<GetParams Platform Component Detail Peer Ocpu Allocation Param> 
- OCPU allocation parameter
- peerKey String
- peer identifier
- role String
- Peer role
- state String
- The current state of the Platform Instance.
- ad string
- Availability Domain of peer
- alias string
- peer alias
- host string
- Host name of VM
- ocpuAllocation GetParams Blockchain Platform Component Detail Peer Ocpu Allocation Param[] 
- OCPU allocation parameter
- peerKey string
- peer identifier
- role string
- Peer role
- state string
- The current state of the Platform Instance.
- ad str
- Availability Domain of peer
- alias str
- peer alias
- host str
- Host name of VM
- ocpu_allocation_ Sequence[Getparams Blockchain Platform Component Detail Peer Ocpu Allocation Param] 
- OCPU allocation parameter
- peer_key str
- peer identifier
- role str
- Peer role
- state str
- The current state of the Platform Instance.
- ad String
- Availability Domain of peer
- alias String
- peer alias
- host String
- Host name of VM
- ocpuAllocation List<Property Map>Params 
- OCPU allocation parameter
- peerKey String
- peer identifier
- role String
- Peer role
- state String
- The current state of the Platform Instance.
GetBlockchainPlatformComponentDetailPeerOcpuAllocationParam        
- OcpuAllocation doubleNumber 
- Number of OCPU allocation
- OcpuAllocation float64Number 
- Number of OCPU allocation
- ocpuAllocation DoubleNumber 
- Number of OCPU allocation
- ocpuAllocation numberNumber 
- Number of OCPU allocation
- ocpu_allocation_ floatnumber 
- Number of OCPU allocation
- ocpuAllocation NumberNumber 
- Number of OCPU allocation
GetBlockchainPlatformHostOcpuUtilizationInfo      
- Host string
- Host name of VM
- OcpuCapacity doubleNumber 
- Number of total OCPU capacity on the host
- OcpuUtilization doubleNumber 
- Number of OCPU utilized
- Host string
- Host name of VM
- OcpuCapacity float64Number 
- Number of total OCPU capacity on the host
- OcpuUtilization float64Number 
- Number of OCPU utilized
- host String
- Host name of VM
- ocpuCapacity DoubleNumber 
- Number of total OCPU capacity on the host
- ocpuUtilization DoubleNumber 
- Number of OCPU utilized
- host string
- Host name of VM
- ocpuCapacity numberNumber 
- Number of total OCPU capacity on the host
- ocpuUtilization numberNumber 
- Number of OCPU utilized
- host str
- Host name of VM
- ocpu_capacity_ floatnumber 
- Number of total OCPU capacity on the host
- ocpu_utilization_ floatnumber 
- Number of OCPU utilized
- host String
- Host name of VM
- ocpuCapacity NumberNumber 
- Number of total OCPU capacity on the host
- ocpuUtilization NumberNumber 
- Number of OCPU utilized
GetBlockchainPlatformReplica   
- CaCount int
- Number of CA replicas
- ConsoleCount int
- Number of console replicas
- ProxyCount int
- Number of REST proxy replicas
- CaCount int
- Number of CA replicas
- ConsoleCount int
- Number of console replicas
- ProxyCount int
- Number of REST proxy replicas
- caCount Integer
- Number of CA replicas
- consoleCount Integer
- Number of console replicas
- proxyCount Integer
- Number of REST proxy replicas
- caCount number
- Number of CA replicas
- consoleCount number
- Number of console replicas
- proxyCount number
- Number of REST proxy replicas
- ca_count int
- Number of CA replicas
- console_count int
- Number of console replicas
- proxy_count int
- Number of REST proxy replicas
- caCount Number
- Number of CA replicas
- consoleCount Number
- Number of console replicas
- proxyCount Number
- Number of REST proxy replicas
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.