1. Packages
  2. Avi Provider
  3. API Docs
  4. Testsedatastorelevel3
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.Testsedatastorelevel3

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “Avi: avi.Testsedatastorelevel3” sidebar_current: “docs-avi-resource-testsedatastorelevel3” description: |- Creates and manages Avi TestSeDatastoreLevel3.

    avi.Testsedatastorelevel3

    The TestSeDatastoreLevel3 resource allows the creation and management of Avi TestSeDatastoreLevel3

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const foo = new avi.Testsedatastorelevel3("foo", {tenantRef: "/api/tenant/?name=admin"});
    
    import pulumi
    import pulumi_avi as avi
    
    foo = avi.Testsedatastorelevel3("foo", tenant_ref="/api/tenant/?name=admin")
    
    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.NewTestsedatastorelevel3(ctx, "foo", &avi.Testsedatastorelevel3Args{
    			TenantRef: pulumi.String("/api/tenant/?name=admin"),
    		})
    		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 foo = new Avi.Testsedatastorelevel3("foo", new()
        {
            TenantRef = "/api/tenant/?name=admin",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.Testsedatastorelevel3;
    import com.pulumi.avi.Testsedatastorelevel3Args;
    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) {
            var foo = new Testsedatastorelevel3("foo", Testsedatastorelevel3Args.builder()
                .tenantRef("/api/tenant/?name=admin")
                .build());
    
        }
    }
    
    resources:
      foo:
        type: avi:Testsedatastorelevel3
        properties:
          tenantRef: /api/tenant/?name=admin
    

    Create Testsedatastorelevel3 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Testsedatastorelevel3(name: string, args?: Testsedatastorelevel3Args, opts?: CustomResourceOptions);
    @overload
    def Testsedatastorelevel3(resource_name: str,
                              args: Optional[Testsedatastorelevel3Args] = None,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def Testsedatastorelevel3(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              configpb_attributes: Optional[Sequence[Testsedatastorelevel3ConfigpbAttributeArgs]] = None,
                              name: Optional[str] = None,
                              tenant_ref: Optional[str] = None,
                              testsedatastorelevel3_id: Optional[str] = None,
                              uuid: Optional[str] = None)
    func NewTestsedatastorelevel3(ctx *Context, name string, args *Testsedatastorelevel3Args, opts ...ResourceOption) (*Testsedatastorelevel3, error)
    public Testsedatastorelevel3(string name, Testsedatastorelevel3Args? args = null, CustomResourceOptions? opts = null)
    public Testsedatastorelevel3(String name, Testsedatastorelevel3Args args)
    public Testsedatastorelevel3(String name, Testsedatastorelevel3Args args, CustomResourceOptions options)
    
    type: avi:Testsedatastorelevel3
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args Testsedatastorelevel3Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args Testsedatastorelevel3Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args Testsedatastorelevel3Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args Testsedatastorelevel3Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args Testsedatastorelevel3Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var testsedatastorelevel3Resource = new Avi.Testsedatastorelevel3("testsedatastorelevel3Resource", new()
    {
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.Testsedatastorelevel3ConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        Name = "string",
        TenantRef = "string",
        Testsedatastorelevel3Id = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewTestsedatastorelevel3(ctx, "testsedatastorelevel3Resource", &avi.Testsedatastorelevel3Args{
    	ConfigpbAttributes: avi.Testsedatastorelevel3ConfigpbAttributeArray{
    		&avi.Testsedatastorelevel3ConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	Name:                    pulumi.String("string"),
    	TenantRef:               pulumi.String("string"),
    	Testsedatastorelevel3Id: pulumi.String("string"),
    	Uuid:                    pulumi.String("string"),
    })
    
    var testsedatastorelevel3Resource = new Testsedatastorelevel3("testsedatastorelevel3Resource", Testsedatastorelevel3Args.builder()
        .configpbAttributes(Testsedatastorelevel3ConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .name("string")
        .tenantRef("string")
        .testsedatastorelevel3Id("string")
        .uuid("string")
        .build());
    
    testsedatastorelevel3_resource = avi.Testsedatastorelevel3("testsedatastorelevel3Resource",
        configpb_attributes=[{
            "version": "string",
        }],
        name="string",
        tenant_ref="string",
        testsedatastorelevel3_id="string",
        uuid="string")
    
    const testsedatastorelevel3Resource = new avi.Testsedatastorelevel3("testsedatastorelevel3Resource", {
        configpbAttributes: [{
            version: "string",
        }],
        name: "string",
        tenantRef: "string",
        testsedatastorelevel3Id: "string",
        uuid: "string",
    });
    
    type: avi:Testsedatastorelevel3
    properties:
        configpbAttributes:
            - version: string
        name: string
        tenantRef: string
        testsedatastorelevel3Id: string
        uuid: string
    

    Testsedatastorelevel3 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 Testsedatastorelevel3 resource accepts the following input properties:

    ConfigpbAttributes List<Testsedatastorelevel3ConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Testsedatastorelevel3Id string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []Testsedatastorelevel3ConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Testsedatastorelevel3Id string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Testsedatastorelevel3ConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3Id String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes Testsedatastorelevel3ConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name string
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3Id string
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[Testsedatastorelevel3ConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name str
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3_id str
    uuid str
    Allowed with any value in enterprise, essentials, basic, 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.
    name String
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3Id String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Testsedatastorelevel3 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.

    Look up Existing Testsedatastorelevel3 Resource

    Get an existing Testsedatastorelevel3 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: Testsedatastorelevel3State, opts?: CustomResourceOptions): Testsedatastorelevel3
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configpb_attributes: Optional[Sequence[Testsedatastorelevel3ConfigpbAttributeArgs]] = None,
            name: Optional[str] = None,
            tenant_ref: Optional[str] = None,
            testsedatastorelevel3_id: Optional[str] = None,
            uuid: Optional[str] = None) -> Testsedatastorelevel3
    func GetTestsedatastorelevel3(ctx *Context, name string, id IDInput, state *Testsedatastorelevel3State, opts ...ResourceOption) (*Testsedatastorelevel3, error)
    public static Testsedatastorelevel3 Get(string name, Input<string> id, Testsedatastorelevel3State? state, CustomResourceOptions? opts = null)
    public static Testsedatastorelevel3 get(String name, Output<String> id, Testsedatastorelevel3State state, CustomResourceOptions options)
    resources:  _:    type: avi:Testsedatastorelevel3    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ConfigpbAttributes List<Testsedatastorelevel3ConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Testsedatastorelevel3Id string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []Testsedatastorelevel3ConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Testsedatastorelevel3Id string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Testsedatastorelevel3ConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3Id String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes Testsedatastorelevel3ConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name string
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3Id string
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[Testsedatastorelevel3ConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name str
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3_id str
    uuid str
    Allowed with any value in enterprise, essentials, basic, 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.
    name String
    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. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    testsedatastorelevel3Id String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    Testsedatastorelevel3ConfigpbAttribute, Testsedatastorelevel3ConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware