Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Blockchain.getPeers
Explore with Pulumi AI
This data source provides the list of Peers in Oracle Cloud Infrastructure Blockchain service.
List Blockchain Platform Peers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPeers = oci.Blockchain.getPeers({
blockchainPlatformId: testBlockchainPlatform.id,
displayName: peerDisplayName,
});
import pulumi
import pulumi_oci as oci
test_peers = oci.Blockchain.get_peers(blockchain_platform_id=test_blockchain_platform["id"],
display_name=peer_display_name)
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.GetPeers(ctx, &blockchain.GetPeersArgs{
BlockchainPlatformId: testBlockchainPlatform.Id,
DisplayName: pulumi.StringRef(peerDisplayName),
}, 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 testPeers = Oci.Blockchain.GetPeers.Invoke(new()
{
BlockchainPlatformId = testBlockchainPlatform.Id,
DisplayName = peerDisplayName,
});
});
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.GetPeersArgs;
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 testPeers = BlockchainFunctions.getPeers(GetPeersArgs.builder()
.blockchainPlatformId(testBlockchainPlatform.id())
.displayName(peerDisplayName)
.build());
}
}
variables:
testPeers:
fn::invoke:
function: oci:Blockchain:getPeers
arguments:
blockchainPlatformId: ${testBlockchainPlatform.id}
displayName: ${peerDisplayName}
Using getPeers
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 getPeers(args: GetPeersArgs, opts?: InvokeOptions): Promise<GetPeersResult>
function getPeersOutput(args: GetPeersOutputArgs, opts?: InvokeOptions): Output<GetPeersResult>
def get_peers(blockchain_platform_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_blockchain.GetPeersFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetPeersResult
def get_peers_output(blockchain_platform_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_blockchain.GetPeersFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPeersResult]
func GetPeers(ctx *Context, args *GetPeersArgs, opts ...InvokeOption) (*GetPeersResult, error)
func GetPeersOutput(ctx *Context, args *GetPeersOutputArgs, opts ...InvokeOption) GetPeersResultOutput
> Note: This function is named GetPeers
in the Go SDK.
public static class GetPeers
{
public static Task<GetPeersResult> InvokeAsync(GetPeersArgs args, InvokeOptions? opts = null)
public static Output<GetPeersResult> Invoke(GetPeersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPeersResult> getPeers(GetPeersArgs args, InvokeOptions options)
public static Output<GetPeersResult> getPeers(GetPeersArgs args, InvokeOptions options)
fn::invoke:
function: oci:Blockchain/getPeers:getPeers
arguments:
# arguments dictionary
The following arguments are supported:
- Blockchain
Platform Id This property is required. string - Unique service identifier.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
Changes to this property will trigger replacement.
Peers Filter>
- Blockchain
Platform Id This property is required. string - Unique service identifier.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
Changes to this property will trigger replacement.
Peers Filter
- blockchain
Platform Id This property is required. String - Unique service identifier.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Changes to this property will trigger replacement.
Peers Filter>
- blockchain
Platform Id This property is required. string - Unique service identifier.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Changes to this property will trigger replacement.
Peers Filter[]
- blockchain_
platform_ id This property is required. str - Unique service identifier.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Changes to this property will trigger replacement.
Get Peers Filter]
- blockchain
Platform Id This property is required. String - Unique service identifier.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Changes to this property will trigger replacement.
getPeers Result
The following output properties are available:
- Blockchain
Platform stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Peer
Collections List<GetPeers Peer Collection> - The list of peer_collection.
- Display
Name string - Filters
List<Get
Peers Filter>
- Blockchain
Platform stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Peer
Collections []GetPeers Peer Collection - The list of peer_collection.
- Display
Name string - Filters
[]Get
Peers Filter
- blockchain
Platform StringId - id String
- The provider-assigned unique ID for this managed resource.
- peer
Collections List<GetPeers Peer Collection> - The list of peer_collection.
- display
Name String - filters
List<Get
Peers Filter>
- blockchain
Platform stringId - id string
- The provider-assigned unique ID for this managed resource.
- peer
Collections GetPeers Peer Collection[] - The list of peer_collection.
- display
Name string - filters
Get
Peers Filter[]
- blockchain_
platform_ strid - id str
- The provider-assigned unique ID for this managed resource.
- peer_
collections Sequence[blockchain.Get Peers Peer Collection] - The list of peer_collection.
- display_
name str - filters
Sequence[blockchain.
Get Peers Filter]
- blockchain
Platform StringId - id String
- The provider-assigned unique ID for this managed resource.
- peer
Collections List<Property Map> - The list of peer_collection.
- display
Name String - filters List<Property Map>
Supporting Types
GetPeersFilter
GetPeersPeerCollection
- Items
This property is required. List<GetPeers Peer Collection Item>
- Items
This property is required. []GetPeers Peer Collection Item
- items
This property is required. List<GetPeers Peer Collection Item>
- items
This property is required. GetPeers Peer Collection Item[]
- items
This property is required. Sequence[blockchain.Get Peers Peer Collection Item]
- items
This property is required. List<Property Map>
GetPeersPeerCollectionItem
- Ad
This property is required. string - Availability Domain of peer
- Alias
This property is required. string - peer alias
- Blockchain
Platform Id This property is required. string - Unique service identifier.
- Host
This property is required. string - Host on which the Peer exists
- Ocpu
Allocation Param This property is required. GetPeers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- Peer
Key This property is required. string - peer identifier
- Role
This property is required. string - Peer role
- State
This property is required. string - The current state of the peer.
- Ad
This property is required. string - Availability Domain of peer
- Alias
This property is required. string - peer alias
- Blockchain
Platform Id This property is required. string - Unique service identifier.
- Host
This property is required. string - Host on which the Peer exists
- Ocpu
Allocation Param This property is required. GetPeers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- Peer
Key This property is required. string - peer identifier
- Role
This property is required. string - Peer role
- State
This property is required. string - The current state of the peer.
- ad
This property is required. String - Availability Domain of peer
- alias
This property is required. String - peer alias
- blockchain
Platform Id This property is required. String - Unique service identifier.
- host
This property is required. String - Host on which the Peer exists
- ocpu
Allocation Param This property is required. GetPeers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- peer
Key This property is required. String - peer identifier
- role
This property is required. String - Peer role
- state
This property is required. String - The current state of the peer.
- ad
This property is required. string - Availability Domain of peer
- alias
This property is required. string - peer alias
- blockchain
Platform Id This property is required. string - Unique service identifier.
- host
This property is required. string - Host on which the Peer exists
- ocpu
Allocation Param This property is required. GetPeers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- peer
Key This property is required. string - peer identifier
- role
This property is required. string - Peer role
- state
This property is required. string - The current state of the peer.
- ad
This property is required. str - Availability Domain of peer
- alias
This property is required. str - peer alias
- blockchain_
platform_ id This property is required. str - Unique service identifier.
- host
This property is required. str - Host on which the Peer exists
- ocpu_
allocation_ param This property is required. blockchain.Get Peers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- peer_
key This property is required. str - peer identifier
- role
This property is required. str - Peer role
- state
This property is required. str - The current state of the peer.
- ad
This property is required. String - Availability Domain of peer
- alias
This property is required. String - peer alias
- blockchain
Platform Id This property is required. String - Unique service identifier.
- host
This property is required. String - Host on which the Peer exists
- ocpu
Allocation Param This property is required. Property Map - OCPU allocation parameter
- peer
Key This property is required. String - peer identifier
- role
This property is required. String - Peer role
- state
This property is required. String - The current state of the peer.
GetPeersPeerCollectionItemOcpuAllocationParam
- Ocpu
Allocation Number This property is required. double - Number of OCPU allocation
- Ocpu
Allocation Number This property is required. float64 - Number of OCPU allocation
- ocpu
Allocation Number This property is required. Double - Number of OCPU allocation
- ocpu
Allocation Number This property is required. number - Number of OCPU allocation
- ocpu_
allocation_ number This property is required. float - Number of OCPU allocation
- ocpu
Allocation Number This property is required. Number - Number of OCPU allocation
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.