1. Packages
  2. DigitalOcean Provider
  3. API Docs
  4. getPartnerAttachment
DigitalOcean v4.43.0 published on Wednesday, Apr 30, 2025 by Pulumi

digitalocean.getPartnerAttachment

Explore with Pulumi AI

digitalocean logo
DigitalOcean v4.43.0 published on Wednesday, Apr 30, 2025 by Pulumi

    Using getPartnerAttachment

    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 getPartnerAttachment(args: GetPartnerAttachmentArgs, opts?: InvokeOptions): Promise<GetPartnerAttachmentResult>
    function getPartnerAttachmentOutput(args: GetPartnerAttachmentOutputArgs, opts?: InvokeOptions): Output<GetPartnerAttachmentResult>
    def get_partner_attachment(bgp: Optional[GetPartnerAttachmentBgp] = None,
                               id: Optional[str] = None,
                               name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetPartnerAttachmentResult
    def get_partner_attachment_output(bgp: Optional[pulumi.Input[GetPartnerAttachmentBgpArgs]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetPartnerAttachmentResult]
    func LookupPartnerAttachment(ctx *Context, args *LookupPartnerAttachmentArgs, opts ...InvokeOption) (*LookupPartnerAttachmentResult, error)
    func LookupPartnerAttachmentOutput(ctx *Context, args *LookupPartnerAttachmentOutputArgs, opts ...InvokeOption) LookupPartnerAttachmentResultOutput

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

    public static class GetPartnerAttachment 
    {
        public static Task<GetPartnerAttachmentResult> InvokeAsync(GetPartnerAttachmentArgs args, InvokeOptions? opts = null)
        public static Output<GetPartnerAttachmentResult> Invoke(GetPartnerAttachmentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPartnerAttachmentResult> getPartnerAttachment(GetPartnerAttachmentArgs args, InvokeOptions options)
    public static Output<GetPartnerAttachmentResult> getPartnerAttachment(GetPartnerAttachmentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: digitalocean:index/getPartnerAttachment:getPartnerAttachment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    bgp Property Map
    id String
    name String

    getPartnerAttachment Result

    The following output properties are available:

    connectionBandwidthInMbps Integer
    createdAt String
    id String
    naasProvider String
    name String
    region String
    state String
    vpcIds List<String>
    bgp GetPartnerAttachmentBgp
    connectionBandwidthInMbps Number
    createdAt String
    id String
    naasProvider String
    name String
    region String
    state String
    vpcIds List<String>
    bgp Property Map

    Supporting Types

    GetPartnerAttachmentBgp

    Package Details

    Repository
    DigitalOcean pulumi/pulumi-digitalocean
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the digitalocean Terraform Provider.
    digitalocean logo
    DigitalOcean v4.43.0 published on Wednesday, Apr 30, 2025 by Pulumi