Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Blockchain.getBlockchainPlatforms
Explore with Pulumi AI
This data source provides the list of Blockchain Platforms in Oracle Cloud Infrastructure Blockchain service.
Returns a list Blockchain Platform Instances in a compartment
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBlockchainPlatforms = oci.Blockchain.getBlockchainPlatforms({
    compartmentId: compartmentId,
    displayName: blockchainPlatformDisplayName,
    state: blockchainPlatformState,
});
import pulumi
import pulumi_oci as oci
test_blockchain_platforms = oci.Blockchain.get_blockchain_platforms(compartment_id=compartment_id,
    display_name=blockchain_platform_display_name,
    state=blockchain_platform_state)
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.GetBlockchainPlatforms(ctx, &blockchain.GetBlockchainPlatformsArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(blockchainPlatformDisplayName),
			State:         pulumi.StringRef(blockchainPlatformState),
		}, 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 testBlockchainPlatforms = Oci.Blockchain.GetBlockchainPlatforms.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = blockchainPlatformDisplayName,
        State = blockchainPlatformState,
    });
});
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.GetBlockchainPlatformsArgs;
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 testBlockchainPlatforms = BlockchainFunctions.getBlockchainPlatforms(GetBlockchainPlatformsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(blockchainPlatformDisplayName)
            .state(blockchainPlatformState)
            .build());
    }
}
variables:
  testBlockchainPlatforms:
    fn::invoke:
      function: oci:Blockchain:getBlockchainPlatforms
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${blockchainPlatformDisplayName}
        state: ${blockchainPlatformState}
Using getBlockchainPlatforms
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 getBlockchainPlatforms(args: GetBlockchainPlatformsArgs, opts?: InvokeOptions): Promise<GetBlockchainPlatformsResult>
function getBlockchainPlatformsOutput(args: GetBlockchainPlatformsOutputArgs, opts?: InvokeOptions): Output<GetBlockchainPlatformsResult>def get_blockchain_platforms(compartment_id: Optional[str] = None,
                             display_name: Optional[str] = None,
                             filters: Optional[Sequence[GetBlockchainPlatformsFilter]] = None,
                             state: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetBlockchainPlatformsResult
def get_blockchain_platforms_output(compartment_id: Optional[pulumi.Input[str]] = None,
                             display_name: Optional[pulumi.Input[str]] = None,
                             filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBlockchainPlatformsFilterArgs]]]] = None,
                             state: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetBlockchainPlatformsResult]func GetBlockchainPlatforms(ctx *Context, args *GetBlockchainPlatformsArgs, opts ...InvokeOption) (*GetBlockchainPlatformsResult, error)
func GetBlockchainPlatformsOutput(ctx *Context, args *GetBlockchainPlatformsOutputArgs, opts ...InvokeOption) GetBlockchainPlatformsResultOutput> Note: This function is named GetBlockchainPlatforms in the Go SDK.
public static class GetBlockchainPlatforms 
{
    public static Task<GetBlockchainPlatformsResult> InvokeAsync(GetBlockchainPlatformsArgs args, InvokeOptions? opts = null)
    public static Output<GetBlockchainPlatformsResult> Invoke(GetBlockchainPlatformsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBlockchainPlatformsResult> getBlockchainPlatforms(GetBlockchainPlatformsArgs args, InvokeOptions options)
public static Output<GetBlockchainPlatformsResult> getBlockchainPlatforms(GetBlockchainPlatformsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Blockchain/getBlockchainPlatforms:getBlockchainPlatforms
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- Filters
List<GetBlockchain Platforms Filter> 
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- Filters
[]GetBlockchain Platforms Filter 
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- filters
List<GetPlatforms Filter> 
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartmentId string
- The ID of the compartment in which to list resources.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- filters
GetBlockchain Platforms Filter[] 
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_id str
- The ID of the compartment in which to list resources.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- filters
Sequence[GetBlockchain Platforms Filter] 
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- filters List<Property Map>
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
getBlockchainPlatforms Result
The following output properties are available:
- BlockchainPlatform List<GetCollections Blockchain Platforms Blockchain Platform Collection> 
- The list of blockchain_platform_collection.
- CompartmentId string
- Compartment Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- Platform Instance Display name, can be renamed
- Filters
List<GetBlockchain Platforms Filter> 
- State string
- The current state of the Platform Instance.
- BlockchainPlatform []GetCollections Blockchain Platforms Blockchain Platform Collection 
- The list of blockchain_platform_collection.
- CompartmentId string
- Compartment Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- Platform Instance Display name, can be renamed
- Filters
[]GetBlockchain Platforms Filter 
- State string
- The current state of the Platform Instance.
- blockchainPlatform List<GetCollections Platforms Platform Collection> 
- The list of blockchain_platform_collection.
- compartmentId String
- Compartment Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- Platform Instance Display name, can be renamed
- filters
List<GetPlatforms Filter> 
- state String
- The current state of the Platform Instance.
- blockchainPlatform GetCollections Blockchain Platforms Blockchain Platform Collection[] 
- The list of blockchain_platform_collection.
- compartmentId string
- Compartment Identifier
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- Platform Instance Display name, can be renamed
- filters
GetBlockchain Platforms Filter[] 
- state string
- The current state of the Platform Instance.
- blockchain_platform_ Sequence[Getcollections Blockchain Platforms Blockchain Platform Collection] 
- The list of blockchain_platform_collection.
- compartment_id str
- Compartment Identifier
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- Platform Instance Display name, can be renamed
- filters
Sequence[GetBlockchain Platforms Filter] 
- state str
- The current state of the Platform Instance.
- blockchainPlatform List<Property Map>Collections 
- The list of blockchain_platform_collection.
- compartmentId String
- Compartment Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- Platform Instance Display name, can be renamed
- filters List<Property Map>
- state String
- The current state of the Platform Instance.
Supporting Types
GetBlockchainPlatformsBlockchainPlatformCollection     
GetBlockchainPlatformsBlockchainPlatformCollectionItem      
- CaCert stringArchive Text 
- CompartmentId string
- The ID of the compartment in which to list resources.
- ComponentDetails List<GetBlockchain Platforms Blockchain Platform Collection Item 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
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- 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 Platforms Blockchain Platform Collection Item 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 Platforms Blockchain Platform Collection Item 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
- CaCert stringArchive Text 
- CompartmentId string
- The ID of the compartment in which to list resources.
- ComponentDetails []GetBlockchain Platforms Blockchain Platform Collection Item 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
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- 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 Platforms Blockchain Platform Collection Item 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 Platforms Blockchain Platform Collection Item 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
- caCert StringArchive Text 
- compartmentId String
- The ID of the compartment in which to list resources.
- componentDetails List<GetPlatforms Platform Collection Item 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
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- 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 Platforms Platform Collection Item 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<GetPlatforms Platform Collection Item 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
- caCert stringArchive Text 
- compartmentId string
- The ID of the compartment in which to list resources.
- componentDetails GetBlockchain Platforms Blockchain Platform Collection Item 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
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- 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 Platforms Blockchain Platform Collection Item 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 Platforms Blockchain Platform Collection Item 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
- ca_cert_ strarchive_ text 
- compartment_id str
- The ID of the compartment in which to list resources.
- component_details Sequence[GetBlockchain Platforms Blockchain Platform Collection Item 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
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- 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 Platforms Blockchain Platform Collection Item 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 Platforms Blockchain Platform Collection Item 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
- caCert StringArchive Text 
- compartmentId String
- The ID of the compartment in which to list resources.
- 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
- A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
- 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetail        
- osns List<Property Map>
- List of OSNs
- peers List<Property Map>
- List of Peers
GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailOsn         
- Ad string
- Availability Domain of peer
- OcpuAllocation List<GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Osn Ocpu Allocation Param> 
- OCPU allocation parameter
- OsnKey string
- OSN identifier
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Ad string
- Availability Domain of peer
- OcpuAllocation []GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Osn Ocpu Allocation Param 
- OCPU allocation parameter
- OsnKey string
- OSN identifier
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- ad String
- Availability Domain of peer
- ocpuAllocation List<GetParams Platforms Platform Collection Item Component Detail Osn Ocpu Allocation Param> 
- OCPU allocation parameter
- osnKey String
- OSN identifier
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- ad string
- Availability Domain of peer
- ocpuAllocation GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Osn Ocpu Allocation Param[] 
- OCPU allocation parameter
- osnKey string
- OSN identifier
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- ad str
- Availability Domain of peer
- ocpu_allocation_ Sequence[Getparams Blockchain Platforms Blockchain Platform Collection Item Component Detail Osn Ocpu Allocation Param] 
- OCPU allocation parameter
- osn_key str
- OSN identifier
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- ad String
- Availability Domain of peer
- ocpuAllocation List<Property Map>Params 
- OCPU allocation parameter
- osnKey String
- OSN identifier
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailOsnOcpuAllocationParam            
- 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
GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailPeer         
- Ad string
- Availability Domain of peer
- Alias string
- peer alias
- Host string
- Host name of VM
- OcpuAllocation List<GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Peer Ocpu Allocation Param> 
- OCPU allocation parameter
- PeerKey string
- peer identifier
- Role string
- Peer role
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Ad string
- Availability Domain of peer
- Alias string
- peer alias
- Host string
- Host name of VM
- OcpuAllocation []GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Peer Ocpu Allocation Param 
- OCPU allocation parameter
- PeerKey string
- peer identifier
- Role string
- Peer role
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- ad String
- Availability Domain of peer
- alias String
- peer alias
- host String
- Host name of VM
- ocpuAllocation List<GetParams Platforms Platform Collection Item Component Detail Peer Ocpu Allocation Param> 
- OCPU allocation parameter
- peerKey String
- peer identifier
- role String
- Peer role
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- ad string
- Availability Domain of peer
- alias string
- peer alias
- host string
- Host name of VM
- ocpuAllocation GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Peer Ocpu Allocation Param[] 
- OCPU allocation parameter
- peerKey string
- peer identifier
- role string
- Peer role
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- ad str
- Availability Domain of peer
- alias str
- peer alias
- host str
- Host name of VM
- ocpu_allocation_ Sequence[Getparams Blockchain Platforms Blockchain Platform Collection Item Component Detail Peer Ocpu Allocation Param] 
- OCPU allocation parameter
- peer_key str
- peer identifier
- role str
- Peer role
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailPeerOcpuAllocationParam            
- 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
GetBlockchainPlatformsBlockchainPlatformCollectionItemHostOcpuUtilizationInfo          
- 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
GetBlockchainPlatformsBlockchainPlatformCollectionItemReplica       
- 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
GetBlockchainPlatformsFilter   
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.