Interface StorageTransferJobTransferSpecAzureBlobStorageDataSource

    • Method Detail

      • getAzureCredentials

        @Stability(Stable)
        @NotNull
        StorageTransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials getAzureCredentials()
        azure_credentials block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#azure_credentials StorageTransferJob#azure_credentials}

      • getContainer

        @Stability(Stable)
        @NotNull
        String getContainer()
        The container to transfer from the Azure Storage account.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#container StorageTransferJob#container}

      • getStorageAccount

        @Stability(Stable)
        @NotNull
        String getStorageAccount()
        The name of the Azure Storage account.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#storage_account StorageTransferJob#storage_account}

      • getPath

        @Stability(Stable)
        @Nullable
        default String getPath()
        Root path to transfer objects.

        Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#path StorageTransferJob#path}