Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 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 GetBlockchainPlatform(ctx *Context, args *GetBlockchainPlatformArgs, opts ...InvokeOption) (*GetBlockchainPlatformResult, error)
func GetBlockchainPlatformOutput(ctx *Context, args *GetBlockchainPlatformOutputArgs, opts ...InvokeOption) GetBlockchainPlatformResultOutput
> Note: This function is named GetBlockchainPlatform
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Blockchain/getBlockchainPlatform:getBlockchainPlatform
arguments:
# arguments dictionary
The following arguments are supported:
- Blockchain
Platform stringId - Unique service identifier.
- Blockchain
Platform stringId - Unique service identifier.
- blockchain
Platform StringId - Unique service identifier.
- blockchain
Platform stringId - Unique service identifier.
- blockchain_
platform_ strid - Unique service identifier.
- blockchain
Platform StringId - Unique service identifier.
getBlockchainPlatform Result
The following output properties are available:
- Blockchain
Platform stringId - Ca
Cert stringArchive Text - Compartment
Id string - Compartment Identifier
- Component
Details List<GetBlockchain Platform 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, 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
- Display
Name string - Platform Instance Display name, can be renamed
- Federated
User 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"}
- Host
Ocpu List<GetUtilization Infos Blockchain Platform 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 Platform 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
- The current state of the Platform Instance.
- 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
- Blockchain
Platform stringId - Ca
Cert stringArchive Text - Compartment
Id string - Compartment Identifier
- Component
Details []GetBlockchain Platform 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]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
- Display
Name string - Platform Instance Display name, can be renamed
- Federated
User 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"}
- Host
Ocpu []GetUtilization Infos Blockchain Platform 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 Platform 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
- The current state of the Platform Instance.
- 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
- blockchain
Platform StringId - ca
Cert StringArchive Text - compartment
Id String - Compartment Identifier
- component
Details List<GetPlatform 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,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
- display
Name String - Platform Instance Display name, can be renamed
- federated
User 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"}
- host
Ocpu List<GetUtilization Infos Platform 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
Platform 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
- The current state of the Platform Instance.
- 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
- blockchain
Platform stringId - ca
Cert stringArchive Text - compartment
Id string - Compartment Identifier
- component
Details GetBlockchain Platform 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]: 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
- display
Name string - Platform Instance Display name, can be renamed
- federated
User 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"}
- host
Ocpu GetUtilization Infos Blockchain Platform 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 Platform 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
- The current state of the Platform Instance.
- 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
- blockchain_
platform_ strid - ca_
cert_ strarchive_ text - compartment_
id str - Compartment Identifier
- component_
details Sequence[blockchain.Get Blockchain 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
- 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[blockchain.utilization_ infos Get 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[blockchain.
Get Blockchain 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
- blockchain
Platform StringId - ca
Cert StringArchive Text - compartment
Id String - Compartment Identifier
- 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<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
- display
Name String - Platform Instance Display name, can be renamed
- federated
User 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"}
- 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
- The current state of the Platform Instance.
- 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
Supporting Types
GetBlockchainPlatformComponentDetail
- Osns
List<Get
Blockchain Platform Component Detail Osn> - List of OSNs
- Peers
List<Get
Blockchain Platform Component Detail Peer> - List of Peers
- Osns
[]Get
Blockchain Platform Component Detail Osn - List of OSNs
- Peers
[]Get
Blockchain Platform Component Detail Peer - List of Peers
- osns
List<Get
Platform Component Detail Osn> - List of OSNs
- peers
List<Get
Platform Component Detail Peer> - List of Peers
- osns
Get
Blockchain Platform Component Detail Osn[] - List of OSNs
- peers
Get
Blockchain 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
- Ocpu
Allocation List<GetParams Blockchain Platform Component Detail Osn Ocpu Allocation Param> - OCPU allocation parameter
- Osn
Key string - OSN identifier
- State string
- The current state of the Platform Instance.
- Ad string
- Availability Domain of peer
- Ocpu
Allocation []GetParams Blockchain Platform Component Detail Osn Ocpu Allocation Param - OCPU allocation parameter
- Osn
Key string - OSN identifier
- State string
- The current state of the Platform Instance.
- ad String
- Availability Domain of peer
- ocpu
Allocation List<GetParams Platform Component Detail Osn Ocpu Allocation Param> - OCPU allocation parameter
- osn
Key String - OSN identifier
- state String
- The current state of the Platform Instance.
- ad string
- Availability Domain of peer
- ocpu
Allocation GetParams Blockchain Platform Component Detail Osn Ocpu Allocation Param[] - OCPU allocation parameter
- osn
Key string - OSN identifier
- state string
- The current state of the Platform Instance.
- ad str
- Availability Domain of peer
- ocpu_
allocation_ Sequence[blockchain.params Get 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
- ocpu
Allocation List<Property Map>Params - OCPU allocation parameter
- osn
Key String - OSN identifier
- state String
- The current state of the Platform Instance.
GetBlockchainPlatformComponentDetailOsnOcpuAllocationParam
- 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
GetBlockchainPlatformComponentDetailPeer
- Ad string
- Availability Domain of peer
- Alias string
- peer alias
- Host string
- Host name of VM
- Ocpu
Allocation List<GetParams Blockchain Platform Component Detail Peer Ocpu Allocation Param> - OCPU allocation parameter
- Peer
Key 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
- Ocpu
Allocation []GetParams Blockchain Platform Component Detail Peer Ocpu Allocation Param - OCPU allocation parameter
- Peer
Key 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
- ocpu
Allocation List<GetParams Platform Component Detail Peer Ocpu Allocation Param> - OCPU allocation parameter
- peer
Key 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
- ocpu
Allocation GetParams Blockchain Platform Component Detail Peer Ocpu Allocation Param[] - OCPU allocation parameter
- peer
Key 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[blockchain.params Get 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
- ocpu
Allocation List<Property Map>Params - OCPU allocation parameter
- peer
Key String - peer identifier
- role String
- Peer role
- state String
- The current state of the Platform Instance.
GetBlockchainPlatformComponentDetailPeerOcpuAllocationParam
- 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
GetBlockchainPlatformHostOcpuUtilizationInfo
- 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
GetBlockchainPlatformReplica
- 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
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.