1. Packages
  2. Avi Provider
  3. API Docs
  4. getBackupconfiguration
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",
});
Copy
import pulumi
import pulumi_avi as avi

foo_backupconfiguration = avi.get_backupconfiguration(name="foo",
    uuid="backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  fooBackupconfiguration:
    fn::invoke:
      function: avi:getBackupconfiguration
      arguments:
        name: foo
        uuid: backupconfiguration-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Copy

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>
Copy
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]
Copy
func LookupBackupconfiguration(ctx *Context, args *LookupBackupconfigurationArgs, opts ...InvokeOption) (*LookupBackupconfigurationResult, error)
func LookupBackupconfigurationOutput(ctx *Context, args *LookupBackupconfigurationOutputArgs, opts ...InvokeOption) LookupBackupconfigurationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBackupconfigurationResult> getBackupconfiguration(GetBackupconfigurationArgs args, InvokeOptions options)
public static Output<GetBackupconfigurationResult> getBackupconfiguration(GetBackupconfigurationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: avi:index/getBackupconfiguration:getBackupconfiguration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Name string
Search BackupConfiguration by name.
TenantRef string
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Search BackupConfiguration by uuid.
Id string
Name string
Search BackupConfiguration by name.
TenantRef string
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Search BackupConfiguration by uuid.
id String
name String
Search BackupConfiguration by name.
tenantRef String
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Search BackupConfiguration by uuid.
id string
name string
Search BackupConfiguration by name.
tenantRef string
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid string
Search BackupConfiguration by uuid.
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.
id String
name String
Search BackupConfiguration by name.
tenantRef String
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Search BackupConfiguration by uuid.

getBackupconfiguration Result

The following output properties are available:

AwsAccessKey string
Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
AwsBucketId string
Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
AwsBucketRegion string
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.
AwsSecretAccess string
Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
BackupFilePrefix string
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.
BackupPassphrase 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.
BundleMode 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.
ConfigpbAttributes List<GetBackupconfigurationConfigpbAttribute>
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
MaximumBackupsStored string
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.
RemoteDirectory string
Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
RemoteFileTransferProtocol string
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.
RemoteHostname string
Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
S3BucketFolder 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.
SaveLocal string
Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SshUserRef string
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.
TenantRef string
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UploadToRemoteHost string
Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UploadToS3 string
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.
AwsAccessKey string
Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
AwsBucketId string
Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
AwsBucketRegion string
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.
AwsSecretAccess string
Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
BackupFilePrefix string
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.
BackupPassphrase 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.
BundleMode 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.
ConfigpbAttributes []GetBackupconfigurationConfigpbAttribute
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
MaximumBackupsStored string
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.
RemoteDirectory string
Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
RemoteFileTransferProtocol string
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.
RemoteHostname string
Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
S3BucketFolder 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.
SaveLocal string
Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SshUserRef string
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.
TenantRef string
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UploadToRemoteHost string
Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UploadToS3 string
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.
awsAccessKey String
Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
awsBucketId String
Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
awsBucketRegion String
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.
awsSecretAccess String
Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
backupFilePrefix String
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.
backupPassphrase 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.
bundleMode 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.
configpbAttributes List<GetBackupconfigurationConfigpbAttribute>
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
maximumBackupsStored String
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.
remoteDirectory String
Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
remoteFileTransferProtocol String
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.
remoteHostname String
Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
s3BucketFolder 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.
saveLocal String
Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sshUserRef String
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.
tenantRef String
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uploadToRemoteHost String
Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uploadToS3 String
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.
awsAccessKey string
Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
awsBucketId string
Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
awsBucketRegion string
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.
awsSecretAccess string
Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
backupFilePrefix string
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.
backupPassphrase 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.
bundleMode 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.
configpbAttributes GetBackupconfigurationConfigpbAttribute[]
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
maximumBackupsStored string
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.
remoteDirectory string
Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
remoteFileTransferProtocol string
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.
remoteHostname string
Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
s3BucketFolder 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.
saveLocal string
Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sshUserRef string
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.
tenantRef string
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uploadToRemoteHost string
Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uploadToS3 string
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_key str
Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
aws_bucket_id str
Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
aws_bucket_region str
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_access str
Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
backup_file_prefix str
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[GetBackupconfigurationConfigpbAttribute]
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_stored str
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_transfer_protocol str
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_folder str
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_ref str
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_remote_host str
Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
upload_to_s3 str
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.
awsAccessKey String
Aws access key id. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
awsBucketId String
Aws bucket. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
awsBucketRegion String
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.
awsSecretAccess String
Aws secret access key. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
backupFilePrefix String
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.
backupPassphrase 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.
bundleMode 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.
configpbAttributes 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
maximumBackupsStored String
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.
remoteDirectory String
Directory at remote destination with write permission for ssh user. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
remoteFileTransferProtocol String
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.
remoteHostname String
Remote destination. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
s3BucketFolder 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.
saveLocal String
Local backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sshUserRef String
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.
tenantRef String
It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uploadToRemoteHost String
Remote backup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uploadToS3 String
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 This property is required. string
Version This property is required. string
version This property is required. String
version This property is required. string
version This property is required. str
version This property is required. String

Package Details

Repository
avi vmware/terraform-provider-avi
License
Notes
This Pulumi package is based on the avi Terraform Provider.