1. Packages
  2. Powerflex Provider
  3. API Docs
  4. getPeerSystem
powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell

powerflex.getPeerSystem

Explore with Pulumi AI

powerflex logo
powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell

    Using getPeerSystem

    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 getPeerSystem(args: GetPeerSystemArgs, opts?: InvokeOptions): Promise<GetPeerSystemResult>
    function getPeerSystemOutput(args: GetPeerSystemOutputArgs, opts?: InvokeOptions): Output<GetPeerSystemResult>
    def get_peer_system(filter: Optional[GetPeerSystemFilter] = None,
                        opts: Optional[InvokeOptions] = None) -> GetPeerSystemResult
    def get_peer_system_output(filter: Optional[pulumi.Input[GetPeerSystemFilterArgs]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetPeerSystemResult]
    func LookupPeerSystem(ctx *Context, args *LookupPeerSystemArgs, opts ...InvokeOption) (*LookupPeerSystemResult, error)
    func LookupPeerSystemOutput(ctx *Context, args *LookupPeerSystemOutputArgs, opts ...InvokeOption) LookupPeerSystemResultOutput

    > Note: This function is named LookupPeerSystem in the Go SDK.

    public static class GetPeerSystem 
    {
        public static Task<GetPeerSystemResult> InvokeAsync(GetPeerSystemArgs args, InvokeOptions? opts = null)
        public static Output<GetPeerSystemResult> Invoke(GetPeerSystemInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPeerSystemResult> getPeerSystem(GetPeerSystemArgs args, InvokeOptions options)
    public static Output<GetPeerSystemResult> getPeerSystem(GetPeerSystemArgs args, InvokeOptions options)
    
    fn::invoke:
      function: powerflex:index/getPeerSystem:getPeerSystem
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getPeerSystem Result

    The following output properties are available:

    id String
    default datasource id
    peerSystemDetails List<Property Map>
    List of Peer MDMs
    filter Property Map

    Supporting Types

    GetPeerSystemFilter

    CouplingRcs List<string>
    List of coupling_rc
    Ids List<string>
    List of id
    MembershipStates List<string>
    List of membership_state
    Names List<string>
    List of name
    NetworkTypes List<string>
    List of network_type
    PeerSystemIds List<string>
    List of peersystemid
    PerfProfiles List<string>
    List of perf_profile
    Ports List<double>
    List of port
    SoftwareVersionInfos List<string>
    List of softwareversioninfo
    SystemIds List<string>
    List of system_id
    CouplingRcs []string
    List of coupling_rc
    Ids []string
    List of id
    MembershipStates []string
    List of membership_state
    Names []string
    List of name
    NetworkTypes []string
    List of network_type
    PeerSystemIds []string
    List of peersystemid
    PerfProfiles []string
    List of perf_profile
    Ports []float64
    List of port
    SoftwareVersionInfos []string
    List of softwareversioninfo
    SystemIds []string
    List of system_id
    couplingRcs List<String>
    List of coupling_rc
    ids List<String>
    List of id
    membershipStates List<String>
    List of membership_state
    names List<String>
    List of name
    networkTypes List<String>
    List of network_type
    peerSystemIds List<String>
    List of peersystemid
    perfProfiles List<String>
    List of perf_profile
    ports List<Double>
    List of port
    softwareVersionInfos List<String>
    List of softwareversioninfo
    systemIds List<String>
    List of system_id
    couplingRcs string[]
    List of coupling_rc
    ids string[]
    List of id
    membershipStates string[]
    List of membership_state
    names string[]
    List of name
    networkTypes string[]
    List of network_type
    peerSystemIds string[]
    List of peersystemid
    perfProfiles string[]
    List of perf_profile
    ports number[]
    List of port
    softwareVersionInfos string[]
    List of softwareversioninfo
    systemIds string[]
    List of system_id
    coupling_rcs Sequence[str]
    List of coupling_rc
    ids Sequence[str]
    List of id
    membership_states Sequence[str]
    List of membership_state
    names Sequence[str]
    List of name
    network_types Sequence[str]
    List of network_type
    peer_system_ids Sequence[str]
    List of peersystemid
    perf_profiles Sequence[str]
    List of perf_profile
    ports Sequence[float]
    List of port
    software_version_infos Sequence[str]
    List of softwareversioninfo
    system_ids Sequence[str]
    List of system_id
    couplingRcs List<String>
    List of coupling_rc
    ids List<String>
    List of id
    membershipStates List<String>
    List of membership_state
    names List<String>
    List of name
    networkTypes List<String>
    List of network_type
    peerSystemIds List<String>
    List of peersystemid
    perfProfiles List<String>
    List of perf_profile
    ports List<Number>
    List of port
    softwareVersionInfos List<String>
    List of softwareversioninfo
    systemIds List<String>
    List of system_id

    GetPeerSystemPeerSystemDetail

    CouplingRc string
    Coupling return code number of the peer mdm system.
    Id string
    Unique identifier of the peer mdm instance.
    IpLists List<GetPeerSystemPeerSystemDetailIpList>
    List of ips for the peer mdm system.
    MembershipState string
    membership state of the peer mdm instance.
    Name string
    Name of the peer mdm instance.
    NetworkType string
    Network type of the peer mdm system.
    PeerSystemId string
    Unique identifier of the peer mdm system.
    PerfProfile string
    Performance profile of the peer mdm instance.
    Port double
    Port of the peer mdm instance.
    SoftwareVersionInfo string
    Software version details of the peer mdm instance.
    SystemId string
    Unique identifier of the peer mdm system.
    CouplingRc string
    Coupling return code number of the peer mdm system.
    Id string
    Unique identifier of the peer mdm instance.
    IpLists []GetPeerSystemPeerSystemDetailIpList
    List of ips for the peer mdm system.
    MembershipState string
    membership state of the peer mdm instance.
    Name string
    Name of the peer mdm instance.
    NetworkType string
    Network type of the peer mdm system.
    PeerSystemId string
    Unique identifier of the peer mdm system.
    PerfProfile string
    Performance profile of the peer mdm instance.
    Port float64
    Port of the peer mdm instance.
    SoftwareVersionInfo string
    Software version details of the peer mdm instance.
    SystemId string
    Unique identifier of the peer mdm system.
    couplingRc String
    Coupling return code number of the peer mdm system.
    id String
    Unique identifier of the peer mdm instance.
    ipLists List<GetPeerSystemPeerSystemDetailIpList>
    List of ips for the peer mdm system.
    membershipState String
    membership state of the peer mdm instance.
    name String
    Name of the peer mdm instance.
    networkType String
    Network type of the peer mdm system.
    peerSystemId String
    Unique identifier of the peer mdm system.
    perfProfile String
    Performance profile of the peer mdm instance.
    port Double
    Port of the peer mdm instance.
    softwareVersionInfo String
    Software version details of the peer mdm instance.
    systemId String
    Unique identifier of the peer mdm system.
    couplingRc string
    Coupling return code number of the peer mdm system.
    id string
    Unique identifier of the peer mdm instance.
    ipLists GetPeerSystemPeerSystemDetailIpList[]
    List of ips for the peer mdm system.
    membershipState string
    membership state of the peer mdm instance.
    name string
    Name of the peer mdm instance.
    networkType string
    Network type of the peer mdm system.
    peerSystemId string
    Unique identifier of the peer mdm system.
    perfProfile string
    Performance profile of the peer mdm instance.
    port number
    Port of the peer mdm instance.
    softwareVersionInfo string
    Software version details of the peer mdm instance.
    systemId string
    Unique identifier of the peer mdm system.
    coupling_rc str
    Coupling return code number of the peer mdm system.
    id str
    Unique identifier of the peer mdm instance.
    ip_lists Sequence[GetPeerSystemPeerSystemDetailIpList]
    List of ips for the peer mdm system.
    membership_state str
    membership state of the peer mdm instance.
    name str
    Name of the peer mdm instance.
    network_type str
    Network type of the peer mdm system.
    peer_system_id str
    Unique identifier of the peer mdm system.
    perf_profile str
    Performance profile of the peer mdm instance.
    port float
    Port of the peer mdm instance.
    software_version_info str
    Software version details of the peer mdm instance.
    system_id str
    Unique identifier of the peer mdm system.
    couplingRc String
    Coupling return code number of the peer mdm system.
    id String
    Unique identifier of the peer mdm instance.
    ipLists List<Property Map>
    List of ips for the peer mdm system.
    membershipState String
    membership state of the peer mdm instance.
    name String
    Name of the peer mdm instance.
    networkType String
    Network type of the peer mdm system.
    peerSystemId String
    Unique identifier of the peer mdm system.
    perfProfile String
    Performance profile of the peer mdm instance.
    port Number
    Port of the peer mdm instance.
    softwareVersionInfo String
    Software version details of the peer mdm instance.
    systemId String
    Unique identifier of the peer mdm system.

    GetPeerSystemPeerSystemDetailIpList

    Ip string
    Specifies the ip.
    Ip string
    Specifies the ip.
    ip String
    Specifies the ip.
    ip string
    Specifies the ip.
    ip str
    Specifies the ip.
    ip String
    Specifies the ip.

    Package Details

    Repository
    powerflex dell/terraform-provider-powerflex
    License
    Notes
    This Pulumi package is based on the powerflex Terraform Provider.
    powerflex logo
    powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell