avi.Webapput
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-resource-webapput” description: |- Creates and manages Avi WebappUT.
avi.Webapput
The WebappUT resource allows the creation and management of Avi WebappUT
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const foo = new avi.Webapput("foo", {tenantRef: "/api/tenant/?name=admin"});
import pulumi
import pulumi_avi as avi
foo = avi.Webapput("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.NewWebapput(ctx, "foo", &avi.WebapputArgs{
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.Webapput("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.Webapput;
import com.pulumi.avi.WebapputArgs;
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 Webapput("foo", WebapputArgs.builder()
.tenantRef("/api/tenant/?name=admin")
.build());
}
}
resources:
foo:
type: avi:Webapput
properties:
tenantRef: /api/tenant/?name=admin
Create Webapput Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Webapput(name: string, args?: WebapputArgs, opts?: CustomResourceOptions);
@overload
def Webapput(resource_name: str,
args: Optional[WebapputArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Webapput(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_ref: Optional[str] = None,
configpb_attributes: Optional[Sequence[WebapputConfigpbAttributeArgs]] = None,
default_first_int: Optional[str] = None,
default_second_int: Optional[str] = None,
default_string: Optional[str] = None,
default_third_int: Optional[str] = None,
mandatory_test: Optional[Sequence[WebapputMandatoryTestArgs]] = None,
mandatory_tests: Optional[Sequence[WebapputMandatoryTestArgs]] = None,
name: Optional[str] = None,
sensitive_test: Optional[Sequence[WebapputSensitiveTestArgs]] = None,
sensitive_tests: Optional[Sequence[WebapputSensitiveTestArgs]] = None,
skip_optional_check_tests: Optional[str] = None,
string_length_test: Optional[Sequence[WebapputStringLengthTestArgs]] = None,
string_length_tests: Optional[Sequence[WebapputStringLengthTestArgs]] = None,
tenant_ref: Optional[str] = None,
test_sensitive_string: Optional[str] = None,
test_string: Optional[str] = None,
uuid: Optional[str] = None,
webapput_id: Optional[str] = None)
func NewWebapput(ctx *Context, name string, args *WebapputArgs, opts ...ResourceOption) (*Webapput, error)
public Webapput(string name, WebapputArgs? args = null, CustomResourceOptions? opts = null)
public Webapput(String name, WebapputArgs args)
public Webapput(String name, WebapputArgs args, CustomResourceOptions options)
type: avi:Webapput
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 WebapputArgs
- 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 WebapputArgs
- 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 WebapputArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebapputArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebapputArgs
- 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 webapputResource = new Avi.Webapput("webapputResource", new()
{
CloudRef = "string",
ConfigpbAttributes = new[]
{
new Avi.Inputs.WebapputConfigpbAttributeArgs
{
Version = "string",
},
},
DefaultFirstInt = "string",
DefaultSecondInt = "string",
DefaultString = "string",
DefaultThirdInt = "string",
MandatoryTest = new[]
{
new Avi.Inputs.WebapputMandatoryTestArgs
{
MandatoryMessage = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageArgs
{
MandatoryMessage = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryMessages = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryString = "string",
MandatoryStrings = new[]
{
"string",
},
},
},
MandatoryMessages = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageArgs
{
MandatoryMessage = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryMessages = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryString = "string",
MandatoryStrings = new[]
{
"string",
},
},
},
MandatoryString = "string",
MandatoryStrings = new[]
{
"string",
},
},
},
MandatoryTests = new[]
{
new Avi.Inputs.WebapputMandatoryTestArgs
{
MandatoryMessage = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageArgs
{
MandatoryMessage = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryMessages = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryString = "string",
MandatoryStrings = new[]
{
"string",
},
},
},
MandatoryMessages = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageArgs
{
MandatoryMessage = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryMessages = new[]
{
new Avi.Inputs.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
{
OptionalString = "string",
},
},
MandatoryString = "string",
MandatoryStrings = new[]
{
"string",
},
},
},
MandatoryString = "string",
MandatoryStrings = new[]
{
"string",
},
},
},
Name = "string",
SensitiveTest = new[]
{
new Avi.Inputs.WebapputSensitiveTestArgs
{
SensitiveMessage = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageArgs
{
SensitiveMessage = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveMessages = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveString = "string",
},
},
SensitiveMessages = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageArgs
{
SensitiveMessage = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveMessages = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveString = "string",
},
},
SensitiveString = "string",
},
},
SensitiveTests = new[]
{
new Avi.Inputs.WebapputSensitiveTestArgs
{
SensitiveMessage = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageArgs
{
SensitiveMessage = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveMessages = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveString = "string",
},
},
SensitiveMessages = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageArgs
{
SensitiveMessage = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveMessages = new[]
{
new Avi.Inputs.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
{
OptionalSensitiveString = "string",
},
},
SensitiveString = "string",
},
},
SensitiveString = "string",
},
},
SkipOptionalCheckTests = "string",
StringLengthTest = new[]
{
new Avi.Inputs.WebapputStringLengthTestArgs
{
StringLengthMessage = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageArgs
{
StringLengthMessage = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
StringLengthMessages = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
TestString = "string",
TestStrings = new[]
{
"string",
},
},
},
StringLengthMessages = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageArgs
{
StringLengthMessage = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
StringLengthMessages = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
TestString = "string",
TestStrings = new[]
{
"string",
},
},
},
TestString = "string",
TestStrings = new[]
{
"string",
},
},
},
StringLengthTests = new[]
{
new Avi.Inputs.WebapputStringLengthTestArgs
{
StringLengthMessage = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageArgs
{
StringLengthMessage = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
StringLengthMessages = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
TestString = "string",
TestStrings = new[]
{
"string",
},
},
},
StringLengthMessages = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageArgs
{
StringLengthMessage = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
StringLengthMessages = new[]
{
new Avi.Inputs.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
{
TestString = "string",
},
},
TestString = "string",
TestStrings = new[]
{
"string",
},
},
},
TestString = "string",
TestStrings = new[]
{
"string",
},
},
},
TenantRef = "string",
TestSensitiveString = "string",
TestString = "string",
Uuid = "string",
WebapputId = "string",
});
example, err := avi.NewWebapput(ctx, "webapputResource", &avi.WebapputArgs{
CloudRef: pulumi.String("string"),
ConfigpbAttributes: avi.WebapputConfigpbAttributeArray{
&avi.WebapputConfigpbAttributeArgs{
Version: pulumi.String("string"),
},
},
DefaultFirstInt: pulumi.String("string"),
DefaultSecondInt: pulumi.String("string"),
DefaultString: pulumi.String("string"),
DefaultThirdInt: pulumi.String("string"),
MandatoryTest: avi.WebapputMandatoryTestArray{
&avi.WebapputMandatoryTestArgs{
MandatoryMessage: avi.WebapputMandatoryTestMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageArgs{
MandatoryMessage: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryMessages: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryString: pulumi.String("string"),
MandatoryStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
MandatoryMessages: avi.WebapputMandatoryTestMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageArgs{
MandatoryMessage: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryMessages: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryString: pulumi.String("string"),
MandatoryStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
MandatoryString: pulumi.String("string"),
MandatoryStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
MandatoryTests: avi.WebapputMandatoryTestArray{
&avi.WebapputMandatoryTestArgs{
MandatoryMessage: avi.WebapputMandatoryTestMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageArgs{
MandatoryMessage: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryMessages: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryString: pulumi.String("string"),
MandatoryStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
MandatoryMessages: avi.WebapputMandatoryTestMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageArgs{
MandatoryMessage: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryMessages: avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArray{
&avi.WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs{
OptionalString: pulumi.String("string"),
},
},
MandatoryString: pulumi.String("string"),
MandatoryStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
MandatoryString: pulumi.String("string"),
MandatoryStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
SensitiveTest: avi.WebapputSensitiveTestArray{
&avi.WebapputSensitiveTestArgs{
SensitiveMessage: avi.WebapputSensitiveTestSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageArgs{
SensitiveMessage: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveMessages: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveString: pulumi.String("string"),
},
},
SensitiveMessages: avi.WebapputSensitiveTestSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageArgs{
SensitiveMessage: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveMessages: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveString: pulumi.String("string"),
},
},
SensitiveString: pulumi.String("string"),
},
},
SensitiveTests: avi.WebapputSensitiveTestArray{
&avi.WebapputSensitiveTestArgs{
SensitiveMessage: avi.WebapputSensitiveTestSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageArgs{
SensitiveMessage: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveMessages: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveString: pulumi.String("string"),
},
},
SensitiveMessages: avi.WebapputSensitiveTestSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageArgs{
SensitiveMessage: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveMessages: avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArray{
&avi.WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs{
OptionalSensitiveString: pulumi.String("string"),
},
},
SensitiveString: pulumi.String("string"),
},
},
SensitiveString: pulumi.String("string"),
},
},
SkipOptionalCheckTests: pulumi.String("string"),
StringLengthTest: avi.WebapputStringLengthTestArray{
&avi.WebapputStringLengthTestArgs{
StringLengthMessage: avi.WebapputStringLengthTestStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageArgs{
StringLengthMessage: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
StringLengthMessages: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
TestString: pulumi.String("string"),
TestStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
StringLengthMessages: avi.WebapputStringLengthTestStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageArgs{
StringLengthMessage: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
StringLengthMessages: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
TestString: pulumi.String("string"),
TestStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
TestString: pulumi.String("string"),
TestStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
StringLengthTests: avi.WebapputStringLengthTestArray{
&avi.WebapputStringLengthTestArgs{
StringLengthMessage: avi.WebapputStringLengthTestStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageArgs{
StringLengthMessage: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
StringLengthMessages: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
TestString: pulumi.String("string"),
TestStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
StringLengthMessages: avi.WebapputStringLengthTestStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageArgs{
StringLengthMessage: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
StringLengthMessages: avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArray{
&avi.WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs{
TestString: pulumi.String("string"),
},
},
TestString: pulumi.String("string"),
TestStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
TestString: pulumi.String("string"),
TestStrings: pulumi.StringArray{
pulumi.String("string"),
},
},
},
TenantRef: pulumi.String("string"),
TestSensitiveString: pulumi.String("string"),
TestString: pulumi.String("string"),
Uuid: pulumi.String("string"),
WebapputId: pulumi.String("string"),
})
var webapputResource = new Webapput("webapputResource", WebapputArgs.builder()
.cloudRef("string")
.configpbAttributes(WebapputConfigpbAttributeArgs.builder()
.version("string")
.build())
.defaultFirstInt("string")
.defaultSecondInt("string")
.defaultString("string")
.defaultThirdInt("string")
.mandatoryTest(WebapputMandatoryTestArgs.builder()
.mandatoryMessage(WebapputMandatoryTestMandatoryMessageArgs.builder()
.mandatoryMessage(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryMessages(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryString("string")
.mandatoryStrings("string")
.build())
.mandatoryMessages(WebapputMandatoryTestMandatoryMessageArgs.builder()
.mandatoryMessage(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryMessages(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryString("string")
.mandatoryStrings("string")
.build())
.mandatoryString("string")
.mandatoryStrings("string")
.build())
.mandatoryTests(WebapputMandatoryTestArgs.builder()
.mandatoryMessage(WebapputMandatoryTestMandatoryMessageArgs.builder()
.mandatoryMessage(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryMessages(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryString("string")
.mandatoryStrings("string")
.build())
.mandatoryMessages(WebapputMandatoryTestMandatoryMessageArgs.builder()
.mandatoryMessage(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryMessages(WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs.builder()
.optionalString("string")
.build())
.mandatoryString("string")
.mandatoryStrings("string")
.build())
.mandatoryString("string")
.mandatoryStrings("string")
.build())
.name("string")
.sensitiveTest(WebapputSensitiveTestArgs.builder()
.sensitiveMessage(WebapputSensitiveTestSensitiveMessageArgs.builder()
.sensitiveMessage(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveMessages(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveString("string")
.build())
.sensitiveMessages(WebapputSensitiveTestSensitiveMessageArgs.builder()
.sensitiveMessage(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveMessages(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveString("string")
.build())
.sensitiveString("string")
.build())
.sensitiveTests(WebapputSensitiveTestArgs.builder()
.sensitiveMessage(WebapputSensitiveTestSensitiveMessageArgs.builder()
.sensitiveMessage(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveMessages(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveString("string")
.build())
.sensitiveMessages(WebapputSensitiveTestSensitiveMessageArgs.builder()
.sensitiveMessage(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveMessages(WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs.builder()
.optionalSensitiveString("string")
.build())
.sensitiveString("string")
.build())
.sensitiveString("string")
.build())
.skipOptionalCheckTests("string")
.stringLengthTest(WebapputStringLengthTestArgs.builder()
.stringLengthMessage(WebapputStringLengthTestStringLengthMessageArgs.builder()
.stringLengthMessage(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.stringLengthMessages(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.testString("string")
.testStrings("string")
.build())
.stringLengthMessages(WebapputStringLengthTestStringLengthMessageArgs.builder()
.stringLengthMessage(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.stringLengthMessages(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.testString("string")
.testStrings("string")
.build())
.testString("string")
.testStrings("string")
.build())
.stringLengthTests(WebapputStringLengthTestArgs.builder()
.stringLengthMessage(WebapputStringLengthTestStringLengthMessageArgs.builder()
.stringLengthMessage(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.stringLengthMessages(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.testString("string")
.testStrings("string")
.build())
.stringLengthMessages(WebapputStringLengthTestStringLengthMessageArgs.builder()
.stringLengthMessage(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.stringLengthMessages(WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs.builder()
.testString("string")
.build())
.testString("string")
.testStrings("string")
.build())
.testString("string")
.testStrings("string")
.build())
.tenantRef("string")
.testSensitiveString("string")
.testString("string")
.uuid("string")
.webapputId("string")
.build());
webapput_resource = avi.Webapput("webapputResource",
cloud_ref="string",
configpb_attributes=[{
"version": "string",
}],
default_first_int="string",
default_second_int="string",
default_string="string",
default_third_int="string",
mandatory_test=[{
"mandatory_message": [{
"mandatory_message": [{
"optional_string": "string",
}],
"mandatory_messages": [{
"optional_string": "string",
}],
"mandatory_string": "string",
"mandatory_strings": ["string"],
}],
"mandatory_messages": [{
"mandatory_message": [{
"optional_string": "string",
}],
"mandatory_messages": [{
"optional_string": "string",
}],
"mandatory_string": "string",
"mandatory_strings": ["string"],
}],
"mandatory_string": "string",
"mandatory_strings": ["string"],
}],
mandatory_tests=[{
"mandatory_message": [{
"mandatory_message": [{
"optional_string": "string",
}],
"mandatory_messages": [{
"optional_string": "string",
}],
"mandatory_string": "string",
"mandatory_strings": ["string"],
}],
"mandatory_messages": [{
"mandatory_message": [{
"optional_string": "string",
}],
"mandatory_messages": [{
"optional_string": "string",
}],
"mandatory_string": "string",
"mandatory_strings": ["string"],
}],
"mandatory_string": "string",
"mandatory_strings": ["string"],
}],
name="string",
sensitive_test=[{
"sensitive_message": [{
"sensitive_message": [{
"optional_sensitive_string": "string",
}],
"sensitive_messages": [{
"optional_sensitive_string": "string",
}],
"sensitive_string": "string",
}],
"sensitive_messages": [{
"sensitive_message": [{
"optional_sensitive_string": "string",
}],
"sensitive_messages": [{
"optional_sensitive_string": "string",
}],
"sensitive_string": "string",
}],
"sensitive_string": "string",
}],
sensitive_tests=[{
"sensitive_message": [{
"sensitive_message": [{
"optional_sensitive_string": "string",
}],
"sensitive_messages": [{
"optional_sensitive_string": "string",
}],
"sensitive_string": "string",
}],
"sensitive_messages": [{
"sensitive_message": [{
"optional_sensitive_string": "string",
}],
"sensitive_messages": [{
"optional_sensitive_string": "string",
}],
"sensitive_string": "string",
}],
"sensitive_string": "string",
}],
skip_optional_check_tests="string",
string_length_test=[{
"string_length_message": [{
"string_length_message": [{
"test_string": "string",
}],
"string_length_messages": [{
"test_string": "string",
}],
"test_string": "string",
"test_strings": ["string"],
}],
"string_length_messages": [{
"string_length_message": [{
"test_string": "string",
}],
"string_length_messages": [{
"test_string": "string",
}],
"test_string": "string",
"test_strings": ["string"],
}],
"test_string": "string",
"test_strings": ["string"],
}],
string_length_tests=[{
"string_length_message": [{
"string_length_message": [{
"test_string": "string",
}],
"string_length_messages": [{
"test_string": "string",
}],
"test_string": "string",
"test_strings": ["string"],
}],
"string_length_messages": [{
"string_length_message": [{
"test_string": "string",
}],
"string_length_messages": [{
"test_string": "string",
}],
"test_string": "string",
"test_strings": ["string"],
}],
"test_string": "string",
"test_strings": ["string"],
}],
tenant_ref="string",
test_sensitive_string="string",
test_string="string",
uuid="string",
webapput_id="string")
const webapputResource = new avi.Webapput("webapputResource", {
cloudRef: "string",
configpbAttributes: [{
version: "string",
}],
defaultFirstInt: "string",
defaultSecondInt: "string",
defaultString: "string",
defaultThirdInt: "string",
mandatoryTest: [{
mandatoryMessage: [{
mandatoryMessage: [{
optionalString: "string",
}],
mandatoryMessages: [{
optionalString: "string",
}],
mandatoryString: "string",
mandatoryStrings: ["string"],
}],
mandatoryMessages: [{
mandatoryMessage: [{
optionalString: "string",
}],
mandatoryMessages: [{
optionalString: "string",
}],
mandatoryString: "string",
mandatoryStrings: ["string"],
}],
mandatoryString: "string",
mandatoryStrings: ["string"],
}],
mandatoryTests: [{
mandatoryMessage: [{
mandatoryMessage: [{
optionalString: "string",
}],
mandatoryMessages: [{
optionalString: "string",
}],
mandatoryString: "string",
mandatoryStrings: ["string"],
}],
mandatoryMessages: [{
mandatoryMessage: [{
optionalString: "string",
}],
mandatoryMessages: [{
optionalString: "string",
}],
mandatoryString: "string",
mandatoryStrings: ["string"],
}],
mandatoryString: "string",
mandatoryStrings: ["string"],
}],
name: "string",
sensitiveTest: [{
sensitiveMessage: [{
sensitiveMessage: [{
optionalSensitiveString: "string",
}],
sensitiveMessages: [{
optionalSensitiveString: "string",
}],
sensitiveString: "string",
}],
sensitiveMessages: [{
sensitiveMessage: [{
optionalSensitiveString: "string",
}],
sensitiveMessages: [{
optionalSensitiveString: "string",
}],
sensitiveString: "string",
}],
sensitiveString: "string",
}],
sensitiveTests: [{
sensitiveMessage: [{
sensitiveMessage: [{
optionalSensitiveString: "string",
}],
sensitiveMessages: [{
optionalSensitiveString: "string",
}],
sensitiveString: "string",
}],
sensitiveMessages: [{
sensitiveMessage: [{
optionalSensitiveString: "string",
}],
sensitiveMessages: [{
optionalSensitiveString: "string",
}],
sensitiveString: "string",
}],
sensitiveString: "string",
}],
skipOptionalCheckTests: "string",
stringLengthTest: [{
stringLengthMessage: [{
stringLengthMessage: [{
testString: "string",
}],
stringLengthMessages: [{
testString: "string",
}],
testString: "string",
testStrings: ["string"],
}],
stringLengthMessages: [{
stringLengthMessage: [{
testString: "string",
}],
stringLengthMessages: [{
testString: "string",
}],
testString: "string",
testStrings: ["string"],
}],
testString: "string",
testStrings: ["string"],
}],
stringLengthTests: [{
stringLengthMessage: [{
stringLengthMessage: [{
testString: "string",
}],
stringLengthMessages: [{
testString: "string",
}],
testString: "string",
testStrings: ["string"],
}],
stringLengthMessages: [{
stringLengthMessage: [{
testString: "string",
}],
stringLengthMessages: [{
testString: "string",
}],
testString: "string",
testStrings: ["string"],
}],
testString: "string",
testStrings: ["string"],
}],
tenantRef: "string",
testSensitiveString: "string",
testString: "string",
uuid: "string",
webapputId: "string",
});
type: avi:Webapput
properties:
cloudRef: string
configpbAttributes:
- version: string
defaultFirstInt: string
defaultSecondInt: string
defaultString: string
defaultThirdInt: string
mandatoryTest:
- mandatoryMessage:
- mandatoryMessage:
- optionalString: string
mandatoryMessages:
- optionalString: string
mandatoryString: string
mandatoryStrings:
- string
mandatoryMessages:
- mandatoryMessage:
- optionalString: string
mandatoryMessages:
- optionalString: string
mandatoryString: string
mandatoryStrings:
- string
mandatoryString: string
mandatoryStrings:
- string
mandatoryTests:
- mandatoryMessage:
- mandatoryMessage:
- optionalString: string
mandatoryMessages:
- optionalString: string
mandatoryString: string
mandatoryStrings:
- string
mandatoryMessages:
- mandatoryMessage:
- optionalString: string
mandatoryMessages:
- optionalString: string
mandatoryString: string
mandatoryStrings:
- string
mandatoryString: string
mandatoryStrings:
- string
name: string
sensitiveTest:
- sensitiveMessage:
- sensitiveMessage:
- optionalSensitiveString: string
sensitiveMessages:
- optionalSensitiveString: string
sensitiveString: string
sensitiveMessages:
- sensitiveMessage:
- optionalSensitiveString: string
sensitiveMessages:
- optionalSensitiveString: string
sensitiveString: string
sensitiveString: string
sensitiveTests:
- sensitiveMessage:
- sensitiveMessage:
- optionalSensitiveString: string
sensitiveMessages:
- optionalSensitiveString: string
sensitiveString: string
sensitiveMessages:
- sensitiveMessage:
- optionalSensitiveString: string
sensitiveMessages:
- optionalSensitiveString: string
sensitiveString: string
sensitiveString: string
skipOptionalCheckTests: string
stringLengthTest:
- stringLengthMessage:
- stringLengthMessage:
- testString: string
stringLengthMessages:
- testString: string
testString: string
testStrings:
- string
stringLengthMessages:
- stringLengthMessage:
- testString: string
stringLengthMessages:
- testString: string
testString: string
testStrings:
- string
testString: string
testStrings:
- string
stringLengthTests:
- stringLengthMessage:
- stringLengthMessage:
- testString: string
stringLengthMessages:
- testString: string
testString: string
testStrings:
- string
stringLengthMessages:
- stringLengthMessage:
- testString: string
stringLengthMessages:
- testString: string
testString: string
testStrings:
- string
testString: string
testStrings:
- string
tenantRef: string
testSensitiveString: string
testString: string
uuid: string
webapputId: string
Webapput 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 Webapput resource accepts the following input properties:
- 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<WebapputConfigpb 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.
- Mandatory
Test List<WebapputMandatory 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<WebapputMandatory 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<WebapputSensitive 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<WebapputSensitive 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<WebapputTest 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<WebapputTests 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.
- Webapput
Id string
- 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 []WebapputConfigpb Attribute Args - 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.
- Mandatory
Test []WebapputMandatory Test Args - 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 []WebapputMandatory Test Args - 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 []WebapputSensitive Test Args - 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 []WebapputSensitive Test Args - 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 []WebapputTest String Length Test Args - 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 []WebapputTests String Length Test Args - 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.
- Webapput
Id string
- 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<WebapputConfigpb 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.
- mandatory
Test List<WebapputMandatory 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<WebapputMandatory 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<WebapputSensitive 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<WebapputSensitive 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<WebapputTest 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<WebapputTests 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.
- webapput
Id String
- 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 WebapputConfigpb 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.
- mandatory
Test WebapputMandatory 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 WebapputMandatory 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 WebapputSensitive 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 WebapputSensitive 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 WebapputTest 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 WebapputTests 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.
- webapput
Id string
- 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[WebapputConfigpb Attribute Args] - 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.
- mandatory_
test Sequence[WebapputMandatory Test Args] - 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[WebapputMandatory Test Args] - 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[WebapputSensitive Test Args] - 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[WebapputSensitive Test Args] - 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[Webapputtest String Length Test Args] - 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[Webapputtests String Length Test Args] - 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.
- webapput_
id str
- 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.
- 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.
- webapput
Id String
Outputs
All input properties are implicitly available as output properties. Additionally, the Webapput 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 Webapput Resource
Get an existing Webapput 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?: WebapputState, opts?: CustomResourceOptions): Webapput
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cloud_ref: Optional[str] = None,
configpb_attributes: Optional[Sequence[WebapputConfigpbAttributeArgs]] = None,
default_first_int: Optional[str] = None,
default_second_int: Optional[str] = None,
default_string: Optional[str] = None,
default_third_int: Optional[str] = None,
mandatory_test: Optional[Sequence[WebapputMandatoryTestArgs]] = None,
mandatory_tests: Optional[Sequence[WebapputMandatoryTestArgs]] = None,
name: Optional[str] = None,
sensitive_test: Optional[Sequence[WebapputSensitiveTestArgs]] = None,
sensitive_tests: Optional[Sequence[WebapputSensitiveTestArgs]] = None,
skip_optional_check_tests: Optional[str] = None,
string_length_test: Optional[Sequence[WebapputStringLengthTestArgs]] = None,
string_length_tests: Optional[Sequence[WebapputStringLengthTestArgs]] = None,
tenant_ref: Optional[str] = None,
test_sensitive_string: Optional[str] = None,
test_string: Optional[str] = None,
uuid: Optional[str] = None,
webapput_id: Optional[str] = None) -> Webapput
func GetWebapput(ctx *Context, name string, id IDInput, state *WebapputState, opts ...ResourceOption) (*Webapput, error)
public static Webapput Get(string name, Input<string> id, WebapputState? state, CustomResourceOptions? opts = null)
public static Webapput get(String name, Output<String> id, WebapputState state, CustomResourceOptions options)
resources: _: type: avi:Webapput 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.
- 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<WebapputConfigpb 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.
- Mandatory
Test List<WebapputMandatory 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<WebapputMandatory 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<WebapputSensitive 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<WebapputSensitive 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<WebapputTest 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<WebapputTests 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.
- Webapput
Id string
- 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 []WebapputConfigpb Attribute Args - 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.
- Mandatory
Test []WebapputMandatory Test Args - 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 []WebapputMandatory Test Args - 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 []WebapputSensitive Test Args - 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 []WebapputSensitive Test Args - 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 []WebapputTest String Length Test Args - 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 []WebapputTests String Length Test Args - 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.
- Webapput
Id string
- 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<WebapputConfigpb 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.
- mandatory
Test List<WebapputMandatory 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<WebapputMandatory 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<WebapputSensitive 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<WebapputSensitive 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<WebapputTest 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<WebapputTests 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.
- webapput
Id String
- 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 WebapputConfigpb 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.
- mandatory
Test WebapputMandatory 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 WebapputMandatory 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 WebapputSensitive 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 WebapputSensitive 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 WebapputTest 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 WebapputTests 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.
- webapput
Id string
- 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[WebapputConfigpb Attribute Args] - 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.
- mandatory_
test Sequence[WebapputMandatory Test Args] - 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[WebapputMandatory Test Args] - 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[WebapputSensitive Test Args] - 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[WebapputSensitive Test Args] - 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[Webapputtest String Length Test Args] - 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[Webapputtests String Length Test Args] - 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.
- webapput_
id str
- 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.
- 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.
- webapput
Id String
Supporting Types
WebapputConfigpbAttribute, WebapputConfigpbAttributeArgs
- Version string
- Version string
- version String
- version string
- version str
- version String
WebapputMandatoryTest, WebapputMandatoryTestArgs
WebapputMandatoryTestMandatoryMessage, WebapputMandatoryTestMandatoryMessageArgs
WebapputMandatoryTestMandatoryMessageMandatoryMessage, WebapputMandatoryTestMandatoryMessageMandatoryMessageArgs
- Optional
String string
- Optional
String string
- optional
String String
- optional
String string
- optional_
string str
- optional
String String
WebapputSensitiveTest, WebapputSensitiveTestArgs
WebapputSensitiveTestSensitiveMessage, WebapputSensitiveTestSensitiveMessageArgs
WebapputSensitiveTestSensitiveMessageSensitiveMessage, WebapputSensitiveTestSensitiveMessageSensitiveMessageArgs
- Optional
Sensitive stringString
- Optional
Sensitive stringString
- optional
Sensitive StringString
- optional
Sensitive stringString
- optional
Sensitive StringString
WebapputStringLengthTest, WebapputStringLengthTestArgs
- String
Length List<WebapputMessage String Length Test String Length Message> - String
Length List<WebapputMessages 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 []WebapputMessage String Length Test String Length Message - String
Length []WebapputMessages 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<WebapputMessage String Length Test String Length Message> - string
Length List<WebapputMessages 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 WebapputMessage String Length Test String Length Message[] - string
Length WebapputMessages 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[Webapputmessage String Length Test String Length Message] - string_
length_ Sequence[Webapputmessages 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>
WebapputStringLengthTestStringLengthMessage, WebapputStringLengthTestStringLengthMessageArgs
- String
Length List<WebapputMessage String Length Test String Length Message String Length Message> - String
Length List<WebapputMessages 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 []WebapputMessage String Length Test String Length Message String Length Message - String
Length []WebapputMessages 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<WebapputMessage String Length Test String Length Message String Length Message> - string
Length List<WebapputMessages 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 WebapputMessage String Length Test String Length Message String Length Message[] - string
Length WebapputMessages 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[Webapputmessage String Length Test String Length Message String Length Message] - string_
length_ Sequence[Webapputmessages 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>
WebapputStringLengthTestStringLengthMessageStringLengthMessage, WebapputStringLengthTestStringLengthMessageStringLengthMessageArgs
- 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.