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

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 This property is required. string
The unique name of the resource.
args This property is required. ProviderArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ProviderArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ProviderArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Provider resource accepts the following input properties:

Password This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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