avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getWebapput
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Webapput” sidebar_current: “docs-avi-datasource-webapput” description: |- Get information of Avi WebappUT.
avi.Webapput
This data source is used to to get avi.Webapput objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooWebapput = avi.getWebapput({
cloudRef: "/api/cloud/?tenant=admin&name=Default-Cloud",
name: "foo",
uuid: "webapput-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_webapput = avi.get_webapput(cloud_ref="/api/cloud/?tenant=admin&name=Default-Cloud",
name="foo",
uuid="webapput-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.LookupWebapput(ctx, &avi.LookupWebapputArgs{
CloudRef: pulumi.StringRef("/api/cloud/?tenant=admin&name=Default-Cloud"),
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("webapput-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 fooWebapput = Avi.GetWebapput.Invoke(new()
{
CloudRef = "/api/cloud/?tenant=admin&name=Default-Cloud",
Name = "foo",
Uuid = "webapput-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.GetWebapputArgs;
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 fooWebapput = AviFunctions.getWebapput(GetWebapputArgs.builder()
.cloudRef("/api/cloud/?tenant=admin&name=Default-Cloud")
.name("foo")
.uuid("webapput-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooWebapput:
fn::invoke:
function: avi:getWebapput
arguments:
cloudRef: /api/cloud/?tenant=admin&name=Default-Cloud
name: foo
uuid: webapput-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getWebapput
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 getWebapput(args: GetWebapputArgs, opts?: InvokeOptions): Promise<GetWebapputResult>
function getWebapputOutput(args: GetWebapputOutputArgs, opts?: InvokeOptions): Output<GetWebapputResult>
def get_webapput(cloud_ref: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebapputResult
def get_webapput_output(cloud_ref: Optional[pulumi.Input[str]] = None,
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[GetWebapputResult]
func LookupWebapput(ctx *Context, args *LookupWebapputArgs, opts ...InvokeOption) (*LookupWebapputResult, error)
func LookupWebapputOutput(ctx *Context, args *LookupWebapputOutputArgs, opts ...InvokeOption) LookupWebapputResultOutput
> Note: This function is named LookupWebapput
in the Go SDK.
public static class GetWebapput
{
public static Task<GetWebapputResult> InvokeAsync(GetWebapputArgs args, InvokeOptions? opts = null)
public static Output<GetWebapputResult> Invoke(GetWebapputInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWebapputResult> getWebapput(GetWebapputArgs args, InvokeOptions options)
public static Output<GetWebapputResult> getWebapput(GetWebapputArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getWebapput:getWebapput
arguments:
# arguments dictionary
The following arguments are supported:
- Cloud
Ref string - Search WebappUT by cloud_ref.
- Id string
- Name string
- Search WebappUT by name.
- Tenant
Ref string - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Search WebappUT by uuid.
- Cloud
Ref string - Search WebappUT by cloud_ref.
- Id string
- Name string
- Search WebappUT by name.
- Tenant
Ref string - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Search WebappUT by uuid.
- cloud
Ref String - Search WebappUT by cloud_ref.
- id String
- name String
- Search WebappUT by name.
- tenant
Ref String - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Search WebappUT by uuid.
- cloud
Ref string - Search WebappUT by cloud_ref.
- id string
- name string
- Search WebappUT by name.
- tenant
Ref string - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Search WebappUT by uuid.
- cloud_
ref str - Search WebappUT by cloud_ref.
- id str
- name str
- Search WebappUT by name.
- tenant_
ref str - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Search WebappUT by uuid.
- cloud
Ref String - Search WebappUT by cloud_ref.
- id String
- name String
- Search WebappUT by name.
- tenant
Ref String - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Search WebappUT by uuid.
getWebapput Result
The following output properties are available:
- Cloud
Ref string - Cloud of the webapput object-level0. It is a reference to an object of type cloud. Field introduced in 30.2.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetWebapput Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Default
First stringInt - Default uint64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Default
Second stringInt - Default int64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Default
String string - Default string field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Default
Third stringInt - Default int32 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Mandatory
Test List<GetWebapput Mandatory Test> - Optional message for nested f_mandatory test cases defined at level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Mandatory
Tests List<GetWebapput Mandatory Test> - Repeated message for nested f_mandatory test cases-level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Name string
- Name of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Test List<GetWebapput Sensitive Test> - Optional message for nested f_sensitive test cases defined at level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Tests List<GetWebapput Sensitive Test> - Repeated message for nested f_sensitive test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Skip
Optional stringCheck Tests - Optional bool for nested skip_optional_check test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- String
Length List<GetTest Webapput String Length Test> - Optional message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- String
Length List<GetTests Webapput String Length Test> - Repeated message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref string - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
Sensitive stringString - The string for sensitive (secret) field. Object-level0. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Uuid of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cloud
Ref string - Cloud of the webapput object-level0. It is a reference to an object of type cloud. Field introduced in 30.2.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetWebapput Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Default
First stringInt - Default uint64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Default
Second stringInt - Default int64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Default
String string - Default string field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Default
Third stringInt - Default int32 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Mandatory
Test []GetWebapput Mandatory Test - Optional message for nested f_mandatory test cases defined at level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Mandatory
Tests []GetWebapput Mandatory Test - Repeated message for nested f_mandatory test cases-level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Name string
- Name of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Test []GetWebapput Sensitive Test - Optional message for nested f_sensitive test cases defined at level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Tests []GetWebapput Sensitive Test - Repeated message for nested f_sensitive test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Skip
Optional stringCheck Tests - Optional bool for nested skip_optional_check test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- String
Length []GetTest Webapput String Length Test - Optional message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- String
Length []GetTests Webapput String Length Test - Repeated message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref string - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
Sensitive stringString - The string for sensitive (secret) field. Object-level0. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Uuid of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloud
Ref String - Cloud of the webapput object-level0. It is a reference to an object of type cloud. Field introduced in 30.2.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetWebapput Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- default
First StringInt - Default uint64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
Second StringInt - Default int64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
String String - Default string field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
Third StringInt - Default int32 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- mandatory
Test List<GetWebapput Mandatory Test> - Optional message for nested f_mandatory test cases defined at level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- mandatory
Tests List<GetWebapput Mandatory Test> - Repeated message for nested f_mandatory test cases-level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- name String
- Name of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Test List<GetWebapput Sensitive Test> - Optional message for nested f_sensitive test cases defined at level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Tests List<GetWebapput Sensitive Test> - Repeated message for nested f_sensitive test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- skip
Optional StringCheck Tests - Optional bool for nested skip_optional_check test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- string
Length List<GetTest Webapput String Length Test> - Optional message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- string
Length List<GetTests Webapput String Length Test> - Repeated message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref String - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Sensitive StringString - The string for sensitive (secret) field. Object-level0. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Uuid of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloud
Ref string - Cloud of the webapput object-level0. It is a reference to an object of type cloud. Field introduced in 30.2.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetWebapput Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- default
First stringInt - Default uint64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
Second stringInt - Default int64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
String string - Default string field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
Third stringInt - Default int32 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- mandatory
Test GetWebapput Mandatory Test[] - Optional message for nested f_mandatory test cases defined at level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- mandatory
Tests GetWebapput Mandatory Test[] - Repeated message for nested f_mandatory test cases-level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- name string
- Name of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Test GetWebapput Sensitive Test[] - Optional message for nested f_sensitive test cases defined at level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Tests GetWebapput Sensitive Test[] - Repeated message for nested f_sensitive test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- skip
Optional stringCheck Tests - Optional bool for nested skip_optional_check test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- string
Length GetTest Webapput String Length Test[] - Optional message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- string
Length GetTests Webapput String Length Test[] - Repeated message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref string - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Sensitive stringString - The string for sensitive (secret) field. Object-level0. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Uuid of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloud_
ref str - Cloud of the webapput object-level0. It is a reference to an object of type cloud. Field introduced in 30.2.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetWebapput Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- default_
first_ strint - Default uint64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default_
second_ strint - Default int64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default_
string str - Default string field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default_
third_ strint - Default int32 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- mandatory_
test Sequence[GetWebapput Mandatory Test] - Optional message for nested f_mandatory test cases defined at level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- mandatory_
tests Sequence[GetWebapput Mandatory Test] - Repeated message for nested f_mandatory test cases-level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- name str
- Name of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive_
test Sequence[GetWebapput Sensitive Test] - Optional message for nested f_sensitive test cases defined at level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive_
tests Sequence[GetWebapput Sensitive Test] - Repeated message for nested f_sensitive test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- skip_
optional_ strcheck_ tests - Optional bool for nested skip_optional_check test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- string_
length_ Sequence[Gettest Webapput String Length Test] - Optional message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- string_
length_ Sequence[Gettests Webapput String Length Test] - Repeated message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant_
ref str - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test_
sensitive_ strstring - The string for sensitive (secret) field. Object-level0. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- test_
string str - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Uuid of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloud
Ref String - Cloud of the webapput object-level0. It is a reference to an object of type cloud. Field introduced in 30.2.2. 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.5, 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- default
First StringInt - Default uint64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
Second StringInt - Default int64 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
String String - Default string field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- default
Third StringInt - Default int32 field. Field introduced in 30.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- mandatory
Test List<Property Map> - Optional message for nested f_mandatory test cases defined at level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- mandatory
Tests List<Property Map> - Repeated message for nested f_mandatory test cases-level1. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- name String
- Name of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Test List<Property Map> - Optional message for nested f_sensitive test cases defined at level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Tests List<Property Map> - Repeated message for nested f_sensitive test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- skip
Optional StringCheck Tests - Optional bool for nested skip_optional_check test cases-level1. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- string
Length List<Property Map>Test - Optional message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- string
Length List<Property Map>Tests - Repeated message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref String - Tenant of the webapput object-level0. It is a reference to an object of type tenant. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Sensitive StringString - The string for sensitive (secret) field. Object-level0. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Uuid of the webapput object-level0. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
Supporting Types
GetWebapputConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetWebapputMandatoryTest
GetWebapputMandatoryTestMandatoryMessage
GetWebapputMandatoryTestMandatoryMessageMandatoryMessage
- Optional
String string
- Optional
String string
- optional
String String
- optional
String string
- optional_
string str
- optional
String String
GetWebapputSensitiveTest
GetWebapputSensitiveTestSensitiveMessage
GetWebapputSensitiveTestSensitiveMessageSensitiveMessage
- Optional
Sensitive stringString
- Optional
Sensitive stringString
- optional
Sensitive StringString
- optional
Sensitive stringString
- optional
Sensitive StringString
GetWebapputStringLengthTest
- String
Length List<GetMessage Webapput String Length Test String Length Message> - String
Length List<GetMessages Webapput String Length Test String Length Message> - Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
Strings List<string>
- String
Length []GetMessage Webapput String Length Test String Length Message - String
Length []GetMessages Webapput String Length Test String Length Message - Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
Strings []string
- string
Length List<GetMessage Webapput String Length Test String Length Message> - string
Length List<GetMessages Webapput String Length Test String Length Message> - test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Strings List<String>
- string
Length GetMessage Webapput String Length Test String Length Message[] - string
Length GetMessages Webapput String Length Test String Length Message[] - test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Strings string[]
- string_
length_ Sequence[Getmessage Webapput String Length Test String Length Message] - string_
length_ Sequence[Getmessages Webapput String Length Test String Length Message] - test_
string str - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test_
strings Sequence[str]
- string
Length List<Property Map>Message - string
Length List<Property Map>Messages - test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Strings List<String>
GetWebapputStringLengthTestStringLengthMessage
- String
Length List<GetMessage Webapput String Length Test String Length Message String Length Message> - String
Length List<GetMessages Webapput String Length Test String Length Message String Length Message> - Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
Strings List<string>
- String
Length []GetMessage Webapput String Length Test String Length Message String Length Message - String
Length []GetMessages Webapput String Length Test String Length Message String Length Message - Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
Strings []string
- string
Length List<GetMessage Webapput String Length Test String Length Message String Length Message> - string
Length List<GetMessages Webapput String Length Test String Length Message String Length Message> - test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Strings List<String>
- string
Length GetMessage Webapput String Length Test String Length Message String Length Message[] - string
Length GetMessages Webapput String Length Test String Length Message String Length Message[] - test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Strings string[]
- string_
length_ Sequence[Getmessage Webapput String Length Test String Length Message String Length Message] - string_
length_ Sequence[Getmessages Webapput String Length Test String Length Message String Length Message] - test_
string str - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test_
strings Sequence[str]
- string
Length List<Property Map>Message - string
Length List<Property Map>Messages - test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
Strings List<String>
GetWebapputStringLengthTestStringLengthMessageStringLengthMessage
- Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
String string - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test_
string str - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- test
String String - The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.