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

powerflex.getSdc

Explore with Pulumi AI

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

    Using getSdc

    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 getSdc(args: GetSdcArgs, opts?: InvokeOptions): Promise<GetSdcResult>
    function getSdcOutput(args: GetSdcOutputArgs, opts?: InvokeOptions): Output<GetSdcResult>
    def get_sdc(filter: Optional[GetSdcFilter] = None,
                opts: Optional[InvokeOptions] = None) -> GetSdcResult
    def get_sdc_output(filter: Optional[pulumi.Input[GetSdcFilterArgs]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetSdcResult]
    func GetSdc(ctx *Context, args *GetSdcArgs, opts ...InvokeOption) (*GetSdcResult, error)
    func GetSdcOutput(ctx *Context, args *GetSdcOutputArgs, opts ...InvokeOption) GetSdcResultOutput

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

    public static class GetSdc 
    {
        public static Task<GetSdcResult> InvokeAsync(GetSdcArgs args, InvokeOptions? opts = null)
        public static Output<GetSdcResult> Invoke(GetSdcInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSdcResult> getSdc(GetSdcArgs args, InvokeOptions options)
    public static Output<GetSdcResult> getSdc(GetSdcArgs args, InvokeOptions options)
    
    fn::invoke:
      function: powerflex:index/getSdc:getSdc
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getSdc Result

    The following output properties are available:

    Id string
    ID placeholder for sdc datasource
    Sdcs List<GetSdcSdc>
    List of fetched SDCs.
    Filter GetSdcFilter
    Id string
    ID placeholder for sdc datasource
    Sdcs []GetSdcSdc
    List of fetched SDCs.
    Filter GetSdcFilter
    id String
    ID placeholder for sdc datasource
    sdcs List<GetSdcSdc>
    List of fetched SDCs.
    filter GetSdcFilter
    id string
    ID placeholder for sdc datasource
    sdcs GetSdcSdc[]
    List of fetched SDCs.
    filter GetSdcFilter
    id str
    ID placeholder for sdc datasource
    sdcs Sequence[GetSdcSdc]
    List of fetched SDCs.
    filter GetSdcFilter
    id String
    ID placeholder for sdc datasource
    sdcs List<Property Map>
    List of fetched SDCs.
    filter Property Map

    Supporting Types

    GetSdcFilter

    Ids List<string>
    List of id
    MdmConnectionStates List<string>
    List of mdmconnectionstate
    Names List<string>
    List of name
    OnVmware bool
    Value for on_vmware
    SdcApproved bool
    Value for sdc_approved
    SdcGuids List<string>
    List of sdc_guid
    SdcIps List<string>
    List of sdc_ip
    SystemIds List<string>
    List of system_id
    Ids []string
    List of id
    MdmConnectionStates []string
    List of mdmconnectionstate
    Names []string
    List of name
    OnVmware bool
    Value for on_vmware
    SdcApproved bool
    Value for sdc_approved
    SdcGuids []string
    List of sdc_guid
    SdcIps []string
    List of sdc_ip
    SystemIds []string
    List of system_id
    ids List<String>
    List of id
    mdmConnectionStates List<String>
    List of mdmconnectionstate
    names List<String>
    List of name
    onVmware Boolean
    Value for on_vmware
    sdcApproved Boolean
    Value for sdc_approved
    sdcGuids List<String>
    List of sdc_guid
    sdcIps List<String>
    List of sdc_ip
    systemIds List<String>
    List of system_id
    ids string[]
    List of id
    mdmConnectionStates string[]
    List of mdmconnectionstate
    names string[]
    List of name
    onVmware boolean
    Value for on_vmware
    sdcApproved boolean
    Value for sdc_approved
    sdcGuids string[]
    List of sdc_guid
    sdcIps string[]
    List of sdc_ip
    systemIds string[]
    List of system_id
    ids Sequence[str]
    List of id
    mdm_connection_states Sequence[str]
    List of mdmconnectionstate
    names Sequence[str]
    List of name
    on_vmware bool
    Value for on_vmware
    sdc_approved bool
    Value for sdc_approved
    sdc_guids Sequence[str]
    List of sdc_guid
    sdc_ips Sequence[str]
    List of sdc_ip
    system_ids Sequence[str]
    List of system_id
    ids List<String>
    List of id
    mdmConnectionStates List<String>
    List of mdmconnectionstate
    names List<String>
    List of name
    onVmware Boolean
    Value for on_vmware
    sdcApproved Boolean
    Value for sdc_approved
    sdcGuids List<String>
    List of sdc_guid
    sdcIps List<String>
    List of sdc_ip
    systemIds List<String>
    List of system_id

    GetSdcSdc

    Id string
    The ID of the fetched SDC.
    Links List<GetSdcSdcLink>
    The Links of the fetched SDC.
    MdmConnectionState string
    The MDM connection status of the fetched SDC.
    Name string
    The name of the fetched SDC.
    OnVmware bool
    If the fetched SDC is on vmware.
    SdcApproved bool
    If the fetched SDC is approved.
    SdcGuid string
    The GUID of the fetched SDC.
    SdcIp string
    The IP of the fetched SDC.
    SystemId string
    The System ID of the fetched SDC.
    Id string
    The ID of the fetched SDC.
    Links []GetSdcSdcLink
    The Links of the fetched SDC.
    MdmConnectionState string
    The MDM connection status of the fetched SDC.
    Name string
    The name of the fetched SDC.
    OnVmware bool
    If the fetched SDC is on vmware.
    SdcApproved bool
    If the fetched SDC is approved.
    SdcGuid string
    The GUID of the fetched SDC.
    SdcIp string
    The IP of the fetched SDC.
    SystemId string
    The System ID of the fetched SDC.
    id String
    The ID of the fetched SDC.
    links List<GetSdcSdcLink>
    The Links of the fetched SDC.
    mdmConnectionState String
    The MDM connection status of the fetched SDC.
    name String
    The name of the fetched SDC.
    onVmware Boolean
    If the fetched SDC is on vmware.
    sdcApproved Boolean
    If the fetched SDC is approved.
    sdcGuid String
    The GUID of the fetched SDC.
    sdcIp String
    The IP of the fetched SDC.
    systemId String
    The System ID of the fetched SDC.
    id string
    The ID of the fetched SDC.
    links GetSdcSdcLink[]
    The Links of the fetched SDC.
    mdmConnectionState string
    The MDM connection status of the fetched SDC.
    name string
    The name of the fetched SDC.
    onVmware boolean
    If the fetched SDC is on vmware.
    sdcApproved boolean
    If the fetched SDC is approved.
    sdcGuid string
    The GUID of the fetched SDC.
    sdcIp string
    The IP of the fetched SDC.
    systemId string
    The System ID of the fetched SDC.
    id str
    The ID of the fetched SDC.
    links Sequence[GetSdcSdcLink]
    The Links of the fetched SDC.
    mdm_connection_state str
    The MDM connection status of the fetched SDC.
    name str
    The name of the fetched SDC.
    on_vmware bool
    If the fetched SDC is on vmware.
    sdc_approved bool
    If the fetched SDC is approved.
    sdc_guid str
    The GUID of the fetched SDC.
    sdc_ip str
    The IP of the fetched SDC.
    system_id str
    The System ID of the fetched SDC.
    id String
    The ID of the fetched SDC.
    links List<Property Map>
    The Links of the fetched SDC.
    mdmConnectionState String
    The MDM connection status of the fetched SDC.
    name String
    The name of the fetched SDC.
    onVmware Boolean
    If the fetched SDC is on vmware.
    sdcApproved Boolean
    If the fetched SDC is approved.
    sdcGuid String
    The GUID of the fetched SDC.
    sdcIp String
    The IP of the fetched SDC.
    systemId String
    The System ID of the fetched SDC.
    Href string
    The Links-HREF of the fetched SDC.
    Rel string
    The Links-Rel of the fetched SDC.
    Href string
    The Links-HREF of the fetched SDC.
    Rel string
    The Links-Rel of the fetched SDC.
    href String
    The Links-HREF of the fetched SDC.
    rel String
    The Links-Rel of the fetched SDC.
    href string
    The Links-HREF of the fetched SDC.
    rel string
    The Links-Rel of the fetched SDC.
    href str
    The Links-HREF of the fetched SDC.
    rel str
    The Links-Rel of the fetched SDC.
    href String
    The Links-HREF of the fetched SDC.
    rel String
    The Links-Rel of the fetched SDC.

    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