aci

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Overview

The Pulumi ACI provider provides resources to interact with a Cisco ACI fabric.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	pulumi.ProviderResourceState

	// Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable.
	Password pulumi.StringOutput `pulumi:"password"`
	// URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable.
	Url pulumi.StringOutput `pulumi:"url"`
	// Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable.
	Username pulumi.StringOutput `pulumi:"username"`
}

func NewProvider

func NewProvider(ctx *pulumi.Context,
	name string, args *ProviderArgs, opts ...pulumi.ResourceOption) (*Provider, error)

NewProvider registers a new resource with the given unique name, arguments, and options.

func (*Provider) ElementType

func (*Provider) ElementType() reflect.Type

func (*Provider) ToProviderOutput

func (i *Provider) ToProviderOutput() ProviderOutput

func (*Provider) ToProviderOutputWithContext

func (i *Provider) ToProviderOutputWithContext(ctx context.Context) ProviderOutput

type ProviderArgs

type ProviderArgs struct {
	// Allow insecure HTTPS client. This can also be set as the ACI_INSECURE environment variable. Defaults to true.
	Insecure pulumi.BoolPtrInput
	// Enable debug logging. This can also be set as the ACI_LOGGING environment variable. Defaults to false.
	Logging pulumi.BoolPtrInput
	// Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable.
	Password pulumi.StringInput
	// Number of retries for REST API calls. This can also be set as the ACI_RETRIES environment variable. Defaults to 3.
	Retries pulumi.IntPtrInput
	// URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable.
	Url pulumi.StringInput
	// Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable.
	Username pulumi.StringInput
}

The set of arguments for constructing a Provider resource.

func (ProviderArgs) ElementType

func (ProviderArgs) ElementType() reflect.Type

type ProviderInput

type ProviderInput interface {
	pulumi.Input

	ToProviderOutput() ProviderOutput
	ToProviderOutputWithContext(ctx context.Context) ProviderOutput
}

type ProviderOutput

type ProviderOutput struct{ *pulumi.OutputState }

func (ProviderOutput) ElementType

func (ProviderOutput) ElementType() reflect.Type

func (ProviderOutput) Password

func (o ProviderOutput) Password() pulumi.StringOutput

Password for the APIC Account. This can also be set as the ACI_PASSWORD environment variable.

func (ProviderOutput) ToProviderOutput

func (o ProviderOutput) ToProviderOutput() ProviderOutput

func (ProviderOutput) ToProviderOutputWithContext

func (o ProviderOutput) ToProviderOutputWithContext(ctx context.Context) ProviderOutput

func (ProviderOutput) Url

URL of the Cisco APIC web interface. This can also be set as the ACI_URL environment variable.

func (ProviderOutput) Username

func (o ProviderOutput) Username() pulumi.StringOutput

Username for the APIC Account. This can also be set as the ACI_USERNAME environment variable.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL