1. Packages
  2. ACI
  3. API Docs
  4. Provider
ACI v0.0.6 published on Thursday, Aug 31, 2023 by Cisco

aci.Provider

Explore with Pulumi AI

aci logo
ACI v0.0.6 published on Thursday, Aug 31, 2023 by Cisco

    Create Provider Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Provider(name: string, args: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: ProviderArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 insecure: Optional[bool] = None,
                 logging: Optional[bool] = None,
                 password: Optional[str] = None,
                 retries: Optional[int] = None,
                 url: Optional[str] = None,
                 username: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs args, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:aci
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Provider resource accepts the following input properties:

    Password string
    Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable. It can also be sourced from the following environment variable: ACI_PASSWORD
    Url string
    URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable. It can also be sourced from the following environment variable: ACI_URL
    Username string
    Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable. It can also be sourced from the following environment variable: ACI_USERNAME
    Insecure bool
    Allow insecure HTTPS client. This can also be set as the ACI_INSECURE environment variable. Defaults to true.
    Logging bool
    Enable debug logging. This can also be set as the ACI_LOGGING environment variable. Defaults to false.
    Retries int
    Number of retries for REST API calls. This can also be set as the ACI_RETRIES environment variable. Defaults to 3.
    Password string
    Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable. It can also be sourced from the following environment variable: ACI_PASSWORD
    Url string
    URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable. It can also be sourced from the following environment variable: ACI_URL
    Username string
    Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable. It can also be sourced from the following environment variable: ACI_USERNAME
    Insecure bool
    Allow insecure HTTPS client. This can also be set as the ACI_INSECURE environment variable. Defaults to true.
    Logging bool
    Enable debug logging. This can also be set as the ACI_LOGGING environment variable. Defaults to false.
    Retries int
    Number of retries for REST API calls. This can also be set as the ACI_RETRIES environment variable. Defaults to 3.
    password String
    Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable. It can also be sourced from the following environment variable: ACI_PASSWORD
    url String
    URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable. It can also be sourced from the following environment variable: ACI_URL
    username String
    Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable. It can also be sourced from the following environment variable: ACI_USERNAME
    insecure Boolean
    Allow insecure HTTPS client. This can also be set as the ACI_INSECURE environment variable. Defaults to true.
    logging Boolean
    Enable debug logging. This can also be set as the ACI_LOGGING environment variable. Defaults to false.
    retries Integer
    Number of retries for REST API calls. This can also be set as the ACI_RETRIES environment variable. Defaults to 3.
    password string
    Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable. It can also be sourced from the following environment variable: ACI_PASSWORD
    url string
    URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable. It can also be sourced from the following environment variable: ACI_URL
    username string
    Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable. It can also be sourced from the following environment variable: ACI_USERNAME
    insecure boolean
    Allow insecure HTTPS client. This can also be set as the ACI_INSECURE environment variable. Defaults to true.
    logging boolean
    Enable debug logging. This can also be set as the ACI_LOGGING environment variable. Defaults to false.
    retries number
    Number of retries for REST API calls. This can also be set as the ACI_RETRIES environment variable. Defaults to 3.
    password str
    Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable. It can also be sourced from the following environment variable: ACI_PASSWORD
    url str
    URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable. It can also be sourced from the following environment variable: ACI_URL
    username str
    Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable. It can also be sourced from the following environment variable: ACI_USERNAME
    insecure bool
    Allow insecure HTTPS client. This can also be set as the ACI_INSECURE environment variable. Defaults to true.
    logging bool
    Enable debug logging. This can also be set as the ACI_LOGGING environment variable. Defaults to false.
    retries int
    Number of retries for REST API calls. This can also be set as the ACI_RETRIES environment variable. Defaults to 3.
    password String
    Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable. It can also be sourced from the following environment variable: ACI_PASSWORD
    url String
    URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable. It can also be sourced from the following environment variable: ACI_URL
    username String
    Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable. It can also be sourced from the following environment variable: ACI_USERNAME
    insecure Boolean
    Allow insecure HTTPS client. This can also be set as the ACI_INSECURE environment variable. Defaults to true.
    logging Boolean
    Enable debug logging. This can also be set as the ACI_LOGGING environment variable. Defaults to false.
    retries Number
    Number of retries for REST API calls. This can also be set as the ACI_RETRIES environment variable. Defaults to 3.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    aci netascode/pulumi-aci
    License
    MPL-2.0
    aci logo
    ACI v0.0.6 published on Thursday, Aug 31, 2023 by Cisco