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

avi.Seproperties

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.Seproperties” sidebar_current: “docs-avi-resource-seproperties” description: |- Creates and manages Avi SeProperties.

    avi.Seproperties

    The SeProperties resource allows the creation and management of Avi SeProperties

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const foo = new avi.Seproperties("foo", {uuid: "default-uuid"});
    
    import pulumi
    import pulumi_avi as avi
    
    foo = avi.Seproperties("foo", uuid="default-uuid")
    
    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.NewSeproperties(ctx, "foo", &avi.SepropertiesArgs{
    			Uuid: pulumi.String("default-uuid"),
    		})
    		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.Seproperties("foo", new()
        {
            Uuid = "default-uuid",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.Seproperties;
    import com.pulumi.avi.SepropertiesArgs;
    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 Seproperties("foo", SepropertiesArgs.builder()
                .uuid("default-uuid")
                .build());
    
        }
    }
    
    resources:
      foo:
        type: avi:Seproperties
        properties:
          uuid: default-uuid
    

    Create Seproperties Resource

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

    Constructor syntax

    new Seproperties(name: string, args?: SepropertiesArgs, opts?: CustomResourceOptions);
    @overload
    def Seproperties(resource_name: str,
                     args: Optional[SepropertiesArgs] = None,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def Seproperties(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     configpb_attributes: Optional[Sequence[SepropertiesConfigpbAttributeArgs]] = None,
                     se_agent_properties: Optional[Sequence[SepropertiesSeAgentPropertyArgs]] = None,
                     se_bootup_properties: Optional[Sequence[SepropertiesSeBootupPropertyArgs]] = None,
                     se_runtime_properties: Optional[Sequence[SepropertiesSeRuntimePropertyArgs]] = None,
                     seproperties_id: Optional[str] = None,
                     uuid: Optional[str] = None)
    func NewSeproperties(ctx *Context, name string, args *SepropertiesArgs, opts ...ResourceOption) (*Seproperties, error)
    public Seproperties(string name, SepropertiesArgs? args = null, CustomResourceOptions? opts = null)
    public Seproperties(String name, SepropertiesArgs args)
    public Seproperties(String name, SepropertiesArgs args, CustomResourceOptions options)
    
    type: avi:Seproperties
    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 SepropertiesArgs
    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 SepropertiesArgs
    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 SepropertiesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SepropertiesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SepropertiesArgs
    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 sepropertiesResource = new Avi.Seproperties("sepropertiesResource", new()
    {
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.SepropertiesConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        SeAgentProperties = new[]
        {
            new Avi.Inputs.SepropertiesSeAgentPropertyArgs
            {
                ControllerEchoMissAggressiveLimit = "string",
                ControllerEchoMissLimit = "string",
                ControllerEchoRpcAggressiveTimeout = "string",
                ControllerEchoRpcTimeout = "string",
                ControllerHeartbeatMissLimit = "string",
                ControllerHeartbeatTimeoutSec = "string",
                ControllerRegistrationTimeoutSec = "string",
                ControllerRpcTimeout = "string",
                CpustatsInterval = "string",
                CtrlRegPendingMaxWaitTime = "string",
                DebugMode = "string",
                DpAggressiveDeqIntervalMsec = "string",
                DpAggressiveEnqIntervalMsec = "string",
                DpBatchSize = "string",
                DpDeqIntervalMsec = "string",
                DpEnqIntervalMsec = "string",
                DpMaxWaitRspTimeSec = "string",
                DpRegPendingMaxWaitTime = "string",
                HeadlessTimeoutSec = "string",
                IgnoreDockerMacChange = "string",
                NsHelperDeqIntervalMsec = "string",
                SdbFlushInterval = "string",
                SdbPipelineSize = "string",
                SdbScanCount = "string",
                SeGrpChangeDisruptive = "string",
                SeagentStatecacheProperties = new[]
                {
                    new Avi.Inputs.SepropertiesSeAgentPropertySeagentStatecachePropertyArgs
                    {
                        ScBatchBufferFlushLimit = "string",
                        ScCfgQBatchDequeueLimit = "string",
                        ScCfgQMaxSize = "string",
                        ScDnsQBatchDequeueLimit = "string",
                        ScDnsQMaxSize = "string",
                        ScShardCleanupMaxTime = "string",
                        ScStateRingBatchDequeueLimit = "string",
                        ScStatesFlushInterval = "string",
                        ScStreamCheckInterval = "string",
                        ScThreadQBatchDequeueLimit = "string",
                        ScThreadQMaxSize = "string",
                        ScThreadSleepInterval = "string",
                    },
                },
                SendSeReadyTimeout = "string",
                StatesFlushInterval = "string",
                VnicDhcpIpCheckInterval = "string",
                VnicDhcpIpMaxRetries = "string",
                VnicIpDeleteInterval = "string",
                VnicProbeInterval = "string",
                VnicRpcRetryInterval = "string",
                VnicdbCmdHistorySize = "string",
            },
        },
        SeBootupProperties = new[]
        {
            new Avi.Inputs.SepropertiesSeBootupPropertyArgs
            {
                DockerBackendPortend = "string",
                DockerBackendPortstart = "string",
                FairQueueingEnabled = "string",
                GeoDbGranularity = "string",
                L7ConnsPerCore = "string",
                L7ResvdListenConnsPerCore = "string",
                LogAgentDebugEnabled = "string",
                LogAgentTraceEnabled = "string",
                SeDpCompressions = new[]
                {
                    new Avi.Inputs.SepropertiesSeBootupPropertySeDpCompressionArgs
                    {
                        BufNum = "string",
                        BufSize = "string",
                        HashSize = "string",
                        LevelAggressive = "string",
                        LevelNormal = "string",
                        WindowSize = "string",
                    },
                },
                SeEmulatedCores = "string",
                SeIpEncapIpc = "string",
                SeL3EncapIpc = "string",
                SeLogBufferAppBlockingDequeue = "string",
                SeLogBufferApplogSize = "string",
                SeLogBufferChunkCount = "string",
                SeLogBufferConnBlockingDequeue = "string",
                SeLogBufferConnlogSize = "string",
                SeLogBufferEventsBlockingDequeue = "string",
                SeLogBufferEventsSize = "string",
                SslSessCachePerVs = "string",
                TcpSyncacheHashsize = "string",
            },
        },
        SeRuntimeProperties = new[]
        {
            new Avi.Inputs.SepropertiesSeRuntimePropertyArgs
            {
                AdminSshEnabled = "string",
                AppHeaders = new[]
                {
                    new Avi.Inputs.SepropertiesSeRuntimePropertyAppHeaderArgs
                    {
                        HdrMatchCase = "string",
                        HdrName = "string",
                        HdrStringOp = "string",
                    },
                },
                BaremetalDispatcherHandlesFlows = "string",
                ConnectionsLossyLogRateLimiterThreshold = "string",
                ConnectionsUdfnfLogRateLimiterThreshold = "string",
                DisableFlowProbes = "string",
                DosProfiles = new[]
                {
                    new Avi.Inputs.SepropertiesSeRuntimePropertyDosProfileArgs
                    {
                        ThreshPeriod = "string",
                        ThreshInfos = new[]
                        {
                            new Avi.Inputs.SepropertiesSeRuntimePropertyDosProfileThreshInfoArgs
                            {
                                Attack = "string",
                                MaxValue = "string",
                                MinValue = "string",
                            },
                        },
                    },
                },
                DownstreamSendTimeout = "string",
                DpAggressiveHbFrequency = "string",
                DpAggressiveHbTimeoutCount = "string",
                DpHbFrequency = "string",
                DpHbTimeoutCount = "string",
                DupipFrequency = "string",
                DupipTimeoutCount = "string",
                EnableHsmLog = "string",
                FeproxyVipsEnableProxyArp = "string",
                FlowTableBatchPushFrequency = "string",
                GlobalMtu = "string",
                HttpRumConsoleLog = "string",
                HttpRumMinContentLength = "string",
                LbactionNumRequestsToDispatch = "string",
                LbactionRqPerRequestMaxRetries = "string",
                LogAgentCompressLogs = "string",
                LogAgentFileSzAppl = "string",
                LogAgentFileSzConn = "string",
                LogAgentFileSzDebug = "string",
                LogAgentFileSzEvent = "string",
                LogAgentLogStorageMinSz = "string",
                LogAgentMaxConcurrentRsync = "string",
                LogAgentMaxStorageExcessPercent = "string",
                LogAgentMaxStorageIgnorePercent = "string",
                LogAgentMinStoragePerVs = "string",
                LogAgentSleepInterval = "string",
                LogAgentUnknownVsTimer = "string",
                LogMessageMaxFileListSize = "string",
                NgxFreeConnectionStack = "string",
                PersistenceMemMax = "string",
                ScaleoutUdpPerPkt = "string",
                SeAuthLdapBindTimeout = "string",
                SeAuthLdapCacheSize = "string",
                SeAuthLdapConnectTimeout = "string",
                SeAuthLdapConnsPerServer = "string",
                SeAuthLdapReconnectTimeout = "string",
                SeAuthLdapRequestTimeout = "string",
                SeAuthLdapServersFailoverOnly = "string",
                SeDpCompressions = new[]
                {
                    new Avi.Inputs.SepropertiesSeRuntimePropertySeDpCompressionArgs
                    {
                        MaxLowRtt = "string",
                        MinHighRtt = "string",
                        MinLength = "string",
                        MobileStrs = new[]
                        {
                            "string",
                        },
                    },
                },
                SeDpHmDrops = "string",
                SeDpIfStatePollInterval = "string",
                SeDpLogNfEnqueuePercent = "string",
                SeDpLogUdfEnqueuePercent = "string",
                SeDumpCoreOnAssert = "string",
                SeHandleInterfaceRoutes = "string",
                SeHbPersistFudgeBits = "string",
                SeMacErrorThresholdToDisablePromiscious = "string",
                SeMemoryPoison = "string",
                SeMetricsInterval = "string",
                SeMetricsRtEnabled = "string",
                SeMetricsRtInterval = "string",
                SePacketBufferMax = "string",
                SeRandomTcpDrops = "string",
                SeRateLimiters = new[]
                {
                    new Avi.Inputs.SepropertiesSeRuntimePropertySeRateLimiterArgs
                    {
                        ArpRl = "string",
                        DefaultRl = "string",
                        FlowProbeRl = "string",
                        IcmpRl = "string",
                        IcmpRspRl = "string",
                        NdRl = "string",
                        RstRl = "string",
                    },
                },
                ServiceIpSubnets = new[]
                {
                    new Avi.Inputs.SepropertiesSeRuntimePropertyServiceIpSubnetArgs
                    {
                        IpAddrs = new[]
                        {
                            new Avi.Inputs.SepropertiesSeRuntimePropertyServiceIpSubnetIpAddrArgs
                            {
                                Addr = "string",
                                Type = "string",
                            },
                        },
                        Mask = "string",
                    },
                },
                ServicePortRanges = new[]
                {
                    new Avi.Inputs.SepropertiesSeRuntimePropertyServicePortRangeArgs
                    {
                        End = "string",
                        Start = "string",
                    },
                },
                ServicesAccessibleAllInterfaces = "string",
                TcpSyncacheMaxRetransmitDefault = "string",
                UpstreamConnectTimeout = "string",
                UpstreamConnpoolCacheThresh = "string",
                UpstreamConnpoolConnIdleThreshTmo = "string",
                UpstreamConnpoolCoreMaxCache = "string",
                UpstreamConnpoolEnable = "string",
                UpstreamKeepalive = "string",
                UpstreamReadTimeout = "string",
                UpstreamSendTimeout = "string",
                UserDefinedMetricAge = "string",
            },
        },
        SepropertiesId = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewSeproperties(ctx, "sepropertiesResource", &avi.SepropertiesArgs{
    	ConfigpbAttributes: avi.SepropertiesConfigpbAttributeArray{
    		&avi.SepropertiesConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	SeAgentProperties: avi.SepropertiesSeAgentPropertyArray{
    		&avi.SepropertiesSeAgentPropertyArgs{
    			ControllerEchoMissAggressiveLimit:  pulumi.String("string"),
    			ControllerEchoMissLimit:            pulumi.String("string"),
    			ControllerEchoRpcAggressiveTimeout: pulumi.String("string"),
    			ControllerEchoRpcTimeout:           pulumi.String("string"),
    			ControllerHeartbeatMissLimit:       pulumi.String("string"),
    			ControllerHeartbeatTimeoutSec:      pulumi.String("string"),
    			ControllerRegistrationTimeoutSec:   pulumi.String("string"),
    			ControllerRpcTimeout:               pulumi.String("string"),
    			CpustatsInterval:                   pulumi.String("string"),
    			CtrlRegPendingMaxWaitTime:          pulumi.String("string"),
    			DebugMode:                          pulumi.String("string"),
    			DpAggressiveDeqIntervalMsec:        pulumi.String("string"),
    			DpAggressiveEnqIntervalMsec:        pulumi.String("string"),
    			DpBatchSize:                        pulumi.String("string"),
    			DpDeqIntervalMsec:                  pulumi.String("string"),
    			DpEnqIntervalMsec:                  pulumi.String("string"),
    			DpMaxWaitRspTimeSec:                pulumi.String("string"),
    			DpRegPendingMaxWaitTime:            pulumi.String("string"),
    			HeadlessTimeoutSec:                 pulumi.String("string"),
    			IgnoreDockerMacChange:              pulumi.String("string"),
    			NsHelperDeqIntervalMsec:            pulumi.String("string"),
    			SdbFlushInterval:                   pulumi.String("string"),
    			SdbPipelineSize:                    pulumi.String("string"),
    			SdbScanCount:                       pulumi.String("string"),
    			SeGrpChangeDisruptive:              pulumi.String("string"),
    			SeagentStatecacheProperties: avi.SepropertiesSeAgentPropertySeagentStatecachePropertyArray{
    				&avi.SepropertiesSeAgentPropertySeagentStatecachePropertyArgs{
    					ScBatchBufferFlushLimit:      pulumi.String("string"),
    					ScCfgQBatchDequeueLimit:      pulumi.String("string"),
    					ScCfgQMaxSize:                pulumi.String("string"),
    					ScDnsQBatchDequeueLimit:      pulumi.String("string"),
    					ScDnsQMaxSize:                pulumi.String("string"),
    					ScShardCleanupMaxTime:        pulumi.String("string"),
    					ScStateRingBatchDequeueLimit: pulumi.String("string"),
    					ScStatesFlushInterval:        pulumi.String("string"),
    					ScStreamCheckInterval:        pulumi.String("string"),
    					ScThreadQBatchDequeueLimit:   pulumi.String("string"),
    					ScThreadQMaxSize:             pulumi.String("string"),
    					ScThreadSleepInterval:        pulumi.String("string"),
    				},
    			},
    			SendSeReadyTimeout:      pulumi.String("string"),
    			StatesFlushInterval:     pulumi.String("string"),
    			VnicDhcpIpCheckInterval: pulumi.String("string"),
    			VnicDhcpIpMaxRetries:    pulumi.String("string"),
    			VnicIpDeleteInterval:    pulumi.String("string"),
    			VnicProbeInterval:       pulumi.String("string"),
    			VnicRpcRetryInterval:    pulumi.String("string"),
    			VnicdbCmdHistorySize:    pulumi.String("string"),
    		},
    	},
    	SeBootupProperties: avi.SepropertiesSeBootupPropertyArray{
    		&avi.SepropertiesSeBootupPropertyArgs{
    			DockerBackendPortend:      pulumi.String("string"),
    			DockerBackendPortstart:    pulumi.String("string"),
    			FairQueueingEnabled:       pulumi.String("string"),
    			GeoDbGranularity:          pulumi.String("string"),
    			L7ConnsPerCore:            pulumi.String("string"),
    			L7ResvdListenConnsPerCore: pulumi.String("string"),
    			LogAgentDebugEnabled:      pulumi.String("string"),
    			LogAgentTraceEnabled:      pulumi.String("string"),
    			SeDpCompressions: avi.SepropertiesSeBootupPropertySeDpCompressionArray{
    				&avi.SepropertiesSeBootupPropertySeDpCompressionArgs{
    					BufNum:          pulumi.String("string"),
    					BufSize:         pulumi.String("string"),
    					HashSize:        pulumi.String("string"),
    					LevelAggressive: pulumi.String("string"),
    					LevelNormal:     pulumi.String("string"),
    					WindowSize:      pulumi.String("string"),
    				},
    			},
    			SeEmulatedCores:                  pulumi.String("string"),
    			SeIpEncapIpc:                     pulumi.String("string"),
    			SeL3EncapIpc:                     pulumi.String("string"),
    			SeLogBufferAppBlockingDequeue:    pulumi.String("string"),
    			SeLogBufferApplogSize:            pulumi.String("string"),
    			SeLogBufferChunkCount:            pulumi.String("string"),
    			SeLogBufferConnBlockingDequeue:   pulumi.String("string"),
    			SeLogBufferConnlogSize:           pulumi.String("string"),
    			SeLogBufferEventsBlockingDequeue: pulumi.String("string"),
    			SeLogBufferEventsSize:            pulumi.String("string"),
    			SslSessCachePerVs:                pulumi.String("string"),
    			TcpSyncacheHashsize:              pulumi.String("string"),
    		},
    	},
    	SeRuntimeProperties: avi.SepropertiesSeRuntimePropertyArray{
    		&avi.SepropertiesSeRuntimePropertyArgs{
    			AdminSshEnabled: pulumi.String("string"),
    			AppHeaders: avi.SepropertiesSeRuntimePropertyAppHeaderArray{
    				&avi.SepropertiesSeRuntimePropertyAppHeaderArgs{
    					HdrMatchCase: pulumi.String("string"),
    					HdrName:      pulumi.String("string"),
    					HdrStringOp:  pulumi.String("string"),
    				},
    			},
    			BaremetalDispatcherHandlesFlows:         pulumi.String("string"),
    			ConnectionsLossyLogRateLimiterThreshold: pulumi.String("string"),
    			ConnectionsUdfnfLogRateLimiterThreshold: pulumi.String("string"),
    			DisableFlowProbes:                       pulumi.String("string"),
    			DosProfiles: avi.SepropertiesSeRuntimePropertyDosProfileArray{
    				&avi.SepropertiesSeRuntimePropertyDosProfileArgs{
    					ThreshPeriod: pulumi.String("string"),
    					ThreshInfos: avi.SepropertiesSeRuntimePropertyDosProfileThreshInfoArray{
    						&avi.SepropertiesSeRuntimePropertyDosProfileThreshInfoArgs{
    							Attack:   pulumi.String("string"),
    							MaxValue: pulumi.String("string"),
    							MinValue: pulumi.String("string"),
    						},
    					},
    				},
    			},
    			DownstreamSendTimeout:           pulumi.String("string"),
    			DpAggressiveHbFrequency:         pulumi.String("string"),
    			DpAggressiveHbTimeoutCount:      pulumi.String("string"),
    			DpHbFrequency:                   pulumi.String("string"),
    			DpHbTimeoutCount:                pulumi.String("string"),
    			DupipFrequency:                  pulumi.String("string"),
    			DupipTimeoutCount:               pulumi.String("string"),
    			EnableHsmLog:                    pulumi.String("string"),
    			FeproxyVipsEnableProxyArp:       pulumi.String("string"),
    			FlowTableBatchPushFrequency:     pulumi.String("string"),
    			GlobalMtu:                       pulumi.String("string"),
    			HttpRumConsoleLog:               pulumi.String("string"),
    			HttpRumMinContentLength:         pulumi.String("string"),
    			LbactionNumRequestsToDispatch:   pulumi.String("string"),
    			LbactionRqPerRequestMaxRetries:  pulumi.String("string"),
    			LogAgentCompressLogs:            pulumi.String("string"),
    			LogAgentFileSzAppl:              pulumi.String("string"),
    			LogAgentFileSzConn:              pulumi.String("string"),
    			LogAgentFileSzDebug:             pulumi.String("string"),
    			LogAgentFileSzEvent:             pulumi.String("string"),
    			LogAgentLogStorageMinSz:         pulumi.String("string"),
    			LogAgentMaxConcurrentRsync:      pulumi.String("string"),
    			LogAgentMaxStorageExcessPercent: pulumi.String("string"),
    			LogAgentMaxStorageIgnorePercent: pulumi.String("string"),
    			LogAgentMinStoragePerVs:         pulumi.String("string"),
    			LogAgentSleepInterval:           pulumi.String("string"),
    			LogAgentUnknownVsTimer:          pulumi.String("string"),
    			LogMessageMaxFileListSize:       pulumi.String("string"),
    			NgxFreeConnectionStack:          pulumi.String("string"),
    			PersistenceMemMax:               pulumi.String("string"),
    			ScaleoutUdpPerPkt:               pulumi.String("string"),
    			SeAuthLdapBindTimeout:           pulumi.String("string"),
    			SeAuthLdapCacheSize:             pulumi.String("string"),
    			SeAuthLdapConnectTimeout:        pulumi.String("string"),
    			SeAuthLdapConnsPerServer:        pulumi.String("string"),
    			SeAuthLdapReconnectTimeout:      pulumi.String("string"),
    			SeAuthLdapRequestTimeout:        pulumi.String("string"),
    			SeAuthLdapServersFailoverOnly:   pulumi.String("string"),
    			SeDpCompressions: avi.SepropertiesSeRuntimePropertySeDpCompressionArray{
    				&avi.SepropertiesSeRuntimePropertySeDpCompressionArgs{
    					MaxLowRtt:  pulumi.String("string"),
    					MinHighRtt: pulumi.String("string"),
    					MinLength:  pulumi.String("string"),
    					MobileStrs: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    				},
    			},
    			SeDpHmDrops:                             pulumi.String("string"),
    			SeDpIfStatePollInterval:                 pulumi.String("string"),
    			SeDpLogNfEnqueuePercent:                 pulumi.String("string"),
    			SeDpLogUdfEnqueuePercent:                pulumi.String("string"),
    			SeDumpCoreOnAssert:                      pulumi.String("string"),
    			SeHandleInterfaceRoutes:                 pulumi.String("string"),
    			SeHbPersistFudgeBits:                    pulumi.String("string"),
    			SeMacErrorThresholdToDisablePromiscious: pulumi.String("string"),
    			SeMemoryPoison:                          pulumi.String("string"),
    			SeMetricsInterval:                       pulumi.String("string"),
    			SeMetricsRtEnabled:                      pulumi.String("string"),
    			SeMetricsRtInterval:                     pulumi.String("string"),
    			SePacketBufferMax:                       pulumi.String("string"),
    			SeRandomTcpDrops:                        pulumi.String("string"),
    			SeRateLimiters: avi.SepropertiesSeRuntimePropertySeRateLimiterArray{
    				&avi.SepropertiesSeRuntimePropertySeRateLimiterArgs{
    					ArpRl:       pulumi.String("string"),
    					DefaultRl:   pulumi.String("string"),
    					FlowProbeRl: pulumi.String("string"),
    					IcmpRl:      pulumi.String("string"),
    					IcmpRspRl:   pulumi.String("string"),
    					NdRl:        pulumi.String("string"),
    					RstRl:       pulumi.String("string"),
    				},
    			},
    			ServiceIpSubnets: avi.SepropertiesSeRuntimePropertyServiceIpSubnetArray{
    				&avi.SepropertiesSeRuntimePropertyServiceIpSubnetArgs{
    					IpAddrs: avi.SepropertiesSeRuntimePropertyServiceIpSubnetIpAddrArray{
    						&avi.SepropertiesSeRuntimePropertyServiceIpSubnetIpAddrArgs{
    							Addr: pulumi.String("string"),
    							Type: pulumi.String("string"),
    						},
    					},
    					Mask: pulumi.String("string"),
    				},
    			},
    			ServicePortRanges: avi.SepropertiesSeRuntimePropertyServicePortRangeArray{
    				&avi.SepropertiesSeRuntimePropertyServicePortRangeArgs{
    					End:   pulumi.String("string"),
    					Start: pulumi.String("string"),
    				},
    			},
    			ServicesAccessibleAllInterfaces:   pulumi.String("string"),
    			TcpSyncacheMaxRetransmitDefault:   pulumi.String("string"),
    			UpstreamConnectTimeout:            pulumi.String("string"),
    			UpstreamConnpoolCacheThresh:       pulumi.String("string"),
    			UpstreamConnpoolConnIdleThreshTmo: pulumi.String("string"),
    			UpstreamConnpoolCoreMaxCache:      pulumi.String("string"),
    			UpstreamConnpoolEnable:            pulumi.String("string"),
    			UpstreamKeepalive:                 pulumi.String("string"),
    			UpstreamReadTimeout:               pulumi.String("string"),
    			UpstreamSendTimeout:               pulumi.String("string"),
    			UserDefinedMetricAge:              pulumi.String("string"),
    		},
    	},
    	SepropertiesId: pulumi.String("string"),
    	Uuid:           pulumi.String("string"),
    })
    
    var sepropertiesResource = new Seproperties("sepropertiesResource", SepropertiesArgs.builder()
        .configpbAttributes(SepropertiesConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .seAgentProperties(SepropertiesSeAgentPropertyArgs.builder()
            .controllerEchoMissAggressiveLimit("string")
            .controllerEchoMissLimit("string")
            .controllerEchoRpcAggressiveTimeout("string")
            .controllerEchoRpcTimeout("string")
            .controllerHeartbeatMissLimit("string")
            .controllerHeartbeatTimeoutSec("string")
            .controllerRegistrationTimeoutSec("string")
            .controllerRpcTimeout("string")
            .cpustatsInterval("string")
            .ctrlRegPendingMaxWaitTime("string")
            .debugMode("string")
            .dpAggressiveDeqIntervalMsec("string")
            .dpAggressiveEnqIntervalMsec("string")
            .dpBatchSize("string")
            .dpDeqIntervalMsec("string")
            .dpEnqIntervalMsec("string")
            .dpMaxWaitRspTimeSec("string")
            .dpRegPendingMaxWaitTime("string")
            .headlessTimeoutSec("string")
            .ignoreDockerMacChange("string")
            .nsHelperDeqIntervalMsec("string")
            .sdbFlushInterval("string")
            .sdbPipelineSize("string")
            .sdbScanCount("string")
            .seGrpChangeDisruptive("string")
            .seagentStatecacheProperties(SepropertiesSeAgentPropertySeagentStatecachePropertyArgs.builder()
                .scBatchBufferFlushLimit("string")
                .scCfgQBatchDequeueLimit("string")
                .scCfgQMaxSize("string")
                .scDnsQBatchDequeueLimit("string")
                .scDnsQMaxSize("string")
                .scShardCleanupMaxTime("string")
                .scStateRingBatchDequeueLimit("string")
                .scStatesFlushInterval("string")
                .scStreamCheckInterval("string")
                .scThreadQBatchDequeueLimit("string")
                .scThreadQMaxSize("string")
                .scThreadSleepInterval("string")
                .build())
            .sendSeReadyTimeout("string")
            .statesFlushInterval("string")
            .vnicDhcpIpCheckInterval("string")
            .vnicDhcpIpMaxRetries("string")
            .vnicIpDeleteInterval("string")
            .vnicProbeInterval("string")
            .vnicRpcRetryInterval("string")
            .vnicdbCmdHistorySize("string")
            .build())
        .seBootupProperties(SepropertiesSeBootupPropertyArgs.builder()
            .dockerBackendPortend("string")
            .dockerBackendPortstart("string")
            .fairQueueingEnabled("string")
            .geoDbGranularity("string")
            .l7ConnsPerCore("string")
            .l7ResvdListenConnsPerCore("string")
            .logAgentDebugEnabled("string")
            .logAgentTraceEnabled("string")
            .seDpCompressions(SepropertiesSeBootupPropertySeDpCompressionArgs.builder()
                .bufNum("string")
                .bufSize("string")
                .hashSize("string")
                .levelAggressive("string")
                .levelNormal("string")
                .windowSize("string")
                .build())
            .seEmulatedCores("string")
            .seIpEncapIpc("string")
            .seL3EncapIpc("string")
            .seLogBufferAppBlockingDequeue("string")
            .seLogBufferApplogSize("string")
            .seLogBufferChunkCount("string")
            .seLogBufferConnBlockingDequeue("string")
            .seLogBufferConnlogSize("string")
            .seLogBufferEventsBlockingDequeue("string")
            .seLogBufferEventsSize("string")
            .sslSessCachePerVs("string")
            .tcpSyncacheHashsize("string")
            .build())
        .seRuntimeProperties(SepropertiesSeRuntimePropertyArgs.builder()
            .adminSshEnabled("string")
            .appHeaders(SepropertiesSeRuntimePropertyAppHeaderArgs.builder()
                .hdrMatchCase("string")
                .hdrName("string")
                .hdrStringOp("string")
                .build())
            .baremetalDispatcherHandlesFlows("string")
            .connectionsLossyLogRateLimiterThreshold("string")
            .connectionsUdfnfLogRateLimiterThreshold("string")
            .disableFlowProbes("string")
            .dosProfiles(SepropertiesSeRuntimePropertyDosProfileArgs.builder()
                .threshPeriod("string")
                .threshInfos(SepropertiesSeRuntimePropertyDosProfileThreshInfoArgs.builder()
                    .attack("string")
                    .maxValue("string")
                    .minValue("string")
                    .build())
                .build())
            .downstreamSendTimeout("string")
            .dpAggressiveHbFrequency("string")
            .dpAggressiveHbTimeoutCount("string")
            .dpHbFrequency("string")
            .dpHbTimeoutCount("string")
            .dupipFrequency("string")
            .dupipTimeoutCount("string")
            .enableHsmLog("string")
            .feproxyVipsEnableProxyArp("string")
            .flowTableBatchPushFrequency("string")
            .globalMtu("string")
            .httpRumConsoleLog("string")
            .httpRumMinContentLength("string")
            .lbactionNumRequestsToDispatch("string")
            .lbactionRqPerRequestMaxRetries("string")
            .logAgentCompressLogs("string")
            .logAgentFileSzAppl("string")
            .logAgentFileSzConn("string")
            .logAgentFileSzDebug("string")
            .logAgentFileSzEvent("string")
            .logAgentLogStorageMinSz("string")
            .logAgentMaxConcurrentRsync("string")
            .logAgentMaxStorageExcessPercent("string")
            .logAgentMaxStorageIgnorePercent("string")
            .logAgentMinStoragePerVs("string")
            .logAgentSleepInterval("string")
            .logAgentUnknownVsTimer("string")
            .logMessageMaxFileListSize("string")
            .ngxFreeConnectionStack("string")
            .persistenceMemMax("string")
            .scaleoutUdpPerPkt("string")
            .seAuthLdapBindTimeout("string")
            .seAuthLdapCacheSize("string")
            .seAuthLdapConnectTimeout("string")
            .seAuthLdapConnsPerServer("string")
            .seAuthLdapReconnectTimeout("string")
            .seAuthLdapRequestTimeout("string")
            .seAuthLdapServersFailoverOnly("string")
            .seDpCompressions(SepropertiesSeRuntimePropertySeDpCompressionArgs.builder()
                .maxLowRtt("string")
                .minHighRtt("string")
                .minLength("string")
                .mobileStrs("string")
                .build())
            .seDpHmDrops("string")
            .seDpIfStatePollInterval("string")
            .seDpLogNfEnqueuePercent("string")
            .seDpLogUdfEnqueuePercent("string")
            .seDumpCoreOnAssert("string")
            .seHandleInterfaceRoutes("string")
            .seHbPersistFudgeBits("string")
            .seMacErrorThresholdToDisablePromiscious("string")
            .seMemoryPoison("string")
            .seMetricsInterval("string")
            .seMetricsRtEnabled("string")
            .seMetricsRtInterval("string")
            .sePacketBufferMax("string")
            .seRandomTcpDrops("string")
            .seRateLimiters(SepropertiesSeRuntimePropertySeRateLimiterArgs.builder()
                .arpRl("string")
                .defaultRl("string")
                .flowProbeRl("string")
                .icmpRl("string")
                .icmpRspRl("string")
                .ndRl("string")
                .rstRl("string")
                .build())
            .serviceIpSubnets(SepropertiesSeRuntimePropertyServiceIpSubnetArgs.builder()
                .ipAddrs(SepropertiesSeRuntimePropertyServiceIpSubnetIpAddrArgs.builder()
                    .addr("string")
                    .type("string")
                    .build())
                .mask("string")
                .build())
            .servicePortRanges(SepropertiesSeRuntimePropertyServicePortRangeArgs.builder()
                .end("string")
                .start("string")
                .build())
            .servicesAccessibleAllInterfaces("string")
            .tcpSyncacheMaxRetransmitDefault("string")
            .upstreamConnectTimeout("string")
            .upstreamConnpoolCacheThresh("string")
            .upstreamConnpoolConnIdleThreshTmo("string")
            .upstreamConnpoolCoreMaxCache("string")
            .upstreamConnpoolEnable("string")
            .upstreamKeepalive("string")
            .upstreamReadTimeout("string")
            .upstreamSendTimeout("string")
            .userDefinedMetricAge("string")
            .build())
        .sepropertiesId("string")
        .uuid("string")
        .build());
    
    seproperties_resource = avi.Seproperties("sepropertiesResource",
        configpb_attributes=[{
            "version": "string",
        }],
        se_agent_properties=[{
            "controller_echo_miss_aggressive_limit": "string",
            "controller_echo_miss_limit": "string",
            "controller_echo_rpc_aggressive_timeout": "string",
            "controller_echo_rpc_timeout": "string",
            "controller_heartbeat_miss_limit": "string",
            "controller_heartbeat_timeout_sec": "string",
            "controller_registration_timeout_sec": "string",
            "controller_rpc_timeout": "string",
            "cpustats_interval": "string",
            "ctrl_reg_pending_max_wait_time": "string",
            "debug_mode": "string",
            "dp_aggressive_deq_interval_msec": "string",
            "dp_aggressive_enq_interval_msec": "string",
            "dp_batch_size": "string",
            "dp_deq_interval_msec": "string",
            "dp_enq_interval_msec": "string",
            "dp_max_wait_rsp_time_sec": "string",
            "dp_reg_pending_max_wait_time": "string",
            "headless_timeout_sec": "string",
            "ignore_docker_mac_change": "string",
            "ns_helper_deq_interval_msec": "string",
            "sdb_flush_interval": "string",
            "sdb_pipeline_size": "string",
            "sdb_scan_count": "string",
            "se_grp_change_disruptive": "string",
            "seagent_statecache_properties": [{
                "sc_batch_buffer_flush_limit": "string",
                "sc_cfg_q_batch_dequeue_limit": "string",
                "sc_cfg_q_max_size": "string",
                "sc_dns_q_batch_dequeue_limit": "string",
                "sc_dns_q_max_size": "string",
                "sc_shard_cleanup_max_time": "string",
                "sc_state_ring_batch_dequeue_limit": "string",
                "sc_states_flush_interval": "string",
                "sc_stream_check_interval": "string",
                "sc_thread_q_batch_dequeue_limit": "string",
                "sc_thread_q_max_size": "string",
                "sc_thread_sleep_interval": "string",
            }],
            "send_se_ready_timeout": "string",
            "states_flush_interval": "string",
            "vnic_dhcp_ip_check_interval": "string",
            "vnic_dhcp_ip_max_retries": "string",
            "vnic_ip_delete_interval": "string",
            "vnic_probe_interval": "string",
            "vnic_rpc_retry_interval": "string",
            "vnicdb_cmd_history_size": "string",
        }],
        se_bootup_properties=[{
            "docker_backend_portend": "string",
            "docker_backend_portstart": "string",
            "fair_queueing_enabled": "string",
            "geo_db_granularity": "string",
            "l7_conns_per_core": "string",
            "l7_resvd_listen_conns_per_core": "string",
            "log_agent_debug_enabled": "string",
            "log_agent_trace_enabled": "string",
            "se_dp_compressions": [{
                "buf_num": "string",
                "buf_size": "string",
                "hash_size": "string",
                "level_aggressive": "string",
                "level_normal": "string",
                "window_size": "string",
            }],
            "se_emulated_cores": "string",
            "se_ip_encap_ipc": "string",
            "se_l3_encap_ipc": "string",
            "se_log_buffer_app_blocking_dequeue": "string",
            "se_log_buffer_applog_size": "string",
            "se_log_buffer_chunk_count": "string",
            "se_log_buffer_conn_blocking_dequeue": "string",
            "se_log_buffer_connlog_size": "string",
            "se_log_buffer_events_blocking_dequeue": "string",
            "se_log_buffer_events_size": "string",
            "ssl_sess_cache_per_vs": "string",
            "tcp_syncache_hashsize": "string",
        }],
        se_runtime_properties=[{
            "admin_ssh_enabled": "string",
            "app_headers": [{
                "hdr_match_case": "string",
                "hdr_name": "string",
                "hdr_string_op": "string",
            }],
            "baremetal_dispatcher_handles_flows": "string",
            "connections_lossy_log_rate_limiter_threshold": "string",
            "connections_udfnf_log_rate_limiter_threshold": "string",
            "disable_flow_probes": "string",
            "dos_profiles": [{
                "thresh_period": "string",
                "thresh_infos": [{
                    "attack": "string",
                    "max_value": "string",
                    "min_value": "string",
                }],
            }],
            "downstream_send_timeout": "string",
            "dp_aggressive_hb_frequency": "string",
            "dp_aggressive_hb_timeout_count": "string",
            "dp_hb_frequency": "string",
            "dp_hb_timeout_count": "string",
            "dupip_frequency": "string",
            "dupip_timeout_count": "string",
            "enable_hsm_log": "string",
            "feproxy_vips_enable_proxy_arp": "string",
            "flow_table_batch_push_frequency": "string",
            "global_mtu": "string",
            "http_rum_console_log": "string",
            "http_rum_min_content_length": "string",
            "lbaction_num_requests_to_dispatch": "string",
            "lbaction_rq_per_request_max_retries": "string",
            "log_agent_compress_logs": "string",
            "log_agent_file_sz_appl": "string",
            "log_agent_file_sz_conn": "string",
            "log_agent_file_sz_debug": "string",
            "log_agent_file_sz_event": "string",
            "log_agent_log_storage_min_sz": "string",
            "log_agent_max_concurrent_rsync": "string",
            "log_agent_max_storage_excess_percent": "string",
            "log_agent_max_storage_ignore_percent": "string",
            "log_agent_min_storage_per_vs": "string",
            "log_agent_sleep_interval": "string",
            "log_agent_unknown_vs_timer": "string",
            "log_message_max_file_list_size": "string",
            "ngx_free_connection_stack": "string",
            "persistence_mem_max": "string",
            "scaleout_udp_per_pkt": "string",
            "se_auth_ldap_bind_timeout": "string",
            "se_auth_ldap_cache_size": "string",
            "se_auth_ldap_connect_timeout": "string",
            "se_auth_ldap_conns_per_server": "string",
            "se_auth_ldap_reconnect_timeout": "string",
            "se_auth_ldap_request_timeout": "string",
            "se_auth_ldap_servers_failover_only": "string",
            "se_dp_compressions": [{
                "max_low_rtt": "string",
                "min_high_rtt": "string",
                "min_length": "string",
                "mobile_strs": ["string"],
            }],
            "se_dp_hm_drops": "string",
            "se_dp_if_state_poll_interval": "string",
            "se_dp_log_nf_enqueue_percent": "string",
            "se_dp_log_udf_enqueue_percent": "string",
            "se_dump_core_on_assert": "string",
            "se_handle_interface_routes": "string",
            "se_hb_persist_fudge_bits": "string",
            "se_mac_error_threshold_to_disable_promiscious": "string",
            "se_memory_poison": "string",
            "se_metrics_interval": "string",
            "se_metrics_rt_enabled": "string",
            "se_metrics_rt_interval": "string",
            "se_packet_buffer_max": "string",
            "se_random_tcp_drops": "string",
            "se_rate_limiters": [{
                "arp_rl": "string",
                "default_rl": "string",
                "flow_probe_rl": "string",
                "icmp_rl": "string",
                "icmp_rsp_rl": "string",
                "nd_rl": "string",
                "rst_rl": "string",
            }],
            "service_ip_subnets": [{
                "ip_addrs": [{
                    "addr": "string",
                    "type": "string",
                }],
                "mask": "string",
            }],
            "service_port_ranges": [{
                "end": "string",
                "start": "string",
            }],
            "services_accessible_all_interfaces": "string",
            "tcp_syncache_max_retransmit_default": "string",
            "upstream_connect_timeout": "string",
            "upstream_connpool_cache_thresh": "string",
            "upstream_connpool_conn_idle_thresh_tmo": "string",
            "upstream_connpool_core_max_cache": "string",
            "upstream_connpool_enable": "string",
            "upstream_keepalive": "string",
            "upstream_read_timeout": "string",
            "upstream_send_timeout": "string",
            "user_defined_metric_age": "string",
        }],
        seproperties_id="string",
        uuid="string")
    
    const sepropertiesResource = new avi.Seproperties("sepropertiesResource", {
        configpbAttributes: [{
            version: "string",
        }],
        seAgentProperties: [{
            controllerEchoMissAggressiveLimit: "string",
            controllerEchoMissLimit: "string",
            controllerEchoRpcAggressiveTimeout: "string",
            controllerEchoRpcTimeout: "string",
            controllerHeartbeatMissLimit: "string",
            controllerHeartbeatTimeoutSec: "string",
            controllerRegistrationTimeoutSec: "string",
            controllerRpcTimeout: "string",
            cpustatsInterval: "string",
            ctrlRegPendingMaxWaitTime: "string",
            debugMode: "string",
            dpAggressiveDeqIntervalMsec: "string",
            dpAggressiveEnqIntervalMsec: "string",
            dpBatchSize: "string",
            dpDeqIntervalMsec: "string",
            dpEnqIntervalMsec: "string",
            dpMaxWaitRspTimeSec: "string",
            dpRegPendingMaxWaitTime: "string",
            headlessTimeoutSec: "string",
            ignoreDockerMacChange: "string",
            nsHelperDeqIntervalMsec: "string",
            sdbFlushInterval: "string",
            sdbPipelineSize: "string",
            sdbScanCount: "string",
            seGrpChangeDisruptive: "string",
            seagentStatecacheProperties: [{
                scBatchBufferFlushLimit: "string",
                scCfgQBatchDequeueLimit: "string",
                scCfgQMaxSize: "string",
                scDnsQBatchDequeueLimit: "string",
                scDnsQMaxSize: "string",
                scShardCleanupMaxTime: "string",
                scStateRingBatchDequeueLimit: "string",
                scStatesFlushInterval: "string",
                scStreamCheckInterval: "string",
                scThreadQBatchDequeueLimit: "string",
                scThreadQMaxSize: "string",
                scThreadSleepInterval: "string",
            }],
            sendSeReadyTimeout: "string",
            statesFlushInterval: "string",
            vnicDhcpIpCheckInterval: "string",
            vnicDhcpIpMaxRetries: "string",
            vnicIpDeleteInterval: "string",
            vnicProbeInterval: "string",
            vnicRpcRetryInterval: "string",
            vnicdbCmdHistorySize: "string",
        }],
        seBootupProperties: [{
            dockerBackendPortend: "string",
            dockerBackendPortstart: "string",
            fairQueueingEnabled: "string",
            geoDbGranularity: "string",
            l7ConnsPerCore: "string",
            l7ResvdListenConnsPerCore: "string",
            logAgentDebugEnabled: "string",
            logAgentTraceEnabled: "string",
            seDpCompressions: [{
                bufNum: "string",
                bufSize: "string",
                hashSize: "string",
                levelAggressive: "string",
                levelNormal: "string",
                windowSize: "string",
            }],
            seEmulatedCores: "string",
            seIpEncapIpc: "string",
            seL3EncapIpc: "string",
            seLogBufferAppBlockingDequeue: "string",
            seLogBufferApplogSize: "string",
            seLogBufferChunkCount: "string",
            seLogBufferConnBlockingDequeue: "string",
            seLogBufferConnlogSize: "string",
            seLogBufferEventsBlockingDequeue: "string",
            seLogBufferEventsSize: "string",
            sslSessCachePerVs: "string",
            tcpSyncacheHashsize: "string",
        }],
        seRuntimeProperties: [{
            adminSshEnabled: "string",
            appHeaders: [{
                hdrMatchCase: "string",
                hdrName: "string",
                hdrStringOp: "string",
            }],
            baremetalDispatcherHandlesFlows: "string",
            connectionsLossyLogRateLimiterThreshold: "string",
            connectionsUdfnfLogRateLimiterThreshold: "string",
            disableFlowProbes: "string",
            dosProfiles: [{
                threshPeriod: "string",
                threshInfos: [{
                    attack: "string",
                    maxValue: "string",
                    minValue: "string",
                }],
            }],
            downstreamSendTimeout: "string",
            dpAggressiveHbFrequency: "string",
            dpAggressiveHbTimeoutCount: "string",
            dpHbFrequency: "string",
            dpHbTimeoutCount: "string",
            dupipFrequency: "string",
            dupipTimeoutCount: "string",
            enableHsmLog: "string",
            feproxyVipsEnableProxyArp: "string",
            flowTableBatchPushFrequency: "string",
            globalMtu: "string",
            httpRumConsoleLog: "string",
            httpRumMinContentLength: "string",
            lbactionNumRequestsToDispatch: "string",
            lbactionRqPerRequestMaxRetries: "string",
            logAgentCompressLogs: "string",
            logAgentFileSzAppl: "string",
            logAgentFileSzConn: "string",
            logAgentFileSzDebug: "string",
            logAgentFileSzEvent: "string",
            logAgentLogStorageMinSz: "string",
            logAgentMaxConcurrentRsync: "string",
            logAgentMaxStorageExcessPercent: "string",
            logAgentMaxStorageIgnorePercent: "string",
            logAgentMinStoragePerVs: "string",
            logAgentSleepInterval: "string",
            logAgentUnknownVsTimer: "string",
            logMessageMaxFileListSize: "string",
            ngxFreeConnectionStack: "string",
            persistenceMemMax: "string",
            scaleoutUdpPerPkt: "string",
            seAuthLdapBindTimeout: "string",
            seAuthLdapCacheSize: "string",
            seAuthLdapConnectTimeout: "string",
            seAuthLdapConnsPerServer: "string",
            seAuthLdapReconnectTimeout: "string",
            seAuthLdapRequestTimeout: "string",
            seAuthLdapServersFailoverOnly: "string",
            seDpCompressions: [{
                maxLowRtt: "string",
                minHighRtt: "string",
                minLength: "string",
                mobileStrs: ["string"],
            }],
            seDpHmDrops: "string",
            seDpIfStatePollInterval: "string",
            seDpLogNfEnqueuePercent: "string",
            seDpLogUdfEnqueuePercent: "string",
            seDumpCoreOnAssert: "string",
            seHandleInterfaceRoutes: "string",
            seHbPersistFudgeBits: "string",
            seMacErrorThresholdToDisablePromiscious: "string",
            seMemoryPoison: "string",
            seMetricsInterval: "string",
            seMetricsRtEnabled: "string",
            seMetricsRtInterval: "string",
            sePacketBufferMax: "string",
            seRandomTcpDrops: "string",
            seRateLimiters: [{
                arpRl: "string",
                defaultRl: "string",
                flowProbeRl: "string",
                icmpRl: "string",
                icmpRspRl: "string",
                ndRl: "string",
                rstRl: "string",
            }],
            serviceIpSubnets: [{
                ipAddrs: [{
                    addr: "string",
                    type: "string",
                }],
                mask: "string",
            }],
            servicePortRanges: [{
                end: "string",
                start: "string",
            }],
            servicesAccessibleAllInterfaces: "string",
            tcpSyncacheMaxRetransmitDefault: "string",
            upstreamConnectTimeout: "string",
            upstreamConnpoolCacheThresh: "string",
            upstreamConnpoolConnIdleThreshTmo: "string",
            upstreamConnpoolCoreMaxCache: "string",
            upstreamConnpoolEnable: "string",
            upstreamKeepalive: "string",
            upstreamReadTimeout: "string",
            upstreamSendTimeout: "string",
            userDefinedMetricAge: "string",
        }],
        sepropertiesId: "string",
        uuid: "string",
    });
    
    type: avi:Seproperties
    properties:
        configpbAttributes:
            - version: string
        seAgentProperties:
            - controllerEchoMissAggressiveLimit: string
              controllerEchoMissLimit: string
              controllerEchoRpcAggressiveTimeout: string
              controllerEchoRpcTimeout: string
              controllerHeartbeatMissLimit: string
              controllerHeartbeatTimeoutSec: string
              controllerRegistrationTimeoutSec: string
              controllerRpcTimeout: string
              cpustatsInterval: string
              ctrlRegPendingMaxWaitTime: string
              debugMode: string
              dpAggressiveDeqIntervalMsec: string
              dpAggressiveEnqIntervalMsec: string
              dpBatchSize: string
              dpDeqIntervalMsec: string
              dpEnqIntervalMsec: string
              dpMaxWaitRspTimeSec: string
              dpRegPendingMaxWaitTime: string
              headlessTimeoutSec: string
              ignoreDockerMacChange: string
              nsHelperDeqIntervalMsec: string
              sdbFlushInterval: string
              sdbPipelineSize: string
              sdbScanCount: string
              seGrpChangeDisruptive: string
              seagentStatecacheProperties:
                - scBatchBufferFlushLimit: string
                  scCfgQBatchDequeueLimit: string
                  scCfgQMaxSize: string
                  scDnsQBatchDequeueLimit: string
                  scDnsQMaxSize: string
                  scShardCleanupMaxTime: string
                  scStateRingBatchDequeueLimit: string
                  scStatesFlushInterval: string
                  scStreamCheckInterval: string
                  scThreadQBatchDequeueLimit: string
                  scThreadQMaxSize: string
                  scThreadSleepInterval: string
              sendSeReadyTimeout: string
              statesFlushInterval: string
              vnicDhcpIpCheckInterval: string
              vnicDhcpIpMaxRetries: string
              vnicIpDeleteInterval: string
              vnicProbeInterval: string
              vnicRpcRetryInterval: string
              vnicdbCmdHistorySize: string
        seBootupProperties:
            - dockerBackendPortend: string
              dockerBackendPortstart: string
              fairQueueingEnabled: string
              geoDbGranularity: string
              l7ConnsPerCore: string
              l7ResvdListenConnsPerCore: string
              logAgentDebugEnabled: string
              logAgentTraceEnabled: string
              seDpCompressions:
                - bufNum: string
                  bufSize: string
                  hashSize: string
                  levelAggressive: string
                  levelNormal: string
                  windowSize: string
              seEmulatedCores: string
              seIpEncapIpc: string
              seL3EncapIpc: string
              seLogBufferAppBlockingDequeue: string
              seLogBufferApplogSize: string
              seLogBufferChunkCount: string
              seLogBufferConnBlockingDequeue: string
              seLogBufferConnlogSize: string
              seLogBufferEventsBlockingDequeue: string
              seLogBufferEventsSize: string
              sslSessCachePerVs: string
              tcpSyncacheHashsize: string
        seRuntimeProperties:
            - adminSshEnabled: string
              appHeaders:
                - hdrMatchCase: string
                  hdrName: string
                  hdrStringOp: string
              baremetalDispatcherHandlesFlows: string
              connectionsLossyLogRateLimiterThreshold: string
              connectionsUdfnfLogRateLimiterThreshold: string
              disableFlowProbes: string
              dosProfiles:
                - threshInfos:
                    - attack: string
                      maxValue: string
                      minValue: string
                  threshPeriod: string
              downstreamSendTimeout: string
              dpAggressiveHbFrequency: string
              dpAggressiveHbTimeoutCount: string
              dpHbFrequency: string
              dpHbTimeoutCount: string
              dupipFrequency: string
              dupipTimeoutCount: string
              enableHsmLog: string
              feproxyVipsEnableProxyArp: string
              flowTableBatchPushFrequency: string
              globalMtu: string
              httpRumConsoleLog: string
              httpRumMinContentLength: string
              lbactionNumRequestsToDispatch: string
              lbactionRqPerRequestMaxRetries: string
              logAgentCompressLogs: string
              logAgentFileSzAppl: string
              logAgentFileSzConn: string
              logAgentFileSzDebug: string
              logAgentFileSzEvent: string
              logAgentLogStorageMinSz: string
              logAgentMaxConcurrentRsync: string
              logAgentMaxStorageExcessPercent: string
              logAgentMaxStorageIgnorePercent: string
              logAgentMinStoragePerVs: string
              logAgentSleepInterval: string
              logAgentUnknownVsTimer: string
              logMessageMaxFileListSize: string
              ngxFreeConnectionStack: string
              persistenceMemMax: string
              scaleoutUdpPerPkt: string
              seAuthLdapBindTimeout: string
              seAuthLdapCacheSize: string
              seAuthLdapConnectTimeout: string
              seAuthLdapConnsPerServer: string
              seAuthLdapReconnectTimeout: string
              seAuthLdapRequestTimeout: string
              seAuthLdapServersFailoverOnly: string
              seDpCompressions:
                - maxLowRtt: string
                  minHighRtt: string
                  minLength: string
                  mobileStrs:
                    - string
              seDpHmDrops: string
              seDpIfStatePollInterval: string
              seDpLogNfEnqueuePercent: string
              seDpLogUdfEnqueuePercent: string
              seDumpCoreOnAssert: string
              seHandleInterfaceRoutes: string
              seHbPersistFudgeBits: string
              seMacErrorThresholdToDisablePromiscious: string
              seMemoryPoison: string
              seMetricsInterval: string
              seMetricsRtEnabled: string
              seMetricsRtInterval: string
              sePacketBufferMax: string
              seRandomTcpDrops: string
              seRateLimiters:
                - arpRl: string
                  defaultRl: string
                  flowProbeRl: string
                  icmpRl: string
                  icmpRspRl: string
                  ndRl: string
                  rstRl: string
              serviceIpSubnets:
                - ipAddrs:
                    - addr: string
                      type: string
                  mask: string
              servicePortRanges:
                - end: string
                  start: string
              servicesAccessibleAllInterfaces: string
              tcpSyncacheMaxRetransmitDefault: string
              upstreamConnectTimeout: string
              upstreamConnpoolCacheThresh: string
              upstreamConnpoolConnIdleThreshTmo: string
              upstreamConnpoolCoreMaxCache: string
              upstreamConnpoolEnable: string
              upstreamKeepalive: string
              upstreamReadTimeout: string
              upstreamSendTimeout: string
              userDefinedMetricAge: string
        sepropertiesId: string
        uuid: string
    

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

    ConfigpbAttributes List<SepropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeAgentProperties List<SepropertiesSeAgentProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeBootupProperties List<SepropertiesSeBootupProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeRuntimeProperties List<SepropertiesSeRuntimeProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SepropertiesId string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []SepropertiesConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeAgentProperties []SepropertiesSeAgentPropertyArgs
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeBootupProperties []SepropertiesSeBootupPropertyArgs
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeRuntimeProperties []SepropertiesSeRuntimePropertyArgs
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SepropertiesId string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<SepropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seAgentProperties List<SepropertiesSeAgentProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties List<SepropertiesSeBootupProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties List<SepropertiesSeRuntimeProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sepropertiesId String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes SepropertiesConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seAgentProperties SepropertiesSeAgentProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties SepropertiesSeBootupProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties SepropertiesSeRuntimeProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sepropertiesId string
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[SepropertiesConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_agent_properties Sequence[SepropertiesSeAgentPropertyArgs]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_bootup_properties Sequence[SepropertiesSeBootupPropertyArgs]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_runtime_properties Sequence[SepropertiesSeRuntimePropertyArgs]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seproperties_id str
    uuid str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seAgentProperties List<Property Map>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties List<Property Map>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties List<Property Map>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sepropertiesId String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Outputs

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

    Get an existing Seproperties 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?: SepropertiesState, opts?: CustomResourceOptions): Seproperties
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configpb_attributes: Optional[Sequence[SepropertiesConfigpbAttributeArgs]] = None,
            se_agent_properties: Optional[Sequence[SepropertiesSeAgentPropertyArgs]] = None,
            se_bootup_properties: Optional[Sequence[SepropertiesSeBootupPropertyArgs]] = None,
            se_runtime_properties: Optional[Sequence[SepropertiesSeRuntimePropertyArgs]] = None,
            seproperties_id: Optional[str] = None,
            uuid: Optional[str] = None) -> Seproperties
    func GetSeproperties(ctx *Context, name string, id IDInput, state *SepropertiesState, opts ...ResourceOption) (*Seproperties, error)
    public static Seproperties Get(string name, Input<string> id, SepropertiesState? state, CustomResourceOptions? opts = null)
    public static Seproperties get(String name, Output<String> id, SepropertiesState state, CustomResourceOptions options)
    resources:  _:    type: avi:Seproperties    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<SepropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeAgentProperties List<SepropertiesSeAgentProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeBootupProperties List<SepropertiesSeBootupProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeRuntimeProperties List<SepropertiesSeRuntimeProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SepropertiesId string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []SepropertiesConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeAgentProperties []SepropertiesSeAgentPropertyArgs
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeBootupProperties []SepropertiesSeBootupPropertyArgs
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeRuntimeProperties []SepropertiesSeRuntimePropertyArgs
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SepropertiesId string
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<SepropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seAgentProperties List<SepropertiesSeAgentProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties List<SepropertiesSeBootupProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties List<SepropertiesSeRuntimeProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sepropertiesId String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes SepropertiesConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seAgentProperties SepropertiesSeAgentProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties SepropertiesSeBootupProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties SepropertiesSeRuntimeProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sepropertiesId string
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[SepropertiesConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_agent_properties Sequence[SepropertiesSeAgentPropertyArgs]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_bootup_properties Sequence[SepropertiesSeBootupPropertyArgs]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_runtime_properties Sequence[SepropertiesSeRuntimePropertyArgs]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seproperties_id str
    uuid str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seAgentProperties List<Property Map>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties List<Property Map>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties List<Property Map>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sepropertiesId String
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    SepropertiesConfigpbAttribute, SepropertiesConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    SepropertiesSeAgentProperty, SepropertiesSeAgentPropertyArgs

    ControllerEchoMissAggressiveLimit string
    ControllerEchoMissLimit string
    ControllerEchoRpcAggressiveTimeout string
    ControllerEchoRpcTimeout string
    ControllerHeartbeatMissLimit string
    ControllerHeartbeatTimeoutSec string
    ControllerRegistrationTimeoutSec string
    ControllerRpcTimeout string
    CpustatsInterval string
    CtrlRegPendingMaxWaitTime string
    DebugMode string
    DpAggressiveDeqIntervalMsec string
    DpAggressiveEnqIntervalMsec string
    DpBatchSize string
    DpDeqIntervalMsec string
    DpEnqIntervalMsec string
    DpMaxWaitRspTimeSec string
    DpRegPendingMaxWaitTime string
    HeadlessTimeoutSec string
    IgnoreDockerMacChange string
    NsHelperDeqIntervalMsec string
    SdbFlushInterval string
    SdbPipelineSize string
    SdbScanCount string
    SeGrpChangeDisruptive string
    SeagentStatecacheProperties List<SepropertiesSeAgentPropertySeagentStatecacheProperty>
    SendSeReadyTimeout string
    StatesFlushInterval string
    VnicDhcpIpCheckInterval string
    VnicDhcpIpMaxRetries string
    VnicIpDeleteInterval string
    VnicProbeInterval string
    VnicRpcRetryInterval string
    VnicdbCmdHistorySize string
    ControllerEchoMissAggressiveLimit string
    ControllerEchoMissLimit string
    ControllerEchoRpcAggressiveTimeout string
    ControllerEchoRpcTimeout string
    ControllerHeartbeatMissLimit string
    ControllerHeartbeatTimeoutSec string
    ControllerRegistrationTimeoutSec string
    ControllerRpcTimeout string
    CpustatsInterval string
    CtrlRegPendingMaxWaitTime string
    DebugMode string
    DpAggressiveDeqIntervalMsec string
    DpAggressiveEnqIntervalMsec string
    DpBatchSize string
    DpDeqIntervalMsec string
    DpEnqIntervalMsec string
    DpMaxWaitRspTimeSec string
    DpRegPendingMaxWaitTime string
    HeadlessTimeoutSec string
    IgnoreDockerMacChange string
    NsHelperDeqIntervalMsec string
    SdbFlushInterval string
    SdbPipelineSize string
    SdbScanCount string
    SeGrpChangeDisruptive string
    SeagentStatecacheProperties []SepropertiesSeAgentPropertySeagentStatecacheProperty
    SendSeReadyTimeout string
    StatesFlushInterval string
    VnicDhcpIpCheckInterval string
    VnicDhcpIpMaxRetries string
    VnicIpDeleteInterval string
    VnicProbeInterval string
    VnicRpcRetryInterval string
    VnicdbCmdHistorySize string
    controllerEchoMissAggressiveLimit String
    controllerEchoMissLimit String
    controllerEchoRpcAggressiveTimeout String
    controllerEchoRpcTimeout String
    controllerHeartbeatMissLimit String
    controllerHeartbeatTimeoutSec String
    controllerRegistrationTimeoutSec String
    controllerRpcTimeout String
    cpustatsInterval String
    ctrlRegPendingMaxWaitTime String
    debugMode String
    dpAggressiveDeqIntervalMsec String
    dpAggressiveEnqIntervalMsec String
    dpBatchSize String
    dpDeqIntervalMsec String
    dpEnqIntervalMsec String
    dpMaxWaitRspTimeSec String
    dpRegPendingMaxWaitTime String
    headlessTimeoutSec String
    ignoreDockerMacChange String
    nsHelperDeqIntervalMsec String
    sdbFlushInterval String
    sdbPipelineSize String
    sdbScanCount String
    seGrpChangeDisruptive String
    seagentStatecacheProperties List<SepropertiesSeAgentPropertySeagentStatecacheProperty>
    sendSeReadyTimeout String
    statesFlushInterval String
    vnicDhcpIpCheckInterval String
    vnicDhcpIpMaxRetries String
    vnicIpDeleteInterval String
    vnicProbeInterval String
    vnicRpcRetryInterval String
    vnicdbCmdHistorySize String
    controllerEchoMissAggressiveLimit string
    controllerEchoMissLimit string
    controllerEchoRpcAggressiveTimeout string
    controllerEchoRpcTimeout string
    controllerHeartbeatMissLimit string
    controllerHeartbeatTimeoutSec string
    controllerRegistrationTimeoutSec string
    controllerRpcTimeout string
    cpustatsInterval string
    ctrlRegPendingMaxWaitTime string
    debugMode string
    dpAggressiveDeqIntervalMsec string
    dpAggressiveEnqIntervalMsec string
    dpBatchSize string
    dpDeqIntervalMsec string
    dpEnqIntervalMsec string
    dpMaxWaitRspTimeSec string
    dpRegPendingMaxWaitTime string
    headlessTimeoutSec string
    ignoreDockerMacChange string
    nsHelperDeqIntervalMsec string
    sdbFlushInterval string
    sdbPipelineSize string
    sdbScanCount string
    seGrpChangeDisruptive string
    seagentStatecacheProperties SepropertiesSeAgentPropertySeagentStatecacheProperty[]
    sendSeReadyTimeout string
    statesFlushInterval string
    vnicDhcpIpCheckInterval string
    vnicDhcpIpMaxRetries string
    vnicIpDeleteInterval string
    vnicProbeInterval string
    vnicRpcRetryInterval string
    vnicdbCmdHistorySize string
    controller_echo_miss_aggressive_limit str
    controller_echo_miss_limit str
    controller_echo_rpc_aggressive_timeout str
    controller_echo_rpc_timeout str
    controller_heartbeat_miss_limit str
    controller_heartbeat_timeout_sec str
    controller_registration_timeout_sec str
    controller_rpc_timeout str
    cpustats_interval str
    ctrl_reg_pending_max_wait_time str
    debug_mode str
    dp_aggressive_deq_interval_msec str
    dp_aggressive_enq_interval_msec str
    dp_batch_size str
    dp_deq_interval_msec str
    dp_enq_interval_msec str
    dp_max_wait_rsp_time_sec str
    dp_reg_pending_max_wait_time str
    headless_timeout_sec str
    ignore_docker_mac_change str
    ns_helper_deq_interval_msec str
    sdb_flush_interval str
    sdb_pipeline_size str
    sdb_scan_count str
    se_grp_change_disruptive str
    seagent_statecache_properties Sequence[SepropertiesSeAgentPropertySeagentStatecacheProperty]
    send_se_ready_timeout str
    states_flush_interval str
    vnic_dhcp_ip_check_interval str
    vnic_dhcp_ip_max_retries str
    vnic_ip_delete_interval str
    vnic_probe_interval str
    vnic_rpc_retry_interval str
    vnicdb_cmd_history_size str
    controllerEchoMissAggressiveLimit String
    controllerEchoMissLimit String
    controllerEchoRpcAggressiveTimeout String
    controllerEchoRpcTimeout String
    controllerHeartbeatMissLimit String
    controllerHeartbeatTimeoutSec String
    controllerRegistrationTimeoutSec String
    controllerRpcTimeout String
    cpustatsInterval String
    ctrlRegPendingMaxWaitTime String
    debugMode String
    dpAggressiveDeqIntervalMsec String
    dpAggressiveEnqIntervalMsec String
    dpBatchSize String
    dpDeqIntervalMsec String
    dpEnqIntervalMsec String
    dpMaxWaitRspTimeSec String
    dpRegPendingMaxWaitTime String
    headlessTimeoutSec String
    ignoreDockerMacChange String
    nsHelperDeqIntervalMsec String
    sdbFlushInterval String
    sdbPipelineSize String
    sdbScanCount String
    seGrpChangeDisruptive String
    seagentStatecacheProperties List<Property Map>
    sendSeReadyTimeout String
    statesFlushInterval String
    vnicDhcpIpCheckInterval String
    vnicDhcpIpMaxRetries String
    vnicIpDeleteInterval String
    vnicProbeInterval String
    vnicRpcRetryInterval String
    vnicdbCmdHistorySize String

    SepropertiesSeAgentPropertySeagentStatecacheProperty, SepropertiesSeAgentPropertySeagentStatecachePropertyArgs

    SepropertiesSeBootupProperty, SepropertiesSeBootupPropertyArgs

    SepropertiesSeBootupPropertySeDpCompression, SepropertiesSeBootupPropertySeDpCompressionArgs

    BufNum string
    BufSize string
    HashSize string
    LevelAggressive string
    LevelNormal string
    WindowSize string
    BufNum string
    BufSize string
    HashSize string
    LevelAggressive string
    LevelNormal string
    WindowSize string
    bufNum String
    bufSize String
    hashSize String
    levelAggressive String
    levelNormal String
    windowSize String
    bufNum string
    bufSize string
    hashSize string
    levelAggressive string
    levelNormal string
    windowSize string
    bufNum String
    bufSize String
    hashSize String
    levelAggressive String
    levelNormal String
    windowSize String

    SepropertiesSeRuntimeProperty, SepropertiesSeRuntimePropertyArgs

    AdminSshEnabled string
    AppHeaders List<SepropertiesSeRuntimePropertyAppHeader>
    BaremetalDispatcherHandlesFlows string
    ConnectionsLossyLogRateLimiterThreshold string
    ConnectionsUdfnfLogRateLimiterThreshold string
    DisableFlowProbes string
    DosProfiles List<SepropertiesSeRuntimePropertyDosProfile>
    DownstreamSendTimeout string
    DpAggressiveHbFrequency string
    DpAggressiveHbTimeoutCount string
    DpHbFrequency string
    DpHbTimeoutCount string
    DupipFrequency string
    DupipTimeoutCount string
    EnableHsmLog string
    FeproxyVipsEnableProxyArp string
    FlowTableBatchPushFrequency string
    GlobalMtu string
    HttpRumConsoleLog string
    HttpRumMinContentLength string
    LbactionNumRequestsToDispatch string
    LbactionRqPerRequestMaxRetries string
    LogAgentCompressLogs string
    LogAgentFileSzAppl string
    LogAgentFileSzConn string
    LogAgentFileSzDebug string
    LogAgentFileSzEvent string
    LogAgentLogStorageMinSz string
    LogAgentMaxConcurrentRsync string
    LogAgentMaxStorageExcessPercent string
    LogAgentMaxStorageIgnorePercent string
    LogAgentMinStoragePerVs string
    LogAgentSleepInterval string
    LogAgentUnknownVsTimer string
    LogMessageMaxFileListSize string
    NgxFreeConnectionStack string
    PersistenceMemMax string
    ScaleoutUdpPerPkt string
    SeAuthLdapBindTimeout string
    SeAuthLdapCacheSize string
    SeAuthLdapConnectTimeout string
    SeAuthLdapConnsPerServer string
    SeAuthLdapReconnectTimeout string
    SeAuthLdapRequestTimeout string
    SeAuthLdapServersFailoverOnly string
    SeDpCompressions List<SepropertiesSeRuntimePropertySeDpCompression>
    SeDpHmDrops string
    SeDpIfStatePollInterval string
    SeDpLogNfEnqueuePercent string
    SeDpLogUdfEnqueuePercent string
    SeDumpCoreOnAssert string
    SeHandleInterfaceRoutes string
    SeHbPersistFudgeBits string
    SeMacErrorThresholdToDisablePromiscious string
    SeMemoryPoison string
    SeMetricsInterval string
    SeMetricsRtEnabled string
    SeMetricsRtInterval string
    SePacketBufferMax string
    SeRandomTcpDrops string
    SeRateLimiters List<SepropertiesSeRuntimePropertySeRateLimiter>
    ServiceIpSubnets List<SepropertiesSeRuntimePropertyServiceIpSubnet>
    ServicePortRanges List<SepropertiesSeRuntimePropertyServicePortRange>
    ServicesAccessibleAllInterfaces string
    TcpSyncacheMaxRetransmitDefault string
    UpstreamConnectTimeout string
    UpstreamConnpoolCacheThresh string
    UpstreamConnpoolConnIdleThreshTmo string
    UpstreamConnpoolCoreMaxCache string
    UpstreamConnpoolEnable string
    UpstreamKeepalive string
    UpstreamReadTimeout string
    UpstreamSendTimeout string
    UserDefinedMetricAge string
    AdminSshEnabled string
    AppHeaders []SepropertiesSeRuntimePropertyAppHeader
    BaremetalDispatcherHandlesFlows string
    ConnectionsLossyLogRateLimiterThreshold string
    ConnectionsUdfnfLogRateLimiterThreshold string
    DisableFlowProbes string
    DosProfiles []SepropertiesSeRuntimePropertyDosProfile
    DownstreamSendTimeout string
    DpAggressiveHbFrequency string
    DpAggressiveHbTimeoutCount string
    DpHbFrequency string
    DpHbTimeoutCount string
    DupipFrequency string
    DupipTimeoutCount string
    EnableHsmLog string
    FeproxyVipsEnableProxyArp string
    FlowTableBatchPushFrequency string
    GlobalMtu string
    HttpRumConsoleLog string
    HttpRumMinContentLength string
    LbactionNumRequestsToDispatch string
    LbactionRqPerRequestMaxRetries string
    LogAgentCompressLogs string
    LogAgentFileSzAppl string
    LogAgentFileSzConn string
    LogAgentFileSzDebug string
    LogAgentFileSzEvent string
    LogAgentLogStorageMinSz string
    LogAgentMaxConcurrentRsync string
    LogAgentMaxStorageExcessPercent string
    LogAgentMaxStorageIgnorePercent string
    LogAgentMinStoragePerVs string
    LogAgentSleepInterval string
    LogAgentUnknownVsTimer string
    LogMessageMaxFileListSize string
    NgxFreeConnectionStack string
    PersistenceMemMax string
    ScaleoutUdpPerPkt string
    SeAuthLdapBindTimeout string
    SeAuthLdapCacheSize string
    SeAuthLdapConnectTimeout string
    SeAuthLdapConnsPerServer string
    SeAuthLdapReconnectTimeout string
    SeAuthLdapRequestTimeout string
    SeAuthLdapServersFailoverOnly string
    SeDpCompressions []SepropertiesSeRuntimePropertySeDpCompression
    SeDpHmDrops string
    SeDpIfStatePollInterval string
    SeDpLogNfEnqueuePercent string
    SeDpLogUdfEnqueuePercent string
    SeDumpCoreOnAssert string
    SeHandleInterfaceRoutes string
    SeHbPersistFudgeBits string
    SeMacErrorThresholdToDisablePromiscious string
    SeMemoryPoison string
    SeMetricsInterval string
    SeMetricsRtEnabled string
    SeMetricsRtInterval string
    SePacketBufferMax string
    SeRandomTcpDrops string
    SeRateLimiters []SepropertiesSeRuntimePropertySeRateLimiter
    ServiceIpSubnets []SepropertiesSeRuntimePropertyServiceIpSubnet
    ServicePortRanges []SepropertiesSeRuntimePropertyServicePortRange
    ServicesAccessibleAllInterfaces string
    TcpSyncacheMaxRetransmitDefault string
    UpstreamConnectTimeout string
    UpstreamConnpoolCacheThresh string
    UpstreamConnpoolConnIdleThreshTmo string
    UpstreamConnpoolCoreMaxCache string
    UpstreamConnpoolEnable string
    UpstreamKeepalive string
    UpstreamReadTimeout string
    UpstreamSendTimeout string
    UserDefinedMetricAge string
    adminSshEnabled String
    appHeaders List<SepropertiesSeRuntimePropertyAppHeader>
    baremetalDispatcherHandlesFlows String
    connectionsLossyLogRateLimiterThreshold String
    connectionsUdfnfLogRateLimiterThreshold String
    disableFlowProbes String
    dosProfiles List<SepropertiesSeRuntimePropertyDosProfile>
    downstreamSendTimeout String
    dpAggressiveHbFrequency String
    dpAggressiveHbTimeoutCount String
    dpHbFrequency String
    dpHbTimeoutCount String
    dupipFrequency String
    dupipTimeoutCount String
    enableHsmLog String
    feproxyVipsEnableProxyArp String
    flowTableBatchPushFrequency String
    globalMtu String
    httpRumConsoleLog String
    httpRumMinContentLength String
    lbactionNumRequestsToDispatch String
    lbactionRqPerRequestMaxRetries String
    logAgentCompressLogs String
    logAgentFileSzAppl String
    logAgentFileSzConn String
    logAgentFileSzDebug String
    logAgentFileSzEvent String
    logAgentLogStorageMinSz String
    logAgentMaxConcurrentRsync String
    logAgentMaxStorageExcessPercent String
    logAgentMaxStorageIgnorePercent String
    logAgentMinStoragePerVs String
    logAgentSleepInterval String
    logAgentUnknownVsTimer String
    logMessageMaxFileListSize String
    ngxFreeConnectionStack String
    persistenceMemMax String
    scaleoutUdpPerPkt String
    seAuthLdapBindTimeout String
    seAuthLdapCacheSize String
    seAuthLdapConnectTimeout String
    seAuthLdapConnsPerServer String
    seAuthLdapReconnectTimeout String
    seAuthLdapRequestTimeout String
    seAuthLdapServersFailoverOnly String
    seDpCompressions List<SepropertiesSeRuntimePropertySeDpCompression>
    seDpHmDrops String
    seDpIfStatePollInterval String
    seDpLogNfEnqueuePercent String
    seDpLogUdfEnqueuePercent String
    seDumpCoreOnAssert String
    seHandleInterfaceRoutes String
    seHbPersistFudgeBits String
    seMacErrorThresholdToDisablePromiscious String
    seMemoryPoison String
    seMetricsInterval String
    seMetricsRtEnabled String
    seMetricsRtInterval String
    sePacketBufferMax String
    seRandomTcpDrops String
    seRateLimiters List<SepropertiesSeRuntimePropertySeRateLimiter>
    serviceIpSubnets List<SepropertiesSeRuntimePropertyServiceIpSubnet>
    servicePortRanges List<SepropertiesSeRuntimePropertyServicePortRange>
    servicesAccessibleAllInterfaces String
    tcpSyncacheMaxRetransmitDefault String
    upstreamConnectTimeout String
    upstreamConnpoolCacheThresh String
    upstreamConnpoolConnIdleThreshTmo String
    upstreamConnpoolCoreMaxCache String
    upstreamConnpoolEnable String
    upstreamKeepalive String
    upstreamReadTimeout String
    upstreamSendTimeout String
    userDefinedMetricAge String
    adminSshEnabled string
    appHeaders SepropertiesSeRuntimePropertyAppHeader[]
    baremetalDispatcherHandlesFlows string
    connectionsLossyLogRateLimiterThreshold string
    connectionsUdfnfLogRateLimiterThreshold string
    disableFlowProbes string
    dosProfiles SepropertiesSeRuntimePropertyDosProfile[]
    downstreamSendTimeout string
    dpAggressiveHbFrequency string
    dpAggressiveHbTimeoutCount string
    dpHbFrequency string
    dpHbTimeoutCount string
    dupipFrequency string
    dupipTimeoutCount string
    enableHsmLog string
    feproxyVipsEnableProxyArp string
    flowTableBatchPushFrequency string
    globalMtu string
    httpRumConsoleLog string
    httpRumMinContentLength string
    lbactionNumRequestsToDispatch string
    lbactionRqPerRequestMaxRetries string
    logAgentCompressLogs string
    logAgentFileSzAppl string
    logAgentFileSzConn string
    logAgentFileSzDebug string
    logAgentFileSzEvent string
    logAgentLogStorageMinSz string
    logAgentMaxConcurrentRsync string
    logAgentMaxStorageExcessPercent string
    logAgentMaxStorageIgnorePercent string
    logAgentMinStoragePerVs string
    logAgentSleepInterval string
    logAgentUnknownVsTimer string
    logMessageMaxFileListSize string
    ngxFreeConnectionStack string
    persistenceMemMax string
    scaleoutUdpPerPkt string
    seAuthLdapBindTimeout string
    seAuthLdapCacheSize string
    seAuthLdapConnectTimeout string
    seAuthLdapConnsPerServer string
    seAuthLdapReconnectTimeout string
    seAuthLdapRequestTimeout string
    seAuthLdapServersFailoverOnly string
    seDpCompressions SepropertiesSeRuntimePropertySeDpCompression[]
    seDpHmDrops string
    seDpIfStatePollInterval string
    seDpLogNfEnqueuePercent string
    seDpLogUdfEnqueuePercent string
    seDumpCoreOnAssert string
    seHandleInterfaceRoutes string
    seHbPersistFudgeBits string
    seMacErrorThresholdToDisablePromiscious string
    seMemoryPoison string
    seMetricsInterval string
    seMetricsRtEnabled string
    seMetricsRtInterval string
    sePacketBufferMax string
    seRandomTcpDrops string
    seRateLimiters SepropertiesSeRuntimePropertySeRateLimiter[]
    serviceIpSubnets SepropertiesSeRuntimePropertyServiceIpSubnet[]
    servicePortRanges SepropertiesSeRuntimePropertyServicePortRange[]
    servicesAccessibleAllInterfaces string
    tcpSyncacheMaxRetransmitDefault string
    upstreamConnectTimeout string
    upstreamConnpoolCacheThresh string
    upstreamConnpoolConnIdleThreshTmo string
    upstreamConnpoolCoreMaxCache string
    upstreamConnpoolEnable string
    upstreamKeepalive string
    upstreamReadTimeout string
    upstreamSendTimeout string
    userDefinedMetricAge string
    admin_ssh_enabled str
    app_headers Sequence[SepropertiesSeRuntimePropertyAppHeader]
    baremetal_dispatcher_handles_flows str
    connections_lossy_log_rate_limiter_threshold str
    connections_udfnf_log_rate_limiter_threshold str
    disable_flow_probes str
    dos_profiles Sequence[SepropertiesSeRuntimePropertyDosProfile]
    downstream_send_timeout str
    dp_aggressive_hb_frequency str
    dp_aggressive_hb_timeout_count str
    dp_hb_frequency str
    dp_hb_timeout_count str
    dupip_frequency str
    dupip_timeout_count str
    enable_hsm_log str
    feproxy_vips_enable_proxy_arp str
    flow_table_batch_push_frequency str
    global_mtu str
    http_rum_console_log str
    http_rum_min_content_length str
    lbaction_num_requests_to_dispatch str
    lbaction_rq_per_request_max_retries str
    log_agent_compress_logs str
    log_agent_file_sz_appl str
    log_agent_file_sz_conn str
    log_agent_file_sz_debug str
    log_agent_file_sz_event str
    log_agent_log_storage_min_sz str
    log_agent_max_concurrent_rsync str
    log_agent_max_storage_excess_percent str
    log_agent_max_storage_ignore_percent str
    log_agent_min_storage_per_vs str
    log_agent_sleep_interval str
    log_agent_unknown_vs_timer str
    log_message_max_file_list_size str
    ngx_free_connection_stack str
    persistence_mem_max str
    scaleout_udp_per_pkt str
    se_auth_ldap_bind_timeout str
    se_auth_ldap_cache_size str
    se_auth_ldap_connect_timeout str
    se_auth_ldap_conns_per_server str
    se_auth_ldap_reconnect_timeout str
    se_auth_ldap_request_timeout str
    se_auth_ldap_servers_failover_only str
    se_dp_compressions Sequence[SepropertiesSeRuntimePropertySeDpCompression]
    se_dp_hm_drops str
    se_dp_if_state_poll_interval str
    se_dp_log_nf_enqueue_percent str
    se_dp_log_udf_enqueue_percent str
    se_dump_core_on_assert str
    se_handle_interface_routes str
    se_hb_persist_fudge_bits str
    se_mac_error_threshold_to_disable_promiscious str
    se_memory_poison str
    se_metrics_interval str
    se_metrics_rt_enabled str
    se_metrics_rt_interval str
    se_packet_buffer_max str
    se_random_tcp_drops str
    se_rate_limiters Sequence[SepropertiesSeRuntimePropertySeRateLimiter]
    service_ip_subnets Sequence[SepropertiesSeRuntimePropertyServiceIpSubnet]
    service_port_ranges Sequence[SepropertiesSeRuntimePropertyServicePortRange]
    services_accessible_all_interfaces str
    tcp_syncache_max_retransmit_default str
    upstream_connect_timeout str
    upstream_connpool_cache_thresh str
    upstream_connpool_conn_idle_thresh_tmo str
    upstream_connpool_core_max_cache str
    upstream_connpool_enable str
    upstream_keepalive str
    upstream_read_timeout str
    upstream_send_timeout str
    user_defined_metric_age str
    adminSshEnabled String
    appHeaders List<Property Map>
    baremetalDispatcherHandlesFlows String
    connectionsLossyLogRateLimiterThreshold String
    connectionsUdfnfLogRateLimiterThreshold String
    disableFlowProbes String
    dosProfiles List<Property Map>
    downstreamSendTimeout String
    dpAggressiveHbFrequency String
    dpAggressiveHbTimeoutCount String
    dpHbFrequency String
    dpHbTimeoutCount String
    dupipFrequency String
    dupipTimeoutCount String
    enableHsmLog String
    feproxyVipsEnableProxyArp String
    flowTableBatchPushFrequency String
    globalMtu String
    httpRumConsoleLog String
    httpRumMinContentLength String
    lbactionNumRequestsToDispatch String
    lbactionRqPerRequestMaxRetries String
    logAgentCompressLogs String
    logAgentFileSzAppl String
    logAgentFileSzConn String
    logAgentFileSzDebug String
    logAgentFileSzEvent String
    logAgentLogStorageMinSz String
    logAgentMaxConcurrentRsync String
    logAgentMaxStorageExcessPercent String
    logAgentMaxStorageIgnorePercent String
    logAgentMinStoragePerVs String
    logAgentSleepInterval String
    logAgentUnknownVsTimer String
    logMessageMaxFileListSize String
    ngxFreeConnectionStack String
    persistenceMemMax String
    scaleoutUdpPerPkt String
    seAuthLdapBindTimeout String
    seAuthLdapCacheSize String
    seAuthLdapConnectTimeout String
    seAuthLdapConnsPerServer String
    seAuthLdapReconnectTimeout String
    seAuthLdapRequestTimeout String
    seAuthLdapServersFailoverOnly String
    seDpCompressions List<Property Map>
    seDpHmDrops String
    seDpIfStatePollInterval String
    seDpLogNfEnqueuePercent String
    seDpLogUdfEnqueuePercent String
    seDumpCoreOnAssert String
    seHandleInterfaceRoutes String
    seHbPersistFudgeBits String
    seMacErrorThresholdToDisablePromiscious String
    seMemoryPoison String
    seMetricsInterval String
    seMetricsRtEnabled String
    seMetricsRtInterval String
    sePacketBufferMax String
    seRandomTcpDrops String
    seRateLimiters List<Property Map>
    serviceIpSubnets List<Property Map>
    servicePortRanges List<Property Map>
    servicesAccessibleAllInterfaces String
    tcpSyncacheMaxRetransmitDefault String
    upstreamConnectTimeout String
    upstreamConnpoolCacheThresh String
    upstreamConnpoolConnIdleThreshTmo String
    upstreamConnpoolCoreMaxCache String
    upstreamConnpoolEnable String
    upstreamKeepalive String
    upstreamReadTimeout String
    upstreamSendTimeout String
    userDefinedMetricAge String

    SepropertiesSeRuntimePropertyAppHeader, SepropertiesSeRuntimePropertyAppHeaderArgs

    HdrMatchCase string
    HdrName string
    HdrStringOp string
    HdrMatchCase string
    HdrName string
    HdrStringOp string
    hdrMatchCase String
    hdrName String
    hdrStringOp String
    hdrMatchCase string
    hdrName string
    hdrStringOp string
    hdrMatchCase String
    hdrName String
    hdrStringOp String

    SepropertiesSeRuntimePropertyDosProfile, SepropertiesSeRuntimePropertyDosProfileArgs

    SepropertiesSeRuntimePropertyDosProfileThreshInfo, SepropertiesSeRuntimePropertyDosProfileThreshInfoArgs

    Attack string
    MaxValue string
    MinValue string
    Attack string
    MaxValue string
    MinValue string
    attack String
    maxValue String
    minValue String
    attack string
    maxValue string
    minValue string
    attack String
    maxValue String
    minValue String

    SepropertiesSeRuntimePropertySeDpCompression, SepropertiesSeRuntimePropertySeDpCompressionArgs

    MaxLowRtt string
    MinHighRtt string
    MinLength string
    MobileStrs List<string>
    MaxLowRtt string
    MinHighRtt string
    MinLength string
    MobileStrs []string
    maxLowRtt String
    minHighRtt String
    minLength String
    mobileStrs List<String>
    maxLowRtt string
    minHighRtt string
    minLength string
    mobileStrs string[]
    maxLowRtt String
    minHighRtt String
    minLength String
    mobileStrs List<String>

    SepropertiesSeRuntimePropertySeRateLimiter, SepropertiesSeRuntimePropertySeRateLimiterArgs

    ArpRl string
    DefaultRl string
    FlowProbeRl string
    IcmpRl string
    IcmpRspRl string
    NdRl string
    RstRl string
    ArpRl string
    DefaultRl string
    FlowProbeRl string
    IcmpRl string
    IcmpRspRl string
    NdRl string
    RstRl string
    arpRl String
    defaultRl String
    flowProbeRl String
    icmpRl String
    icmpRspRl String
    ndRl String
    rstRl String
    arpRl string
    defaultRl string
    flowProbeRl string
    icmpRl string
    icmpRspRl string
    ndRl string
    rstRl string
    arpRl String
    defaultRl String
    flowProbeRl String
    icmpRl String
    icmpRspRl String
    ndRl String
    rstRl String

    SepropertiesSeRuntimePropertyServiceIpSubnet, SepropertiesSeRuntimePropertyServiceIpSubnetArgs

    SepropertiesSeRuntimePropertyServiceIpSubnetIpAddr, SepropertiesSeRuntimePropertyServiceIpSubnetIpAddrArgs

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    SepropertiesSeRuntimePropertyServicePortRange, SepropertiesSeRuntimePropertyServicePortRangeArgs

    End string
    Start string
    End string
    Start string
    end String
    start String
    end string
    start string
    end str
    start str
    end String
    start String

    Package Details

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