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

avi.Systemlimits

Explore with Pulumi AI

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

    <!–

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

    –>

    layout: “avi”

    page_title: “Avi: avi.Systemlimits” sidebar_current: “docs-avi-resource-systemlimits” description: |- Creates and manages Avi SystemLimits.

    avi.Systemlimits

    The SystemLimits resource allows the creation and management of Avi SystemLimits

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      foo:
        type: avi:Systemlimits
        properties:
          name: terraform-example-foo
          tenantRef: /api/tenant/?name=admin
    

    Create Systemlimits Resource

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

    Constructor syntax

    new Systemlimits(name: string, args?: SystemlimitsArgs, opts?: CustomResourceOptions);
    @overload
    def Systemlimits(resource_name: str,
                     args: Optional[SystemlimitsArgs] = None,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def Systemlimits(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     configpb_attributes: Optional[Sequence[SystemlimitsConfigpbAttributeArgs]] = None,
                     controller_limits: Optional[Sequence[SystemlimitsControllerLimitArgs]] = None,
                     controller_sizes: Optional[Sequence[SystemlimitsControllerSizeArgs]] = None,
                     serviceengine_limits: Optional[Sequence[SystemlimitsServiceengineLimitArgs]] = None,
                     systemlimits_id: Optional[str] = None,
                     uuid: Optional[str] = None)
    func NewSystemlimits(ctx *Context, name string, args *SystemlimitsArgs, opts ...ResourceOption) (*Systemlimits, error)
    public Systemlimits(string name, SystemlimitsArgs? args = null, CustomResourceOptions? opts = null)
    public Systemlimits(String name, SystemlimitsArgs args)
    public Systemlimits(String name, SystemlimitsArgs args, CustomResourceOptions options)
    
    type: avi:Systemlimits
    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 SystemlimitsArgs
    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 SystemlimitsArgs
    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 SystemlimitsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemlimitsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemlimitsArgs
    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 systemlimitsResource = new Avi.Systemlimits("systemlimitsResource", new()
    {
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.SystemlimitsConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        ControllerLimits = new[]
        {
            new Avi.Inputs.SystemlimitsControllerLimitArgs
            {
                BotLimits = new[]
                {
                    new Avi.Inputs.SystemlimitsControllerLimitBotLimitArgs
                    {
                        AllowRules = "string",
                        Hdrs = "string",
                        MappingRules = "string",
                    },
                },
                CertificatesPerVirtualservice = "string",
                ControllerCloudLimits = new[]
                {
                    new Avi.Inputs.SystemlimitsControllerLimitControllerCloudLimitArgs
                    {
                        NumClouds = "string",
                        T1LrsPerCloud = "string",
                        Type = "string",
                    },
                },
                ControllerSizingLimits = new[]
                {
                    new Avi.Inputs.SystemlimitsControllerLimitControllerSizingLimitArgs
                    {
                        ControllerSizingCloudLimits = new[]
                        {
                            new Avi.Inputs.SystemlimitsControllerLimitControllerSizingLimitControllerSizingCloudLimitArgs
                            {
                                NumClouds = "string",
                                Type = "string",
                            },
                        },
                        Flavor = "string",
                        NumClouds = "string",
                        NumEastWestVirtualservices = "string",
                        NumPoolRtMetrics = "string",
                        NumSeRtMetrics = "string",
                        NumServers = "string",
                        NumServiceengines = "string",
                        NumTenants = "string",
                        NumVirtualservices = "string",
                        NumVirtualservicesRtMetrics = "string",
                        NumVirtualservicesRtmetricsWaf = "string",
                        NumVrfs = "string",
                        NumWafVirtualservices = "string",
                    },
                },
                DefaultRoutesPerVrfcontext = "string",
                GatewayMonPerVrf = "string",
                IpaddressLimits = new[]
                {
                    new Avi.Inputs.SystemlimitsControllerLimitIpaddressLimitArgs
                    {
                        IpAddressGroupPerMatchCriteria = "string",
                        IpAddressPrefixPerMatchCriteria = "string",
                        IpAddressRangePerMatchCriteria = "string",
                        IpAddressesPerMatchCriteria = "string",
                    },
                },
                IpsPerIpgroup = "string",
                L7Limits = new[]
                {
                    new Avi.Inputs.SystemlimitsControllerLimitL7LimitArgs
                    {
                        HttpPoliciesPerVs = "string",
                        NumCompressionFilters = "string",
                        NumCustomStr = "string",
                        NumMatchesPerRule = "string",
                        NumRulesPerEvhHost = "string",
                        NumRulesPerHttpPolicy = "string",
                        NumStrgroupsPerMatch = "string",
                        StrCacheMime = "string",
                        StrGroupsCacheMime = "string",
                        StrGroupsNoCacheMime = "string",
                        StrGroupsNoCacheUri = "string",
                        StrNoCacheMime = "string",
                        StrNoCacheUri = "string",
                    },
                },
                PoolgroupsPerVirtualservice = "string",
                PoolsPerPoolgroup = "string",
                PoolsPerVirtualservice = "string",
                RoutesPerVrfcontext = "string",
                RulesPerNatPolicy = "string",
                RulesPerNetworksecuritypolicy = "string",
                ServersPerPool = "string",
                SniChildrenPerParent = "string",
                StringsPerStringgroup = "string",
                VsBgpScaleout = "string",
                VsL2Scaleout = "string",
                WafLimits = new[]
                {
                    new Avi.Inputs.SystemlimitsControllerLimitWafLimitArgs
                    {
                        NumAllowedContentTypes = "string",
                        NumAllowedRequestContentTypeCharsets = "string",
                        NumAllowlistPolicyRules = "string",
                        NumApplications = "string",
                        NumContentTypeMappings = "string",
                        NumDataFiles = "string",
                        NumExcludeListPerRuleGroup = "string",
                        NumPrePostCrsGroups = "string",
                        NumPsmGroups = "string",
                        NumPsmMatchElements = "string",
                        NumPsmMatchRulesPerLoc = "string",
                        NumPsmTotalLocations = "string",
                        NumRestrictedExtensions = "string",
                        NumRestrictedHeaders = "string",
                        NumRuleTags = "string",
                        NumRulesPerRulegroup = "string",
                        NumStaticExtensions = "string",
                    },
                },
                WafRuleMetricsEnabledVs = "string",
            },
        },
        ControllerSizes = new[]
        {
            new Avi.Inputs.SystemlimitsControllerSizeArgs
            {
                Flavor = "string",
                MinCpus = "string",
                MinMemory = "string",
            },
        },
        ServiceengineLimits = new[]
        {
            new Avi.Inputs.SystemlimitsServiceengineLimitArgs
            {
                AllVirtualservicesPerServiceengine = "string",
                EwVirtualservicesPerServiceengine = "string",
                NsVirtualservicesPerServiceengine = "string",
                NumLogicalIntfPerSe = "string",
                NumPhyIntfPerSe = "string",
                NumVirtualservicesRtMetrics = "string",
                NumVlanIntfPerPhyIntf = "string",
                NumVlanIntfPerSe = "string",
                ServiceengineCloudLimits = new[]
                {
                    new Avi.Inputs.SystemlimitsServiceengineLimitServiceengineCloudLimitArgs
                    {
                        Type = "string",
                        VrfsPerServiceengine = "string",
                    },
                },
            },
        },
        SystemlimitsId = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewSystemlimits(ctx, "systemlimitsResource", &avi.SystemlimitsArgs{
    	ConfigpbAttributes: avi.SystemlimitsConfigpbAttributeArray{
    		&avi.SystemlimitsConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	ControllerLimits: avi.SystemlimitsControllerLimitArray{
    		&avi.SystemlimitsControllerLimitArgs{
    			BotLimits: avi.SystemlimitsControllerLimitBotLimitArray{
    				&avi.SystemlimitsControllerLimitBotLimitArgs{
    					AllowRules:   pulumi.String("string"),
    					Hdrs:         pulumi.String("string"),
    					MappingRules: pulumi.String("string"),
    				},
    			},
    			CertificatesPerVirtualservice: pulumi.String("string"),
    			ControllerCloudLimits: avi.SystemlimitsControllerLimitControllerCloudLimitArray{
    				&avi.SystemlimitsControllerLimitControllerCloudLimitArgs{
    					NumClouds:     pulumi.String("string"),
    					T1LrsPerCloud: pulumi.String("string"),
    					Type:          pulumi.String("string"),
    				},
    			},
    			ControllerSizingLimits: avi.SystemlimitsControllerLimitControllerSizingLimitArray{
    				&avi.SystemlimitsControllerLimitControllerSizingLimitArgs{
    					ControllerSizingCloudLimits: avi.SystemlimitsControllerLimitControllerSizingLimitControllerSizingCloudLimitArray{
    						&avi.SystemlimitsControllerLimitControllerSizingLimitControllerSizingCloudLimitArgs{
    							NumClouds: pulumi.String("string"),
    							Type:      pulumi.String("string"),
    						},
    					},
    					Flavor:                         pulumi.String("string"),
    					NumClouds:                      pulumi.String("string"),
    					NumEastWestVirtualservices:     pulumi.String("string"),
    					NumPoolRtMetrics:               pulumi.String("string"),
    					NumSeRtMetrics:                 pulumi.String("string"),
    					NumServers:                     pulumi.String("string"),
    					NumServiceengines:              pulumi.String("string"),
    					NumTenants:                     pulumi.String("string"),
    					NumVirtualservices:             pulumi.String("string"),
    					NumVirtualservicesRtMetrics:    pulumi.String("string"),
    					NumVirtualservicesRtmetricsWaf: pulumi.String("string"),
    					NumVrfs:                        pulumi.String("string"),
    					NumWafVirtualservices:          pulumi.String("string"),
    				},
    			},
    			DefaultRoutesPerVrfcontext: pulumi.String("string"),
    			GatewayMonPerVrf:           pulumi.String("string"),
    			IpaddressLimits: avi.SystemlimitsControllerLimitIpaddressLimitArray{
    				&avi.SystemlimitsControllerLimitIpaddressLimitArgs{
    					IpAddressGroupPerMatchCriteria:  pulumi.String("string"),
    					IpAddressPrefixPerMatchCriteria: pulumi.String("string"),
    					IpAddressRangePerMatchCriteria:  pulumi.String("string"),
    					IpAddressesPerMatchCriteria:     pulumi.String("string"),
    				},
    			},
    			IpsPerIpgroup: pulumi.String("string"),
    			L7Limits: avi.SystemlimitsControllerLimitL7LimitArray{
    				&avi.SystemlimitsControllerLimitL7LimitArgs{
    					HttpPoliciesPerVs:     pulumi.String("string"),
    					NumCompressionFilters: pulumi.String("string"),
    					NumCustomStr:          pulumi.String("string"),
    					NumMatchesPerRule:     pulumi.String("string"),
    					NumRulesPerEvhHost:    pulumi.String("string"),
    					NumRulesPerHttpPolicy: pulumi.String("string"),
    					NumStrgroupsPerMatch:  pulumi.String("string"),
    					StrCacheMime:          pulumi.String("string"),
    					StrGroupsCacheMime:    pulumi.String("string"),
    					StrGroupsNoCacheMime:  pulumi.String("string"),
    					StrGroupsNoCacheUri:   pulumi.String("string"),
    					StrNoCacheMime:        pulumi.String("string"),
    					StrNoCacheUri:         pulumi.String("string"),
    				},
    			},
    			PoolgroupsPerVirtualservice:   pulumi.String("string"),
    			PoolsPerPoolgroup:             pulumi.String("string"),
    			PoolsPerVirtualservice:        pulumi.String("string"),
    			RoutesPerVrfcontext:           pulumi.String("string"),
    			RulesPerNatPolicy:             pulumi.String("string"),
    			RulesPerNetworksecuritypolicy: pulumi.String("string"),
    			ServersPerPool:                pulumi.String("string"),
    			SniChildrenPerParent:          pulumi.String("string"),
    			StringsPerStringgroup:         pulumi.String("string"),
    			VsBgpScaleout:                 pulumi.String("string"),
    			VsL2Scaleout:                  pulumi.String("string"),
    			WafLimits: avi.SystemlimitsControllerLimitWafLimitArray{
    				&avi.SystemlimitsControllerLimitWafLimitArgs{
    					NumAllowedContentTypes:               pulumi.String("string"),
    					NumAllowedRequestContentTypeCharsets: pulumi.String("string"),
    					NumAllowlistPolicyRules:              pulumi.String("string"),
    					NumApplications:                      pulumi.String("string"),
    					NumContentTypeMappings:               pulumi.String("string"),
    					NumDataFiles:                         pulumi.String("string"),
    					NumExcludeListPerRuleGroup:           pulumi.String("string"),
    					NumPrePostCrsGroups:                  pulumi.String("string"),
    					NumPsmGroups:                         pulumi.String("string"),
    					NumPsmMatchElements:                  pulumi.String("string"),
    					NumPsmMatchRulesPerLoc:               pulumi.String("string"),
    					NumPsmTotalLocations:                 pulumi.String("string"),
    					NumRestrictedExtensions:              pulumi.String("string"),
    					NumRestrictedHeaders:                 pulumi.String("string"),
    					NumRuleTags:                          pulumi.String("string"),
    					NumRulesPerRulegroup:                 pulumi.String("string"),
    					NumStaticExtensions:                  pulumi.String("string"),
    				},
    			},
    			WafRuleMetricsEnabledVs: pulumi.String("string"),
    		},
    	},
    	ControllerSizes: avi.SystemlimitsControllerSizeArray{
    		&avi.SystemlimitsControllerSizeArgs{
    			Flavor:    pulumi.String("string"),
    			MinCpus:   pulumi.String("string"),
    			MinMemory: pulumi.String("string"),
    		},
    	},
    	ServiceengineLimits: avi.SystemlimitsServiceengineLimitArray{
    		&avi.SystemlimitsServiceengineLimitArgs{
    			AllVirtualservicesPerServiceengine: pulumi.String("string"),
    			EwVirtualservicesPerServiceengine:  pulumi.String("string"),
    			NsVirtualservicesPerServiceengine:  pulumi.String("string"),
    			NumLogicalIntfPerSe:                pulumi.String("string"),
    			NumPhyIntfPerSe:                    pulumi.String("string"),
    			NumVirtualservicesRtMetrics:        pulumi.String("string"),
    			NumVlanIntfPerPhyIntf:              pulumi.String("string"),
    			NumVlanIntfPerSe:                   pulumi.String("string"),
    			ServiceengineCloudLimits: avi.SystemlimitsServiceengineLimitServiceengineCloudLimitArray{
    				&avi.SystemlimitsServiceengineLimitServiceengineCloudLimitArgs{
    					Type:                 pulumi.String("string"),
    					VrfsPerServiceengine: pulumi.String("string"),
    				},
    			},
    		},
    	},
    	SystemlimitsId: pulumi.String("string"),
    	Uuid:           pulumi.String("string"),
    })
    
    var systemlimitsResource = new Systemlimits("systemlimitsResource", SystemlimitsArgs.builder()
        .configpbAttributes(SystemlimitsConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .controllerLimits(SystemlimitsControllerLimitArgs.builder()
            .botLimits(SystemlimitsControllerLimitBotLimitArgs.builder()
                .allowRules("string")
                .hdrs("string")
                .mappingRules("string")
                .build())
            .certificatesPerVirtualservice("string")
            .controllerCloudLimits(SystemlimitsControllerLimitControllerCloudLimitArgs.builder()
                .numClouds("string")
                .t1LrsPerCloud("string")
                .type("string")
                .build())
            .controllerSizingLimits(SystemlimitsControllerLimitControllerSizingLimitArgs.builder()
                .controllerSizingCloudLimits(SystemlimitsControllerLimitControllerSizingLimitControllerSizingCloudLimitArgs.builder()
                    .numClouds("string")
                    .type("string")
                    .build())
                .flavor("string")
                .numClouds("string")
                .numEastWestVirtualservices("string")
                .numPoolRtMetrics("string")
                .numSeRtMetrics("string")
                .numServers("string")
                .numServiceengines("string")
                .numTenants("string")
                .numVirtualservices("string")
                .numVirtualservicesRtMetrics("string")
                .numVirtualservicesRtmetricsWaf("string")
                .numVrfs("string")
                .numWafVirtualservices("string")
                .build())
            .defaultRoutesPerVrfcontext("string")
            .gatewayMonPerVrf("string")
            .ipaddressLimits(SystemlimitsControllerLimitIpaddressLimitArgs.builder()
                .ipAddressGroupPerMatchCriteria("string")
                .ipAddressPrefixPerMatchCriteria("string")
                .ipAddressRangePerMatchCriteria("string")
                .ipAddressesPerMatchCriteria("string")
                .build())
            .ipsPerIpgroup("string")
            .l7Limits(SystemlimitsControllerLimitL7LimitArgs.builder()
                .httpPoliciesPerVs("string")
                .numCompressionFilters("string")
                .numCustomStr("string")
                .numMatchesPerRule("string")
                .numRulesPerEvhHost("string")
                .numRulesPerHttpPolicy("string")
                .numStrgroupsPerMatch("string")
                .strCacheMime("string")
                .strGroupsCacheMime("string")
                .strGroupsNoCacheMime("string")
                .strGroupsNoCacheUri("string")
                .strNoCacheMime("string")
                .strNoCacheUri("string")
                .build())
            .poolgroupsPerVirtualservice("string")
            .poolsPerPoolgroup("string")
            .poolsPerVirtualservice("string")
            .routesPerVrfcontext("string")
            .rulesPerNatPolicy("string")
            .rulesPerNetworksecuritypolicy("string")
            .serversPerPool("string")
            .sniChildrenPerParent("string")
            .stringsPerStringgroup("string")
            .vsBgpScaleout("string")
            .vsL2Scaleout("string")
            .wafLimits(SystemlimitsControllerLimitWafLimitArgs.builder()
                .numAllowedContentTypes("string")
                .numAllowedRequestContentTypeCharsets("string")
                .numAllowlistPolicyRules("string")
                .numApplications("string")
                .numContentTypeMappings("string")
                .numDataFiles("string")
                .numExcludeListPerRuleGroup("string")
                .numPrePostCrsGroups("string")
                .numPsmGroups("string")
                .numPsmMatchElements("string")
                .numPsmMatchRulesPerLoc("string")
                .numPsmTotalLocations("string")
                .numRestrictedExtensions("string")
                .numRestrictedHeaders("string")
                .numRuleTags("string")
                .numRulesPerRulegroup("string")
                .numStaticExtensions("string")
                .build())
            .wafRuleMetricsEnabledVs("string")
            .build())
        .controllerSizes(SystemlimitsControllerSizeArgs.builder()
            .flavor("string")
            .minCpus("string")
            .minMemory("string")
            .build())
        .serviceengineLimits(SystemlimitsServiceengineLimitArgs.builder()
            .allVirtualservicesPerServiceengine("string")
            .ewVirtualservicesPerServiceengine("string")
            .nsVirtualservicesPerServiceengine("string")
            .numLogicalIntfPerSe("string")
            .numPhyIntfPerSe("string")
            .numVirtualservicesRtMetrics("string")
            .numVlanIntfPerPhyIntf("string")
            .numVlanIntfPerSe("string")
            .serviceengineCloudLimits(SystemlimitsServiceengineLimitServiceengineCloudLimitArgs.builder()
                .type("string")
                .vrfsPerServiceengine("string")
                .build())
            .build())
        .systemlimitsId("string")
        .uuid("string")
        .build());
    
    systemlimits_resource = avi.Systemlimits("systemlimitsResource",
        configpb_attributes=[{
            "version": "string",
        }],
        controller_limits=[{
            "bot_limits": [{
                "allow_rules": "string",
                "hdrs": "string",
                "mapping_rules": "string",
            }],
            "certificates_per_virtualservice": "string",
            "controller_cloud_limits": [{
                "num_clouds": "string",
                "t1_lrs_per_cloud": "string",
                "type": "string",
            }],
            "controller_sizing_limits": [{
                "controller_sizing_cloud_limits": [{
                    "num_clouds": "string",
                    "type": "string",
                }],
                "flavor": "string",
                "num_clouds": "string",
                "num_east_west_virtualservices": "string",
                "num_pool_rt_metrics": "string",
                "num_se_rt_metrics": "string",
                "num_servers": "string",
                "num_serviceengines": "string",
                "num_tenants": "string",
                "num_virtualservices": "string",
                "num_virtualservices_rt_metrics": "string",
                "num_virtualservices_rtmetrics_waf": "string",
                "num_vrfs": "string",
                "num_waf_virtualservices": "string",
            }],
            "default_routes_per_vrfcontext": "string",
            "gateway_mon_per_vrf": "string",
            "ipaddress_limits": [{
                "ip_address_group_per_match_criteria": "string",
                "ip_address_prefix_per_match_criteria": "string",
                "ip_address_range_per_match_criteria": "string",
                "ip_addresses_per_match_criteria": "string",
            }],
            "ips_per_ipgroup": "string",
            "l7_limits": [{
                "http_policies_per_vs": "string",
                "num_compression_filters": "string",
                "num_custom_str": "string",
                "num_matches_per_rule": "string",
                "num_rules_per_evh_host": "string",
                "num_rules_per_http_policy": "string",
                "num_strgroups_per_match": "string",
                "str_cache_mime": "string",
                "str_groups_cache_mime": "string",
                "str_groups_no_cache_mime": "string",
                "str_groups_no_cache_uri": "string",
                "str_no_cache_mime": "string",
                "str_no_cache_uri": "string",
            }],
            "poolgroups_per_virtualservice": "string",
            "pools_per_poolgroup": "string",
            "pools_per_virtualservice": "string",
            "routes_per_vrfcontext": "string",
            "rules_per_nat_policy": "string",
            "rules_per_networksecuritypolicy": "string",
            "servers_per_pool": "string",
            "sni_children_per_parent": "string",
            "strings_per_stringgroup": "string",
            "vs_bgp_scaleout": "string",
            "vs_l2_scaleout": "string",
            "waf_limits": [{
                "num_allowed_content_types": "string",
                "num_allowed_request_content_type_charsets": "string",
                "num_allowlist_policy_rules": "string",
                "num_applications": "string",
                "num_content_type_mappings": "string",
                "num_data_files": "string",
                "num_exclude_list_per_rule_group": "string",
                "num_pre_post_crs_groups": "string",
                "num_psm_groups": "string",
                "num_psm_match_elements": "string",
                "num_psm_match_rules_per_loc": "string",
                "num_psm_total_locations": "string",
                "num_restricted_extensions": "string",
                "num_restricted_headers": "string",
                "num_rule_tags": "string",
                "num_rules_per_rulegroup": "string",
                "num_static_extensions": "string",
            }],
            "waf_rule_metrics_enabled_vs": "string",
        }],
        controller_sizes=[{
            "flavor": "string",
            "min_cpus": "string",
            "min_memory": "string",
        }],
        serviceengine_limits=[{
            "all_virtualservices_per_serviceengine": "string",
            "ew_virtualservices_per_serviceengine": "string",
            "ns_virtualservices_per_serviceengine": "string",
            "num_logical_intf_per_se": "string",
            "num_phy_intf_per_se": "string",
            "num_virtualservices_rt_metrics": "string",
            "num_vlan_intf_per_phy_intf": "string",
            "num_vlan_intf_per_se": "string",
            "serviceengine_cloud_limits": [{
                "type": "string",
                "vrfs_per_serviceengine": "string",
            }],
        }],
        systemlimits_id="string",
        uuid="string")
    
    const systemlimitsResource = new avi.Systemlimits("systemlimitsResource", {
        configpbAttributes: [{
            version: "string",
        }],
        controllerLimits: [{
            botLimits: [{
                allowRules: "string",
                hdrs: "string",
                mappingRules: "string",
            }],
            certificatesPerVirtualservice: "string",
            controllerCloudLimits: [{
                numClouds: "string",
                t1LrsPerCloud: "string",
                type: "string",
            }],
            controllerSizingLimits: [{
                controllerSizingCloudLimits: [{
                    numClouds: "string",
                    type: "string",
                }],
                flavor: "string",
                numClouds: "string",
                numEastWestVirtualservices: "string",
                numPoolRtMetrics: "string",
                numSeRtMetrics: "string",
                numServers: "string",
                numServiceengines: "string",
                numTenants: "string",
                numVirtualservices: "string",
                numVirtualservicesRtMetrics: "string",
                numVirtualservicesRtmetricsWaf: "string",
                numVrfs: "string",
                numWafVirtualservices: "string",
            }],
            defaultRoutesPerVrfcontext: "string",
            gatewayMonPerVrf: "string",
            ipaddressLimits: [{
                ipAddressGroupPerMatchCriteria: "string",
                ipAddressPrefixPerMatchCriteria: "string",
                ipAddressRangePerMatchCriteria: "string",
                ipAddressesPerMatchCriteria: "string",
            }],
            ipsPerIpgroup: "string",
            l7Limits: [{
                httpPoliciesPerVs: "string",
                numCompressionFilters: "string",
                numCustomStr: "string",
                numMatchesPerRule: "string",
                numRulesPerEvhHost: "string",
                numRulesPerHttpPolicy: "string",
                numStrgroupsPerMatch: "string",
                strCacheMime: "string",
                strGroupsCacheMime: "string",
                strGroupsNoCacheMime: "string",
                strGroupsNoCacheUri: "string",
                strNoCacheMime: "string",
                strNoCacheUri: "string",
            }],
            poolgroupsPerVirtualservice: "string",
            poolsPerPoolgroup: "string",
            poolsPerVirtualservice: "string",
            routesPerVrfcontext: "string",
            rulesPerNatPolicy: "string",
            rulesPerNetworksecuritypolicy: "string",
            serversPerPool: "string",
            sniChildrenPerParent: "string",
            stringsPerStringgroup: "string",
            vsBgpScaleout: "string",
            vsL2Scaleout: "string",
            wafLimits: [{
                numAllowedContentTypes: "string",
                numAllowedRequestContentTypeCharsets: "string",
                numAllowlistPolicyRules: "string",
                numApplications: "string",
                numContentTypeMappings: "string",
                numDataFiles: "string",
                numExcludeListPerRuleGroup: "string",
                numPrePostCrsGroups: "string",
                numPsmGroups: "string",
                numPsmMatchElements: "string",
                numPsmMatchRulesPerLoc: "string",
                numPsmTotalLocations: "string",
                numRestrictedExtensions: "string",
                numRestrictedHeaders: "string",
                numRuleTags: "string",
                numRulesPerRulegroup: "string",
                numStaticExtensions: "string",
            }],
            wafRuleMetricsEnabledVs: "string",
        }],
        controllerSizes: [{
            flavor: "string",
            minCpus: "string",
            minMemory: "string",
        }],
        serviceengineLimits: [{
            allVirtualservicesPerServiceengine: "string",
            ewVirtualservicesPerServiceengine: "string",
            nsVirtualservicesPerServiceengine: "string",
            numLogicalIntfPerSe: "string",
            numPhyIntfPerSe: "string",
            numVirtualservicesRtMetrics: "string",
            numVlanIntfPerPhyIntf: "string",
            numVlanIntfPerSe: "string",
            serviceengineCloudLimits: [{
                type: "string",
                vrfsPerServiceengine: "string",
            }],
        }],
        systemlimitsId: "string",
        uuid: "string",
    });
    
    type: avi:Systemlimits
    properties:
        configpbAttributes:
            - version: string
        controllerLimits:
            - botLimits:
                - allowRules: string
                  hdrs: string
                  mappingRules: string
              certificatesPerVirtualservice: string
              controllerCloudLimits:
                - numClouds: string
                  t1LrsPerCloud: string
                  type: string
              controllerSizingLimits:
                - controllerSizingCloudLimits:
                    - numClouds: string
                      type: string
                  flavor: string
                  numClouds: string
                  numEastWestVirtualservices: string
                  numPoolRtMetrics: string
                  numSeRtMetrics: string
                  numServers: string
                  numServiceengines: string
                  numTenants: string
                  numVirtualservices: string
                  numVirtualservicesRtMetrics: string
                  numVirtualservicesRtmetricsWaf: string
                  numVrfs: string
                  numWafVirtualservices: string
              defaultRoutesPerVrfcontext: string
              gatewayMonPerVrf: string
              ipaddressLimits:
                - ipAddressGroupPerMatchCriteria: string
                  ipAddressPrefixPerMatchCriteria: string
                  ipAddressRangePerMatchCriteria: string
                  ipAddressesPerMatchCriteria: string
              ipsPerIpgroup: string
              l7Limits:
                - httpPoliciesPerVs: string
                  numCompressionFilters: string
                  numCustomStr: string
                  numMatchesPerRule: string
                  numRulesPerEvhHost: string
                  numRulesPerHttpPolicy: string
                  numStrgroupsPerMatch: string
                  strCacheMime: string
                  strGroupsCacheMime: string
                  strGroupsNoCacheMime: string
                  strGroupsNoCacheUri: string
                  strNoCacheMime: string
                  strNoCacheUri: string
              poolgroupsPerVirtualservice: string
              poolsPerPoolgroup: string
              poolsPerVirtualservice: string
              routesPerVrfcontext: string
              rulesPerNatPolicy: string
              rulesPerNetworksecuritypolicy: string
              serversPerPool: string
              sniChildrenPerParent: string
              stringsPerStringgroup: string
              vsBgpScaleout: string
              vsL2Scaleout: string
              wafLimits:
                - numAllowedContentTypes: string
                  numAllowedRequestContentTypeCharsets: string
                  numAllowlistPolicyRules: string
                  numApplications: string
                  numContentTypeMappings: string
                  numDataFiles: string
                  numExcludeListPerRuleGroup: string
                  numPrePostCrsGroups: string
                  numPsmGroups: string
                  numPsmMatchElements: string
                  numPsmMatchRulesPerLoc: string
                  numPsmTotalLocations: string
                  numRestrictedExtensions: string
                  numRestrictedHeaders: string
                  numRuleTags: string
                  numRulesPerRulegroup: string
                  numStaticExtensions: string
              wafRuleMetricsEnabledVs: string
        controllerSizes:
            - flavor: string
              minCpus: string
              minMemory: string
        serviceengineLimits:
            - allVirtualservicesPerServiceengine: string
              ewVirtualservicesPerServiceengine: string
              nsVirtualservicesPerServiceengine: string
              numLogicalIntfPerSe: string
              numPhyIntfPerSe: string
              numVirtualservicesRtMetrics: string
              numVlanIntfPerPhyIntf: string
              numVlanIntfPerSe: string
              serviceengineCloudLimits:
                - type: string
                  vrfsPerServiceengine: string
        systemlimitsId: string
        uuid: string
    

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

    ConfigpbAttributes List<SystemlimitsConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerLimits List<SystemlimitsControllerLimit>
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerSizes List<SystemlimitsControllerSize>
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ServiceengineLimits List<SystemlimitsServiceengineLimit>
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SystemlimitsId string
    Uuid string
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []SystemlimitsConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerLimits []SystemlimitsControllerLimitArgs
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerSizes []SystemlimitsControllerSizeArgs
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ServiceengineLimits []SystemlimitsServiceengineLimitArgs
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SystemlimitsId string
    Uuid string
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<SystemlimitsConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerLimits List<SystemlimitsControllerLimit>
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerSizes List<SystemlimitsControllerSize>
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengineLimits List<SystemlimitsServiceengineLimit>
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimitsId String
    uuid String
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes SystemlimitsConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerLimits SystemlimitsControllerLimit[]
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerSizes SystemlimitsControllerSize[]
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengineLimits SystemlimitsServiceengineLimit[]
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimitsId string
    uuid string
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[SystemlimitsConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controller_limits Sequence[SystemlimitsControllerLimitArgs]
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controller_sizes Sequence[SystemlimitsControllerSizeArgs]
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengine_limits Sequence[SystemlimitsServiceengineLimitArgs]
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimits_id str
    uuid str
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerLimits List<Property Map>
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerSizes List<Property Map>
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengineLimits List<Property Map>
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimitsId String
    uuid String
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Outputs

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

    Get an existing Systemlimits 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?: SystemlimitsState, opts?: CustomResourceOptions): Systemlimits
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configpb_attributes: Optional[Sequence[SystemlimitsConfigpbAttributeArgs]] = None,
            controller_limits: Optional[Sequence[SystemlimitsControllerLimitArgs]] = None,
            controller_sizes: Optional[Sequence[SystemlimitsControllerSizeArgs]] = None,
            serviceengine_limits: Optional[Sequence[SystemlimitsServiceengineLimitArgs]] = None,
            systemlimits_id: Optional[str] = None,
            uuid: Optional[str] = None) -> Systemlimits
    func GetSystemlimits(ctx *Context, name string, id IDInput, state *SystemlimitsState, opts ...ResourceOption) (*Systemlimits, error)
    public static Systemlimits Get(string name, Input<string> id, SystemlimitsState? state, CustomResourceOptions? opts = null)
    public static Systemlimits get(String name, Output<String> id, SystemlimitsState state, CustomResourceOptions options)
    resources:  _:    type: avi:Systemlimits    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ConfigpbAttributes List<SystemlimitsConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerLimits List<SystemlimitsControllerLimit>
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerSizes List<SystemlimitsControllerSize>
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ServiceengineLimits List<SystemlimitsServiceengineLimit>
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SystemlimitsId string
    Uuid string
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []SystemlimitsConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerLimits []SystemlimitsControllerLimitArgs
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerSizes []SystemlimitsControllerSizeArgs
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ServiceengineLimits []SystemlimitsServiceengineLimitArgs
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SystemlimitsId string
    Uuid string
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<SystemlimitsConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerLimits List<SystemlimitsControllerLimit>
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerSizes List<SystemlimitsControllerSize>
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengineLimits List<SystemlimitsServiceengineLimit>
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimitsId String
    uuid String
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes SystemlimitsConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerLimits SystemlimitsControllerLimit[]
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerSizes SystemlimitsControllerSize[]
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengineLimits SystemlimitsServiceengineLimit[]
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimitsId string
    uuid string
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[SystemlimitsConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controller_limits Sequence[SystemlimitsControllerLimitArgs]
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controller_sizes Sequence[SystemlimitsControllerSizeArgs]
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengine_limits Sequence[SystemlimitsServiceengineLimitArgs]
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimits_id str
    uuid str
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerLimits List<Property Map>
    System limits for the entire controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerSizes List<Property Map>
    Possible controller sizes. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    serviceengineLimits List<Property Map>
    System limits that apply to a serviceengine. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemlimitsId String
    uuid String
    Uuid for the system limits object. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    SystemlimitsConfigpbAttribute, SystemlimitsConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    SystemlimitsControllerLimit, SystemlimitsControllerLimitArgs

    bot_limits Sequence[SystemlimitsControllerLimitBotLimit]
    certificates_per_virtualservice str
    controller_cloud_limits Sequence[SystemlimitsControllerLimitControllerCloudLimit]
    controller_sizing_limits Sequence[SystemlimitsControllerLimitControllerSizingLimit]
    default_routes_per_vrfcontext str
    gateway_mon_per_vrf str
    ipaddress_limits Sequence[SystemlimitsControllerLimitIpaddressLimit]
    ips_per_ipgroup str
    l7_limits Sequence[SystemlimitsControllerLimitL7Limit]
    poolgroups_per_virtualservice str
    pools_per_poolgroup str
    pools_per_virtualservice str
    routes_per_vrfcontext str
    rules_per_nat_policy str
    rules_per_networksecuritypolicy str
    servers_per_pool str
    sni_children_per_parent str
    strings_per_stringgroup str
    vs_bgp_scaleout str
    vs_l2_scaleout str
    waf_limits Sequence[SystemlimitsControllerLimitWafLimit]
    waf_rule_metrics_enabled_vs str

    SystemlimitsControllerLimitBotLimit, SystemlimitsControllerLimitBotLimitArgs

    AllowRules string
    Hdrs string
    MappingRules string
    AllowRules string
    Hdrs string
    MappingRules string
    allowRules String
    hdrs String
    mappingRules String
    allowRules string
    hdrs string
    mappingRules string
    allowRules String
    hdrs String
    mappingRules String

    SystemlimitsControllerLimitControllerCloudLimit, SystemlimitsControllerLimitControllerCloudLimitArgs

    NumClouds string
    T1LrsPerCloud string
    Type string
    NumClouds string
    T1LrsPerCloud string
    Type string
    numClouds String
    t1LrsPerCloud String
    type String
    numClouds string
    t1LrsPerCloud string
    type string
    numClouds String
    t1LrsPerCloud String
    type String

    SystemlimitsControllerLimitControllerSizingLimit, SystemlimitsControllerLimitControllerSizingLimitArgs

    SystemlimitsControllerLimitControllerSizingLimitControllerSizingCloudLimit, SystemlimitsControllerLimitControllerSizingLimitControllerSizingCloudLimitArgs

    NumClouds string
    Type string
    NumClouds string
    Type string
    numClouds String
    type String
    numClouds string
    type string
    numClouds String
    type String

    SystemlimitsControllerLimitIpaddressLimit, SystemlimitsControllerLimitIpaddressLimitArgs

    SystemlimitsControllerLimitL7Limit, SystemlimitsControllerLimitL7LimitArgs

    SystemlimitsControllerLimitWafLimit, SystemlimitsControllerLimitWafLimitArgs

    SystemlimitsControllerSize, SystemlimitsControllerSizeArgs

    Flavor string
    MinCpus string
    MinMemory string
    Flavor string
    MinCpus string
    MinMemory string
    flavor String
    minCpus String
    minMemory String
    flavor string
    minCpus string
    minMemory string
    flavor String
    minCpus String
    minMemory String

    SystemlimitsServiceengineLimit, SystemlimitsServiceengineLimitArgs

    SystemlimitsServiceengineLimitServiceengineCloudLimit, SystemlimitsServiceengineLimitServiceengineCloudLimitArgs

    Package Details

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