avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getBackupconfiguration
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Backupconfiguration” sidebar_current: “docs-avi-datasource-backupconfiguration” description: |- Get information of Avi BackupConfiguration.
avi.Backupconfiguration
This data source is used to to get avi.Backupconfiguration objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooBackupconfiguration = avi.getBackupconfiguration({
name: "foo",
uuid: "backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_backupconfiguration = avi.get_backupconfiguration(name="foo",
uuid="backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupBackupconfiguration(ctx, &avi.LookupBackupconfigurationArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooBackupconfiguration = Avi.GetBackupconfiguration.Invoke(new()
{
Name = "foo",
Uuid = "backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetBackupconfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooBackupconfiguration = AviFunctions.getBackupconfiguration(GetBackupconfigurationArgs.builder()
.name("foo")
.uuid("backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooBackupconfiguration:
fn::invoke:
function: avi:getBackupconfiguration
arguments:
name: foo
uuid: backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getBackupconfiguration
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 getBackupconfiguration(args: GetBackupconfigurationArgs, opts?: InvokeOptions): Promise<GetBackupconfigurationResult>
function getBackupconfigurationOutput(args: GetBackupconfigurationOutputArgs, opts?: InvokeOptions): Output<GetBackupconfigurationResult>
def get_backupconfiguration(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupconfigurationResult
def get_backupconfiguration_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupconfigurationResult]
func LookupBackupconfiguration(ctx *Context, args *LookupBackupconfigurationArgs, opts ...InvokeOption) (*LookupBackupconfigurationResult, error)
func LookupBackupconfigurationOutput(ctx *Context, args *LookupBackupconfigurationOutputArgs, opts ...InvokeOption) LookupBackupconfigurationResultOutput
> Note: This function is named LookupBackupconfiguration
in the Go SDK.
public static class GetBackupconfiguration
{
public static Task<GetBackupconfigurationResult> InvokeAsync(GetBackupconfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetBackupconfigurationResult> Invoke(GetBackupconfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupconfigurationResult> getBackupconfiguration(GetBackupconfigurationArgs args, InvokeOptions options)
public static Output<GetBackupconfigurationResult> getBackupconfiguration(GetBackupconfigurationArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getBackupconfiguration:getBackupconfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search BackupConfiguration by name.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search BackupConfiguration by uuid.
getBackupconfiguration Result
The following output properties are available:
- Aws
Access stringKey - Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Aws
Bucket stringId - Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Aws
Bucket stringRegion - The name of the aws region associated with the bucket. Field introduced in 21.1.5, 22.1.1, 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Aws
Secret stringAccess - Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Backup
File stringPrefix - Prefix of the exported configuration file. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Backup
Passphrase string - Default passphrase to encrypt sensitive fields for configuration export and periodic backup. The same passphrase must be provided to import the configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Bundle
Mode string - By default, json backups are generated. When this flag is enabled, bundle backups will be generated. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetBackupconfiguration Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Maximum
Backups stringStored - Rotate the backup files based on this count. Allowed values are 1-20. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of backup configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Remote
Directory string - Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Remote
File stringTransfer Protocol - Remote file transfer protocol type. Enum options - SCP, SFTP. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in basic (allowed values- scp,sftp) edition.
- Remote
Hostname string - Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- S3Bucket
Folder string - The folder name in s3 bucket where backup will be stored. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Save
Local string - Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ssh
User stringRef - Access credentials for remote destination. It is a reference to an object of type cloudconnectoruser. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upload
To stringRemote Host - Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upload
To stringS3 - Cloud backup. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Aws
Access stringKey - Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Aws
Bucket stringId - Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Aws
Bucket stringRegion - The name of the aws region associated with the bucket. Field introduced in 21.1.5, 22.1.1, 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Aws
Secret stringAccess - Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Backup
File stringPrefix - Prefix of the exported configuration file. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Backup
Passphrase string - Default passphrase to encrypt sensitive fields for configuration export and periodic backup. The same passphrase must be provided to import the configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Bundle
Mode string - By default, json backups are generated. When this flag is enabled, bundle backups will be generated. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetBackupconfiguration Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Maximum
Backups stringStored - Rotate the backup files based on this count. Allowed values are 1-20. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of backup configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Remote
Directory string - Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Remote
File stringTransfer Protocol - Remote file transfer protocol type. Enum options - SCP, SFTP. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in basic (allowed values- scp,sftp) edition.
- Remote
Hostname string - Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- S3Bucket
Folder string - The folder name in s3 bucket where backup will be stored. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Save
Local string - Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ssh
User stringRef - Access credentials for remote destination. It is a reference to an object of type cloudconnectoruser. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upload
To stringRemote Host - Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upload
To stringS3 - Cloud backup. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- aws
Access StringKey - Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Bucket StringId - Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Bucket StringRegion - The name of the aws region associated with the bucket. Field introduced in 21.1.5, 22.1.1, 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Secret StringAccess - Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- backup
File StringPrefix - Prefix of the exported configuration file. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- backup
Passphrase String - Default passphrase to encrypt sensitive fields for configuration export and periodic backup. The same passphrase must be provided to import the configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- bundle
Mode String - By default, json backups are generated. When this flag is enabled, bundle backups will be generated. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetBackupconfiguration Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- maximum
Backups StringStored - Rotate the backup files based on this count. Allowed values are 1-20. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of backup configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote
Directory String - Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote
File StringTransfer Protocol - Remote file transfer protocol type. Enum options - SCP, SFTP. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in basic (allowed values- scp,sftp) edition.
- remote
Hostname String - Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- s3Bucket
Folder String - The folder name in s3 bucket where backup will be stored. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- save
Local String - Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ssh
User StringRef - Access credentials for remote destination. It is a reference to an object of type cloudconnectoruser. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload
To StringRemote Host - Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload
To StringS3 - Cloud backup. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- aws
Access stringKey - Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Bucket stringId - Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Bucket stringRegion - The name of the aws region associated with the bucket. Field introduced in 21.1.5, 22.1.1, 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Secret stringAccess - Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- backup
File stringPrefix - Prefix of the exported configuration file. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- backup
Passphrase string - Default passphrase to encrypt sensitive fields for configuration export and periodic backup. The same passphrase must be provided to import the configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- bundle
Mode string - By default, json backups are generated. When this flag is enabled, bundle backups will be generated. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetBackupconfiguration Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- maximum
Backups stringStored - Rotate the backup files based on this count. Allowed values are 1-20. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Name of backup configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote
Directory string - Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote
File stringTransfer Protocol - Remote file transfer protocol type. Enum options - SCP, SFTP. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in basic (allowed values- scp,sftp) edition.
- remote
Hostname string - Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- s3Bucket
Folder string - The folder name in s3 bucket where backup will be stored. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- save
Local string - Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ssh
User stringRef - Access credentials for remote destination. It is a reference to an object of type cloudconnectoruser. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload
To stringRemote Host - Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload
To stringS3 - Cloud backup. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- aws_
access_ strkey - Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws_
bucket_ strid - Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws_
bucket_ strregion - The name of the aws region associated with the bucket. Field introduced in 21.1.5, 22.1.1, 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws_
secret_ straccess - Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- backup_
file_ strprefix - Prefix of the exported configuration file. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- backup_
passphrase str - Default passphrase to encrypt sensitive fields for configuration export and periodic backup. The same passphrase must be provided to import the configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- bundle_
mode str - By default, json backups are generated. When this flag is enabled, bundle backups will be generated. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetBackupconfiguration Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- maximum_
backups_ strstored - Rotate the backup files based on this count. Allowed values are 1-20. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Name of backup configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote_
directory str - Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote_
file_ strtransfer_ protocol - Remote file transfer protocol type. Enum options - SCP, SFTP. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in basic (allowed values- scp,sftp) edition.
- remote_
hostname str - Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- s3_
bucket_ strfolder - The folder name in s3 bucket where backup will be stored. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- save_
local str - Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ssh_
user_ strref - Access credentials for remote destination. It is a reference to an object of type cloudconnectoruser. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload_
to_ strremote_ host - Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload_
to_ strs3 - Cloud backup. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- aws
Access StringKey - Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Bucket StringId - Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Bucket StringRegion - The name of the aws region associated with the bucket. Field introduced in 21.1.5, 22.1.1, 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- aws
Secret StringAccess - Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- backup
File StringPrefix - Prefix of the exported configuration file. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- backup
Passphrase String - Default passphrase to encrypt sensitive fields for configuration export and periodic backup. The same passphrase must be provided to import the configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- bundle
Mode String - By default, json backups are generated. When this flag is enabled, bundle backups will be generated. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- maximum
Backups StringStored - Rotate the backup files based on this count. Allowed values are 1-20. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of backup configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote
Directory String - Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- remote
File StringTransfer Protocol - Remote file transfer protocol type. Enum options - SCP, SFTP. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in basic (allowed values- scp,sftp) edition.
- remote
Hostname String - Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- s3Bucket
Folder String - The folder name in s3 bucket where backup will be stored. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- save
Local String - Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ssh
User StringRef - Access credentials for remote destination. It is a reference to an object of type cloudconnectoruser. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload
To StringRemote Host - Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upload
To StringS3 - Cloud backup. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetBackupconfigurationConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.