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
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 = @var.Compartment_id,
DisplayName = @var.Blockchain_platform_display_name,
State = @var.Blockchain_platform_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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: _var.Compartment_id,
DisplayName: pulumi.StringRef(_var.Blockchain_platform_display_name),
State: pulumi.StringRef(_var.Blockchain_platform_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
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(var_.compartment_id())
.displayName(var_.blockchain_platform_display_name())
.state(var_.blockchain_platform_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_blockchain_platforms = oci.Blockchain.get_blockchain_platforms(compartment_id=var["compartment_id"],
display_name=var["blockchain_platform_display_name"],
state=var["blockchain_platform_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBlockchainPlatforms = oci.Blockchain.getBlockchainPlatforms({
compartmentId: _var.compartment_id,
displayName: _var.blockchain_platform_display_name,
state: _var.blockchain_platform_state,
});
variables:
testBlockchainPlatforms:
fn::invoke:
Function: oci:Blockchain:getBlockchainPlatforms
Arguments:
compartmentId: ${var.compartment_id}
displayName: ${var.blockchain_platform_display_name}
state: ${var.blockchain_platform_state}
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[_blockchain.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[_blockchain.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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Blockchain/getBlockchainPlatforms:getBlockchainPlatforms
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
List<Get
Blockchain Platforms Filter> - State string
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
[]Get
Blockchain Platforms Filter - State string
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
List<Get
Platforms Filter> - state String
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string The ID of the compartment in which to list resources.
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Get
Blockchain 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
Get
Blockchain Platforms Filter] - state str
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name 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:
- Blockchain
Platform List<GetCollections Blockchain Platforms Blockchain Platform Collection> The list of blockchain_platform_collection.
- Compartment
Id string Compartment Identifier
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string Platform Instance Display name, can be renamed
- Filters
List<Get
Blockchain Platforms Filter> - State string
The current state of the Platform Instance.
- Blockchain
Platform []GetCollections Blockchain Platforms Blockchain Platform Collection The list of blockchain_platform_collection.
- Compartment
Id string Compartment Identifier
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string Platform Instance Display name, can be renamed
- Filters
[]Get
Blockchain Platforms Filter - State string
The current state of the Platform Instance.
- blockchain
Platform List<GetCollections Platforms Platform Collection> The list of blockchain_platform_collection.
- compartment
Id String Compartment Identifier
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String Platform Instance Display name, can be renamed
- filters
List<Get
Platforms Filter> - state String
The current state of the Platform Instance.
- blockchain
Platform GetCollections Blockchain Platforms Blockchain Platform Collection[] The list of blockchain_platform_collection.
- compartment
Id string Compartment Identifier
- id string
The provider-assigned unique ID for this managed resource.
- display
Name string Platform Instance Display name, can be renamed
- filters
Get
Blockchain Platforms Filter[] - state string
The current state of the Platform Instance.
- blockchain_
platform_ 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
Get
Blockchain Platforms Filter] - state str
The current state of the Platform Instance.
- blockchain
Platform List<Property Map>Collections The list of blockchain_platform_collection.
- compartment
Id String Compartment Identifier
- id String
The provider-assigned unique ID for this managed resource.
- display
Name 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
- Ca
Cert stringArchive Text - Compartment
Id string The ID of the compartment in which to list resources.
- Component
Details List<GetBlockchain Platforms Blockchain Platform Collection Item Component Detail> Blockchain Platform component details.
- Compute
Shape string Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
- Dictionary<string, object>
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
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Federated
User stringId - Dictionary<string, object>
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 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
- Idcs
Access stringToken - Is
Byol bool Bring your own license
- Is
Multi boolAd True for multi-AD blockchain plaforms, false for single-AD
- Lifecycle
Details 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.
- Load
Balancer stringShape Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- Platform
Role string Role of platform - FOUNDER or PARTICIPANT
- Platform
Shape stringType Type of Platform shape - DEFAULT or CUSTOM
- Platform
Version string Platform Version
- Replicas
List<Get
Blockchain Platforms Blockchain Platform Collection Item Replica> Number of replicas of service components like Rest Proxy, CA and Console
- Service
Endpoint string Service endpoint URL, valid post-provisioning
- Service
Version 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.
- Storage
Size doubleIn Tbs Storage size in TBs
- Storage
Used doubleIn Tbs Storage used in TBs
- Time
Created string The time the the Platform Instance was created. An RFC3339 formatted datetime string
- Time
Updated string The time the Platform Instance was updated. An RFC3339 formatted datetime string
- Total
Ocpu intCapacity Number of total OCPUs allocated to the platform cluster
- Ca
Cert stringArchive Text - Compartment
Id string The ID of the compartment in which to list resources.
- Component
Details []GetBlockchain Platforms Blockchain Platform Collection Item Component Detail Blockchain Platform component details.
- Compute
Shape string Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
- map[string]interface{}
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
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Federated
User stringId - map[string]interface{}
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 []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
- Idcs
Access stringToken - Is
Byol bool Bring your own license
- Is
Multi boolAd True for multi-AD blockchain plaforms, false for single-AD
- Lifecycle
Details 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.
- Load
Balancer stringShape Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- Platform
Role string Role of platform - FOUNDER or PARTICIPANT
- Platform
Shape stringType Type of Platform shape - DEFAULT or CUSTOM
- Platform
Version string Platform Version
- Replicas
[]Get
Blockchain Platforms Blockchain Platform Collection Item Replica Number of replicas of service components like Rest Proxy, CA and Console
- Service
Endpoint string Service endpoint URL, valid post-provisioning
- Service
Version 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.
- Storage
Size float64In Tbs Storage size in TBs
- Storage
Used float64In Tbs Storage used in TBs
- Time
Created string The time the the Platform Instance was created. An RFC3339 formatted datetime string
- Time
Updated string The time the Platform Instance was updated. An RFC3339 formatted datetime string
- Total
Ocpu intCapacity Number of total OCPUs allocated to the platform cluster
- ca
Cert StringArchive Text - compartment
Id String The ID of the compartment in which to list resources.
- component
Details List<GetPlatforms Platform Collection Item Component Detail> Blockchain Platform component details.
- compute
Shape String Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
- Map<String,Object>
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
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- federated
User StringId - Map<String,Object>
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 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
- idcs
Access StringToken - is
Byol Boolean Bring your own license
- is
Multi BooleanAd True for multi-AD blockchain plaforms, false for single-AD
- lifecycle
Details 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.
- load
Balancer StringShape Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- platform
Role String Role of platform - FOUNDER or PARTICIPANT
- platform
Shape StringType Type of Platform shape - DEFAULT or CUSTOM
- platform
Version String Platform Version
- replicas
List<Get
Platforms Platform Collection Item Replica> Number of replicas of service components like Rest Proxy, CA and Console
- service
Endpoint String Service endpoint URL, valid post-provisioning
- service
Version 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.
- storage
Size DoubleIn Tbs Storage size in TBs
- storage
Used DoubleIn Tbs Storage used in TBs
- time
Created String The time the the Platform Instance was created. An RFC3339 formatted datetime string
- time
Updated String The time the Platform Instance was updated. An RFC3339 formatted datetime string
- total
Ocpu IntegerCapacity Number of total OCPUs allocated to the platform cluster
- ca
Cert stringArchive Text - compartment
Id string The ID of the compartment in which to list resources.
- component
Details GetBlockchain Platforms Blockchain Platform Collection Item Component Detail[] Blockchain Platform component details.
- compute
Shape string Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
- {[key: string]: any}
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
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- federated
User stringId - {[key: string]: any}
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 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
- idcs
Access stringToken - is
Byol boolean Bring your own license
- is
Multi booleanAd True for multi-AD blockchain plaforms, false for single-AD
- lifecycle
Details 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.
- load
Balancer stringShape Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- platform
Role string Role of platform - FOUNDER or PARTICIPANT
- platform
Shape stringType Type of Platform shape - DEFAULT or CUSTOM
- platform
Version string Platform Version
- replicas
Get
Blockchain Platforms Blockchain Platform Collection Item Replica[] Number of replicas of service components like Rest Proxy, CA and Console
- service
Endpoint string Service endpoint URL, valid post-provisioning
- service
Version 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.
- storage
Size numberIn Tbs Storage size in TBs
- storage
Used numberIn Tbs Storage used in TBs
- time
Created string The time the the Platform Instance was created. An RFC3339 formatted datetime string
- time
Updated string The time the Platform Instance was updated. An RFC3339 formatted datetime string
- total
Ocpu 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 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
- Mapping[str, Any]
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, Any]
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_ 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
Get
Blockchain 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
- ca
Cert StringArchive Text - compartment
Id String The ID of the compartment in which to list resources.
- component
Details List<Property Map> Blockchain Platform component details.
- compute
Shape String Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
- Map<Any>
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
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- federated
User StringId - Map<Any>
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 List<Property Map>Utilization Infos List of OcpuUtilization for all hosts
- id String
unique identifier that is immutable on creation
- idcs
Access StringToken - is
Byol Boolean Bring your own license
- is
Multi BooleanAd True for multi-AD blockchain plaforms, false for single-AD
- lifecycle
Details 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.
- load
Balancer StringShape Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
- platform
Role String Role of platform - FOUNDER or PARTICIPANT
- platform
Shape StringType Type of Platform shape - DEFAULT or CUSTOM
- platform
Version String Platform Version
- replicas List<Property Map>
Number of replicas of service components like Rest Proxy, CA and Console
- service
Endpoint String Service endpoint URL, valid post-provisioning
- service
Version 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.
- storage
Size NumberIn Tbs Storage size in TBs
- storage
Used NumberIn Tbs Storage used in TBs
- time
Created String The time the the Platform Instance was created. An RFC3339 formatted datetime string
- time
Updated String The time the Platform Instance was updated. An RFC3339 formatted datetime string
- total
Ocpu 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
- Ocpu
Allocation List<GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Osn Ocpu Allocation Param> OCPU allocation parameter
- Osn
Key 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
- Ocpu
Allocation []GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Osn Ocpu Allocation Param OCPU allocation parameter
- Osn
Key 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
- ocpu
Allocation List<GetParams Platforms Platform Collection Item Component Detail Osn Ocpu Allocation Param> OCPU allocation parameter
- osn
Key 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
- ocpu
Allocation GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Osn Ocpu Allocation Param[] OCPU allocation parameter
- osn
Key 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_ 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
- ocpu
Allocation List<Property Map>Params OCPU allocation parameter
- osn
Key String OSN identifier
- state String
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailOsnOcpuAllocationParam
- Ocpu
Allocation doubleNumber Number of OCPU allocation
- Ocpu
Allocation float64Number Number of OCPU allocation
- ocpu
Allocation DoubleNumber Number of OCPU allocation
- ocpu
Allocation numberNumber Number of OCPU allocation
- ocpu_
allocation_ floatnumber Number of OCPU allocation
- ocpu
Allocation NumberNumber Number of OCPU allocation
GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailPeer
- Ad string
Availability Domain of peer
- Alias string
peer alias
- Host string
Host name of VM
- Ocpu
Allocation List<GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Peer Ocpu Allocation Param> OCPU allocation parameter
- Peer
Key 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
- Ocpu
Allocation []GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Peer Ocpu Allocation Param OCPU allocation parameter
- Peer
Key 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
- ocpu
Allocation List<GetParams Platforms Platform Collection Item Component Detail Peer Ocpu Allocation Param> OCPU allocation parameter
- peer
Key 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
- ocpu
Allocation GetParams Blockchain Platforms Blockchain Platform Collection Item Component Detail Peer Ocpu Allocation Param[] OCPU allocation parameter
- peer
Key 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_ 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
- ocpu
Allocation List<Property Map>Params OCPU allocation parameter
- peer
Key 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
- Ocpu
Allocation doubleNumber Number of OCPU allocation
- Ocpu
Allocation float64Number Number of OCPU allocation
- ocpu
Allocation DoubleNumber Number of OCPU allocation
- ocpu
Allocation numberNumber Number of OCPU allocation
- ocpu_
allocation_ floatnumber Number of OCPU allocation
- ocpu
Allocation NumberNumber Number of OCPU allocation
GetBlockchainPlatformsBlockchainPlatformCollectionItemHostOcpuUtilizationInfo
- Host string
Host name of VM
- Ocpu
Capacity doubleNumber Number of total OCPU capacity on the host
- Ocpu
Utilization doubleNumber Number of OCPU utilized
- Host string
Host name of VM
- Ocpu
Capacity float64Number Number of total OCPU capacity on the host
- Ocpu
Utilization float64Number Number of OCPU utilized
- host String
Host name of VM
- ocpu
Capacity DoubleNumber Number of total OCPU capacity on the host
- ocpu
Utilization DoubleNumber Number of OCPU utilized
- host string
Host name of VM
- ocpu
Capacity numberNumber Number of total OCPU capacity on the host
- ocpu
Utilization 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
- ocpu
Capacity NumberNumber Number of total OCPU capacity on the host
- ocpu
Utilization NumberNumber Number of OCPU utilized
GetBlockchainPlatformsBlockchainPlatformCollectionItemReplica
- Ca
Count int Number of CA replicas
- Console
Count int Number of console replicas
- Proxy
Count int 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
- ca
Count Integer Number of CA replicas
- console
Count Integer Number of console replicas
- proxy
Count Integer Number of REST proxy replicas
- ca
Count number Number of CA replicas
- console
Count number Number of console replicas
- proxy
Count 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
- ca
Count Number Number of CA replicas
- console
Count Number Number of console replicas
- proxy
Count 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
oci
Terraform Provider.