avi.Seproperties
Explore with Pulumi AI
<!–
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:
- Configpb
Attributes List<SepropertiesConfigpb Attribute> - 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 List<SepropertiesProperties Se Agent Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Bootup List<SepropertiesProperties Se Bootup Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Runtime List<SepropertiesProperties Se Runtime Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seproperties
Id string - Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes []SepropertiesConfigpb Attribute Args - 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 []SepropertiesProperties Se Agent Property Args - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Bootup []SepropertiesProperties Se Bootup Property Args - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Runtime []SepropertiesProperties Se Runtime Property Args - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seproperties
Id string - Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<SepropertiesConfigpb Attribute> - 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 List<SepropertiesProperties Se Agent Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Bootup List<SepropertiesProperties Se Bootup Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Runtime List<SepropertiesProperties Se Runtime Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seproperties
Id String - uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes SepropertiesConfigpb Attribute[] - 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 SepropertiesProperties Se Agent Property[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Bootup SepropertiesProperties Se Bootup Property[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Runtime SepropertiesProperties Se Runtime Property[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seproperties
Id string - uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb_
attributes Sequence[SepropertiesConfigpb Attribute Args] - 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_ Sequence[Sepropertiesproperties Se Agent Property Args] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
bootup_ Sequence[Sepropertiesproperties Se Bootup Property Args] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
runtime_ Sequence[Sepropertiesproperties Se Runtime Property Args] - 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.
- configpb
Attributes 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.
- se
Agent List<Property Map>Properties - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Bootup List<Property Map>Properties - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Runtime List<Property Map>Properties - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seproperties
Id 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.
- Configpb
Attributes List<SepropertiesConfigpb Attribute> - 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 List<SepropertiesProperties Se Agent Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Bootup List<SepropertiesProperties Se Bootup Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Runtime List<SepropertiesProperties Se Runtime Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seproperties
Id string - Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes []SepropertiesConfigpb Attribute Args - 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 []SepropertiesProperties Se Agent Property Args - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Bootup []SepropertiesProperties Se Bootup Property Args - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Runtime []SepropertiesProperties Se Runtime Property Args - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seproperties
Id string - Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<SepropertiesConfigpb Attribute> - 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 List<SepropertiesProperties Se Agent Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Bootup List<SepropertiesProperties Se Bootup Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Runtime List<SepropertiesProperties Se Runtime Property> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seproperties
Id String - uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes SepropertiesConfigpb Attribute[] - 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 SepropertiesProperties Se Agent Property[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Bootup SepropertiesProperties Se Bootup Property[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Runtime SepropertiesProperties Se Runtime Property[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seproperties
Id string - uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb_
attributes Sequence[SepropertiesConfigpb Attribute Args] - 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_ Sequence[Sepropertiesproperties Se Agent Property Args] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
bootup_ Sequence[Sepropertiesproperties Se Bootup Property Args] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
runtime_ Sequence[Sepropertiesproperties Se Runtime Property Args] - 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.
- configpb
Attributes 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.
- se
Agent List<Property Map>Properties - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Bootup List<Property Map>Properties - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Runtime List<Property Map>Properties - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seproperties
Id 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 str
- version String
SepropertiesSeAgentProperty, SepropertiesSeAgentPropertyArgs
- Controller
Echo stringMiss Aggressive Limit - Controller
Echo stringMiss Limit - Controller
Echo stringRpc Aggressive Timeout - Controller
Echo stringRpc Timeout - Controller
Heartbeat stringMiss Limit - Controller
Heartbeat stringTimeout Sec - Controller
Registration stringTimeout Sec - Controller
Rpc stringTimeout - Cpustats
Interval string - Ctrl
Reg stringPending Max Wait Time - Debug
Mode string - Dp
Aggressive stringDeq Interval Msec - Dp
Aggressive stringEnq Interval Msec - Dp
Batch stringSize - Dp
Deq stringInterval Msec - Dp
Enq stringInterval Msec - Dp
Max stringWait Rsp Time Sec - Dp
Reg stringPending Max Wait Time - Headless
Timeout stringSec - Ignore
Docker stringMac Change - Ns
Helper stringDeq Interval Msec - Sdb
Flush stringInterval - Sdb
Pipeline stringSize - Sdb
Scan stringCount - Se
Grp stringChange Disruptive - Seagent
Statecache List<SepropertiesProperties Se Agent Property Seagent Statecache Property> - Send
Se stringReady Timeout - States
Flush stringInterval - Vnic
Dhcp stringIp Check Interval - Vnic
Dhcp stringIp Max Retries - Vnic
Ip stringDelete Interval - Vnic
Probe stringInterval - Vnic
Rpc stringRetry Interval - Vnicdb
Cmd stringHistory Size
- Controller
Echo stringMiss Aggressive Limit - Controller
Echo stringMiss Limit - Controller
Echo stringRpc Aggressive Timeout - Controller
Echo stringRpc Timeout - Controller
Heartbeat stringMiss Limit - Controller
Heartbeat stringTimeout Sec - Controller
Registration stringTimeout Sec - Controller
Rpc stringTimeout - Cpustats
Interval string - Ctrl
Reg stringPending Max Wait Time - Debug
Mode string - Dp
Aggressive stringDeq Interval Msec - Dp
Aggressive stringEnq Interval Msec - Dp
Batch stringSize - Dp
Deq stringInterval Msec - Dp
Enq stringInterval Msec - Dp
Max stringWait Rsp Time Sec - Dp
Reg stringPending Max Wait Time - Headless
Timeout stringSec - Ignore
Docker stringMac Change - Ns
Helper stringDeq Interval Msec - Sdb
Flush stringInterval - Sdb
Pipeline stringSize - Sdb
Scan stringCount - Se
Grp stringChange Disruptive - Seagent
Statecache []SepropertiesProperties Se Agent Property Seagent Statecache Property - Send
Se stringReady Timeout - States
Flush stringInterval - Vnic
Dhcp stringIp Check Interval - Vnic
Dhcp stringIp Max Retries - Vnic
Ip stringDelete Interval - Vnic
Probe stringInterval - Vnic
Rpc stringRetry Interval - Vnicdb
Cmd stringHistory Size
- controller
Echo StringMiss Aggressive Limit - controller
Echo StringMiss Limit - controller
Echo StringRpc Aggressive Timeout - controller
Echo StringRpc Timeout - controller
Heartbeat StringMiss Limit - controller
Heartbeat StringTimeout Sec - controller
Registration StringTimeout Sec - controller
Rpc StringTimeout - cpustats
Interval String - ctrl
Reg StringPending Max Wait Time - debug
Mode String - dp
Aggressive StringDeq Interval Msec - dp
Aggressive StringEnq Interval Msec - dp
Batch StringSize - dp
Deq StringInterval Msec - dp
Enq StringInterval Msec - dp
Max StringWait Rsp Time Sec - dp
Reg StringPending Max Wait Time - headless
Timeout StringSec - ignore
Docker StringMac Change - ns
Helper StringDeq Interval Msec - sdb
Flush StringInterval - sdb
Pipeline StringSize - sdb
Scan StringCount - se
Grp StringChange Disruptive - seagent
Statecache List<SepropertiesProperties Se Agent Property Seagent Statecache Property> - send
Se StringReady Timeout - states
Flush StringInterval - vnic
Dhcp StringIp Check Interval - vnic
Dhcp StringIp Max Retries - vnic
Ip StringDelete Interval - vnic
Probe StringInterval - vnic
Rpc StringRetry Interval - vnicdb
Cmd StringHistory Size
- controller
Echo stringMiss Aggressive Limit - controller
Echo stringMiss Limit - controller
Echo stringRpc Aggressive Timeout - controller
Echo stringRpc Timeout - controller
Heartbeat stringMiss Limit - controller
Heartbeat stringTimeout Sec - controller
Registration stringTimeout Sec - controller
Rpc stringTimeout - cpustats
Interval string - ctrl
Reg stringPending Max Wait Time - debug
Mode string - dp
Aggressive stringDeq Interval Msec - dp
Aggressive stringEnq Interval Msec - dp
Batch stringSize - dp
Deq stringInterval Msec - dp
Enq stringInterval Msec - dp
Max stringWait Rsp Time Sec - dp
Reg stringPending Max Wait Time - headless
Timeout stringSec - ignore
Docker stringMac Change - ns
Helper stringDeq Interval Msec - sdb
Flush stringInterval - sdb
Pipeline stringSize - sdb
Scan stringCount - se
Grp stringChange Disruptive - seagent
Statecache SepropertiesProperties Se Agent Property Seagent Statecache Property[] - send
Se stringReady Timeout - states
Flush stringInterval - vnic
Dhcp stringIp Check Interval - vnic
Dhcp stringIp Max Retries - vnic
Ip stringDelete Interval - vnic
Probe stringInterval - vnic
Rpc stringRetry Interval - vnicdb
Cmd stringHistory Size
- controller_
echo_ strmiss_ aggressive_ limit - controller_
echo_ strmiss_ limit - controller_
echo_ strrpc_ aggressive_ timeout - controller_
echo_ strrpc_ timeout - controller_
heartbeat_ strmiss_ limit - controller_
heartbeat_ strtimeout_ sec - controller_
registration_ strtimeout_ sec - controller_
rpc_ strtimeout - cpustats_
interval str - ctrl_
reg_ strpending_ max_ wait_ time - debug_
mode str - dp_
aggressive_ strdeq_ interval_ msec - dp_
aggressive_ strenq_ interval_ msec - dp_
batch_ strsize - dp_
deq_ strinterval_ msec - dp_
enq_ strinterval_ msec - dp_
max_ strwait_ rsp_ time_ sec - dp_
reg_ strpending_ max_ wait_ time - headless_
timeout_ strsec - ignore_
docker_ strmac_ change - ns_
helper_ strdeq_ interval_ msec - sdb_
flush_ strinterval - sdb_
pipeline_ strsize - sdb_
scan_ strcount - se_
grp_ strchange_ disruptive - seagent_
statecache_ Sequence[Sepropertiesproperties Se Agent Property Seagent Statecache Property] - send_
se_ strready_ timeout - states_
flush_ strinterval - vnic_
dhcp_ strip_ check_ interval - vnic_
dhcp_ strip_ max_ retries - vnic_
ip_ strdelete_ interval - vnic_
probe_ strinterval - vnic_
rpc_ strretry_ interval - vnicdb_
cmd_ strhistory_ size
- controller
Echo StringMiss Aggressive Limit - controller
Echo StringMiss Limit - controller
Echo StringRpc Aggressive Timeout - controller
Echo StringRpc Timeout - controller
Heartbeat StringMiss Limit - controller
Heartbeat StringTimeout Sec - controller
Registration StringTimeout Sec - controller
Rpc StringTimeout - cpustats
Interval String - ctrl
Reg StringPending Max Wait Time - debug
Mode String - dp
Aggressive StringDeq Interval Msec - dp
Aggressive StringEnq Interval Msec - dp
Batch StringSize - dp
Deq StringInterval Msec - dp
Enq StringInterval Msec - dp
Max StringWait Rsp Time Sec - dp
Reg StringPending Max Wait Time - headless
Timeout StringSec - ignore
Docker StringMac Change - ns
Helper StringDeq Interval Msec - sdb
Flush StringInterval - sdb
Pipeline StringSize - sdb
Scan StringCount - se
Grp StringChange Disruptive - seagent
Statecache List<Property Map>Properties - send
Se StringReady Timeout - states
Flush StringInterval - vnic
Dhcp StringIp Check Interval - vnic
Dhcp StringIp Max Retries - vnic
Ip StringDelete Interval - vnic
Probe StringInterval - vnic
Rpc StringRetry Interval - vnicdb
Cmd StringHistory Size
SepropertiesSeAgentPropertySeagentStatecacheProperty, SepropertiesSeAgentPropertySeagentStatecachePropertyArgs
- Sc
Batch stringBuffer Flush Limit - Sc
Cfg stringQBatch Dequeue Limit - Sc
Cfg stringQMax Size - Sc
Dns stringQBatch Dequeue Limit - Sc
Dns stringQMax Size - Sc
Shard stringCleanup Max Time - Sc
State stringRing Batch Dequeue Limit - Sc
States stringFlush Interval - Sc
Stream stringCheck Interval - Sc
Thread stringQBatch Dequeue Limit - Sc
Thread stringQMax Size - Sc
Thread stringSleep Interval
- Sc
Batch stringBuffer Flush Limit - Sc
Cfg stringQBatch Dequeue Limit - Sc
Cfg stringQMax Size - Sc
Dns stringQBatch Dequeue Limit - Sc
Dns stringQMax Size - Sc
Shard stringCleanup Max Time - Sc
State stringRing Batch Dequeue Limit - Sc
States stringFlush Interval - Sc
Stream stringCheck Interval - Sc
Thread stringQBatch Dequeue Limit - Sc
Thread stringQMax Size - Sc
Thread stringSleep Interval
- sc
Batch StringBuffer Flush Limit - sc
Cfg StringQBatch Dequeue Limit - sc
Cfg StringQMax Size - sc
Dns StringQBatch Dequeue Limit - sc
Dns StringQMax Size - sc
Shard StringCleanup Max Time - sc
State StringRing Batch Dequeue Limit - sc
States StringFlush Interval - sc
Stream StringCheck Interval - sc
Thread StringQBatch Dequeue Limit - sc
Thread StringQMax Size - sc
Thread StringSleep Interval
- sc
Batch stringBuffer Flush Limit - sc
Cfg stringQBatch Dequeue Limit - sc
Cfg stringQMax Size - sc
Dns stringQBatch Dequeue Limit - sc
Dns stringQMax Size - sc
Shard stringCleanup Max Time - sc
State stringRing Batch Dequeue Limit - sc
States stringFlush Interval - sc
Stream stringCheck Interval - sc
Thread stringQBatch Dequeue Limit - sc
Thread stringQMax Size - sc
Thread stringSleep Interval
- sc_
batch_ strbuffer_ flush_ limit - sc_
cfg_ strq_ batch_ dequeue_ limit - sc_
cfg_ strq_ max_ size - sc_
dns_ strq_ batch_ dequeue_ limit - sc_
dns_ strq_ max_ size - sc_
shard_ strcleanup_ max_ time - sc_
state_ strring_ batch_ dequeue_ limit - sc_
states_ strflush_ interval - sc_
stream_ strcheck_ interval - sc_
thread_ strq_ batch_ dequeue_ limit - sc_
thread_ strq_ max_ size - sc_
thread_ strsleep_ interval
- sc
Batch StringBuffer Flush Limit - sc
Cfg StringQBatch Dequeue Limit - sc
Cfg StringQMax Size - sc
Dns StringQBatch Dequeue Limit - sc
Dns StringQMax Size - sc
Shard StringCleanup Max Time - sc
State StringRing Batch Dequeue Limit - sc
States StringFlush Interval - sc
Stream StringCheck Interval - sc
Thread StringQBatch Dequeue Limit - sc
Thread StringQMax Size - sc
Thread StringSleep Interval
SepropertiesSeBootupProperty, SepropertiesSeBootupPropertyArgs
- Docker
Backend stringPortend - Docker
Backend stringPortstart - Fair
Queueing stringEnabled - Geo
Db stringGranularity - L7Conns
Per stringCore - L7Resvd
Listen stringConns Per Core - Log
Agent stringDebug Enabled - Log
Agent stringTrace Enabled - Se
Dp List<SepropertiesCompressions Se Bootup Property Se Dp Compression> - Se
Emulated stringCores - Se
Ip stringEncap Ipc - Se
L3Encap stringIpc - Se
Log stringBuffer App Blocking Dequeue - Se
Log stringBuffer Applog Size - Se
Log stringBuffer Chunk Count - Se
Log stringBuffer Conn Blocking Dequeue - Se
Log stringBuffer Connlog Size - Se
Log stringBuffer Events Blocking Dequeue - Se
Log stringBuffer Events Size - Ssl
Sess stringCache Per Vs - Tcp
Syncache stringHashsize
- Docker
Backend stringPortend - Docker
Backend stringPortstart - Fair
Queueing stringEnabled - Geo
Db stringGranularity - L7Conns
Per stringCore - L7Resvd
Listen stringConns Per Core - Log
Agent stringDebug Enabled - Log
Agent stringTrace Enabled - Se
Dp []SepropertiesCompressions Se Bootup Property Se Dp Compression - Se
Emulated stringCores - Se
Ip stringEncap Ipc - Se
L3Encap stringIpc - Se
Log stringBuffer App Blocking Dequeue - Se
Log stringBuffer Applog Size - Se
Log stringBuffer Chunk Count - Se
Log stringBuffer Conn Blocking Dequeue - Se
Log stringBuffer Connlog Size - Se
Log stringBuffer Events Blocking Dequeue - Se
Log stringBuffer Events Size - Ssl
Sess stringCache Per Vs - Tcp
Syncache stringHashsize
- docker
Backend StringPortend - docker
Backend StringPortstart - fair
Queueing StringEnabled - geo
Db StringGranularity - l7Conns
Per StringCore - l7Resvd
Listen StringConns Per Core - log
Agent StringDebug Enabled - log
Agent StringTrace Enabled - se
Dp List<SepropertiesCompressions Se Bootup Property Se Dp Compression> - se
Emulated StringCores - se
Ip StringEncap Ipc - se
L3Encap StringIpc - se
Log StringBuffer App Blocking Dequeue - se
Log StringBuffer Applog Size - se
Log StringBuffer Chunk Count - se
Log StringBuffer Conn Blocking Dequeue - se
Log StringBuffer Connlog Size - se
Log StringBuffer Events Blocking Dequeue - se
Log StringBuffer Events Size - ssl
Sess StringCache Per Vs - tcp
Syncache StringHashsize
- docker
Backend stringPortend - docker
Backend stringPortstart - fair
Queueing stringEnabled - geo
Db stringGranularity - l7Conns
Per stringCore - l7Resvd
Listen stringConns Per Core - log
Agent stringDebug Enabled - log
Agent stringTrace Enabled - se
Dp SepropertiesCompressions Se Bootup Property Se Dp Compression[] - se
Emulated stringCores - se
Ip stringEncap Ipc - se
L3Encap stringIpc - se
Log stringBuffer App Blocking Dequeue - se
Log stringBuffer Applog Size - se
Log stringBuffer Chunk Count - se
Log stringBuffer Conn Blocking Dequeue - se
Log stringBuffer Connlog Size - se
Log stringBuffer Events Blocking Dequeue - se
Log stringBuffer Events Size - ssl
Sess stringCache Per Vs - tcp
Syncache stringHashsize
- docker_
backend_ strportend - docker_
backend_ strportstart - fair_
queueing_ strenabled - geo_
db_ strgranularity - l7_
conns_ strper_ core - l7_
resvd_ strlisten_ conns_ per_ core - log_
agent_ strdebug_ enabled - log_
agent_ strtrace_ enabled - se_
dp_ Sequence[Sepropertiescompressions Se Bootup Property Se Dp Compression] - se_
emulated_ strcores - se_
ip_ strencap_ ipc - se_
l3_ strencap_ ipc - se_
log_ strbuffer_ app_ blocking_ dequeue - se_
log_ strbuffer_ applog_ size - se_
log_ strbuffer_ chunk_ count - se_
log_ strbuffer_ conn_ blocking_ dequeue - se_
log_ strbuffer_ connlog_ size - se_
log_ strbuffer_ events_ blocking_ dequeue - se_
log_ strbuffer_ events_ size - ssl_
sess_ strcache_ per_ vs - tcp_
syncache_ strhashsize
- docker
Backend StringPortend - docker
Backend StringPortstart - fair
Queueing StringEnabled - geo
Db StringGranularity - l7Conns
Per StringCore - l7Resvd
Listen StringConns Per Core - log
Agent StringDebug Enabled - log
Agent StringTrace Enabled - se
Dp List<Property Map>Compressions - se
Emulated StringCores - se
Ip StringEncap Ipc - se
L3Encap StringIpc - se
Log StringBuffer App Blocking Dequeue - se
Log StringBuffer Applog Size - se
Log StringBuffer Chunk Count - se
Log StringBuffer Conn Blocking Dequeue - se
Log StringBuffer Connlog Size - se
Log StringBuffer Events Blocking Dequeue - se
Log StringBuffer Events Size - ssl
Sess StringCache Per Vs - tcp
Syncache StringHashsize
SepropertiesSeBootupPropertySeDpCompression, SepropertiesSeBootupPropertySeDpCompressionArgs
- Buf
Num string - Buf
Size string - Hash
Size string - Level
Aggressive string - Level
Normal string - Window
Size string
- Buf
Num string - Buf
Size string - Hash
Size string - Level
Aggressive string - Level
Normal string - Window
Size string
- buf
Num String - buf
Size String - hash
Size String - level
Aggressive String - level
Normal String - window
Size String
- buf
Num string - buf
Size string - hash
Size string - level
Aggressive string - level
Normal string - window
Size string
- buf_
num str - buf_
size str - hash_
size str - level_
aggressive str - level_
normal str - window_
size str
- buf
Num String - buf
Size String - hash
Size String - level
Aggressive String - level
Normal String - window
Size String
SepropertiesSeRuntimeProperty, SepropertiesSeRuntimePropertyArgs
- Admin
Ssh stringEnabled - App
Headers List<SepropertiesSe Runtime Property App Header> - Baremetal
Dispatcher stringHandles Flows - Connections
Lossy stringLog Rate Limiter Threshold - Connections
Udfnf stringLog Rate Limiter Threshold - Disable
Flow stringProbes - Dos
Profiles List<SepropertiesSe Runtime Property Dos Profile> - Downstream
Send stringTimeout - Dp
Aggressive stringHb Frequency - Dp
Aggressive stringHb Timeout Count - Dp
Hb stringFrequency - Dp
Hb stringTimeout Count - Dupip
Frequency string - Dupip
Timeout stringCount - Enable
Hsm stringLog - Feproxy
Vips stringEnable Proxy Arp - Flow
Table stringBatch Push Frequency - Global
Mtu string - Http
Rum stringConsole Log - Http
Rum stringMin Content Length - Lbaction
Num stringRequests To Dispatch - Lbaction
Rq stringPer Request Max Retries - Log
Agent stringCompress Logs - Log
Agent stringFile Sz Appl - Log
Agent stringFile Sz Conn - Log
Agent stringFile Sz Debug - Log
Agent stringFile Sz Event - Log
Agent stringLog Storage Min Sz - Log
Agent stringMax Concurrent Rsync - Log
Agent stringMax Storage Excess Percent - Log
Agent stringMax Storage Ignore Percent - Log
Agent stringMin Storage Per Vs - Log
Agent stringSleep Interval - Log
Agent stringUnknown Vs Timer - Log
Message stringMax File List Size - Ngx
Free stringConnection Stack - Persistence
Mem stringMax - Scaleout
Udp stringPer Pkt - Se
Auth stringLdap Bind Timeout - Se
Auth stringLdap Cache Size - Se
Auth stringLdap Connect Timeout - Se
Auth stringLdap Conns Per Server - Se
Auth stringLdap Reconnect Timeout - Se
Auth stringLdap Request Timeout - Se
Auth stringLdap Servers Failover Only - Se
Dp List<SepropertiesCompressions Se Runtime Property Se Dp Compression> - Se
Dp stringHm Drops - Se
Dp stringIf State Poll Interval - Se
Dp stringLog Nf Enqueue Percent - Se
Dp stringLog Udf Enqueue Percent - Se
Dump stringCore On Assert - Se
Handle stringInterface Routes - Se
Hb stringPersist Fudge Bits - Se
Mac stringError Threshold To Disable Promiscious - Se
Memory stringPoison - Se
Metrics stringInterval - Se
Metrics stringRt Enabled - Se
Metrics stringRt Interval - Se
Packet stringBuffer Max - Se
Random stringTcp Drops - Se
Rate List<SepropertiesLimiters Se Runtime Property Se Rate Limiter> - Service
Ip List<SepropertiesSubnets Se Runtime Property Service Ip Subnet> - Service
Port List<SepropertiesRanges Se Runtime Property Service Port Range> - Services
Accessible stringAll Interfaces - Tcp
Syncache stringMax Retransmit Default - Upstream
Connect stringTimeout - Upstream
Connpool stringCache Thresh - Upstream
Connpool stringConn Idle Thresh Tmo - Upstream
Connpool stringCore Max Cache - Upstream
Connpool stringEnable - Upstream
Keepalive string - Upstream
Read stringTimeout - Upstream
Send stringTimeout - User
Defined stringMetric Age
- Admin
Ssh stringEnabled - App
Headers []SepropertiesSe Runtime Property App Header - Baremetal
Dispatcher stringHandles Flows - Connections
Lossy stringLog Rate Limiter Threshold - Connections
Udfnf stringLog Rate Limiter Threshold - Disable
Flow stringProbes - Dos
Profiles []SepropertiesSe Runtime Property Dos Profile - Downstream
Send stringTimeout - Dp
Aggressive stringHb Frequency - Dp
Aggressive stringHb Timeout Count - Dp
Hb stringFrequency - Dp
Hb stringTimeout Count - Dupip
Frequency string - Dupip
Timeout stringCount - Enable
Hsm stringLog - Feproxy
Vips stringEnable Proxy Arp - Flow
Table stringBatch Push Frequency - Global
Mtu string - Http
Rum stringConsole Log - Http
Rum stringMin Content Length - Lbaction
Num stringRequests To Dispatch - Lbaction
Rq stringPer Request Max Retries - Log
Agent stringCompress Logs - Log
Agent stringFile Sz Appl - Log
Agent stringFile Sz Conn - Log
Agent stringFile Sz Debug - Log
Agent stringFile Sz Event - Log
Agent stringLog Storage Min Sz - Log
Agent stringMax Concurrent Rsync - Log
Agent stringMax Storage Excess Percent - Log
Agent stringMax Storage Ignore Percent - Log
Agent stringMin Storage Per Vs - Log
Agent stringSleep Interval - Log
Agent stringUnknown Vs Timer - Log
Message stringMax File List Size - Ngx
Free stringConnection Stack - Persistence
Mem stringMax - Scaleout
Udp stringPer Pkt - Se
Auth stringLdap Bind Timeout - Se
Auth stringLdap Cache Size - Se
Auth stringLdap Connect Timeout - Se
Auth stringLdap Conns Per Server - Se
Auth stringLdap Reconnect Timeout - Se
Auth stringLdap Request Timeout - Se
Auth stringLdap Servers Failover Only - Se
Dp []SepropertiesCompressions Se Runtime Property Se Dp Compression - Se
Dp stringHm Drops - Se
Dp stringIf State Poll Interval - Se
Dp stringLog Nf Enqueue Percent - Se
Dp stringLog Udf Enqueue Percent - Se
Dump stringCore On Assert - Se
Handle stringInterface Routes - Se
Hb stringPersist Fudge Bits - Se
Mac stringError Threshold To Disable Promiscious - Se
Memory stringPoison - Se
Metrics stringInterval - Se
Metrics stringRt Enabled - Se
Metrics stringRt Interval - Se
Packet stringBuffer Max - Se
Random stringTcp Drops - Se
Rate []SepropertiesLimiters Se Runtime Property Se Rate Limiter - Service
Ip []SepropertiesSubnets Se Runtime Property Service Ip Subnet - Service
Port []SepropertiesRanges Se Runtime Property Service Port Range - Services
Accessible stringAll Interfaces - Tcp
Syncache stringMax Retransmit Default - Upstream
Connect stringTimeout - Upstream
Connpool stringCache Thresh - Upstream
Connpool stringConn Idle Thresh Tmo - Upstream
Connpool stringCore Max Cache - Upstream
Connpool stringEnable - Upstream
Keepalive string - Upstream
Read stringTimeout - Upstream
Send stringTimeout - User
Defined stringMetric Age
- admin
Ssh StringEnabled - app
Headers List<SepropertiesSe Runtime Property App Header> - baremetal
Dispatcher StringHandles Flows - connections
Lossy StringLog Rate Limiter Threshold - connections
Udfnf StringLog Rate Limiter Threshold - disable
Flow StringProbes - dos
Profiles List<SepropertiesSe Runtime Property Dos Profile> - downstream
Send StringTimeout - dp
Aggressive StringHb Frequency - dp
Aggressive StringHb Timeout Count - dp
Hb StringFrequency - dp
Hb StringTimeout Count - dupip
Frequency String - dupip
Timeout StringCount - enable
Hsm StringLog - feproxy
Vips StringEnable Proxy Arp - flow
Table StringBatch Push Frequency - global
Mtu String - http
Rum StringConsole Log - http
Rum StringMin Content Length - lbaction
Num StringRequests To Dispatch - lbaction
Rq StringPer Request Max Retries - log
Agent StringCompress Logs - log
Agent StringFile Sz Appl - log
Agent StringFile Sz Conn - log
Agent StringFile Sz Debug - log
Agent StringFile Sz Event - log
Agent StringLog Storage Min Sz - log
Agent StringMax Concurrent Rsync - log
Agent StringMax Storage Excess Percent - log
Agent StringMax Storage Ignore Percent - log
Agent StringMin Storage Per Vs - log
Agent StringSleep Interval - log
Agent StringUnknown Vs Timer - log
Message StringMax File List Size - ngx
Free StringConnection Stack - persistence
Mem StringMax - scaleout
Udp StringPer Pkt - se
Auth StringLdap Bind Timeout - se
Auth StringLdap Cache Size - se
Auth StringLdap Connect Timeout - se
Auth StringLdap Conns Per Server - se
Auth StringLdap Reconnect Timeout - se
Auth StringLdap Request Timeout - se
Auth StringLdap Servers Failover Only - se
Dp List<SepropertiesCompressions Se Runtime Property Se Dp Compression> - se
Dp StringHm Drops - se
Dp StringIf State Poll Interval - se
Dp StringLog Nf Enqueue Percent - se
Dp StringLog Udf Enqueue Percent - se
Dump StringCore On Assert - se
Handle StringInterface Routes - se
Hb StringPersist Fudge Bits - se
Mac StringError Threshold To Disable Promiscious - se
Memory StringPoison - se
Metrics StringInterval - se
Metrics StringRt Enabled - se
Metrics StringRt Interval - se
Packet StringBuffer Max - se
Random StringTcp Drops - se
Rate List<SepropertiesLimiters Se Runtime Property Se Rate Limiter> - service
Ip List<SepropertiesSubnets Se Runtime Property Service Ip Subnet> - service
Port List<SepropertiesRanges Se Runtime Property Service Port Range> - services
Accessible StringAll Interfaces - tcp
Syncache StringMax Retransmit Default - upstream
Connect StringTimeout - upstream
Connpool StringCache Thresh - upstream
Connpool StringConn Idle Thresh Tmo - upstream
Connpool StringCore Max Cache - upstream
Connpool StringEnable - upstream
Keepalive String - upstream
Read StringTimeout - upstream
Send StringTimeout - user
Defined StringMetric Age
- admin
Ssh stringEnabled - app
Headers SepropertiesSe Runtime Property App Header[] - baremetal
Dispatcher stringHandles Flows - connections
Lossy stringLog Rate Limiter Threshold - connections
Udfnf stringLog Rate Limiter Threshold - disable
Flow stringProbes - dos
Profiles SepropertiesSe Runtime Property Dos Profile[] - downstream
Send stringTimeout - dp
Aggressive stringHb Frequency - dp
Aggressive stringHb Timeout Count - dp
Hb stringFrequency - dp
Hb stringTimeout Count - dupip
Frequency string - dupip
Timeout stringCount - enable
Hsm stringLog - feproxy
Vips stringEnable Proxy Arp - flow
Table stringBatch Push Frequency - global
Mtu string - http
Rum stringConsole Log - http
Rum stringMin Content Length - lbaction
Num stringRequests To Dispatch - lbaction
Rq stringPer Request Max Retries - log
Agent stringCompress Logs - log
Agent stringFile Sz Appl - log
Agent stringFile Sz Conn - log
Agent stringFile Sz Debug - log
Agent stringFile Sz Event - log
Agent stringLog Storage Min Sz - log
Agent stringMax Concurrent Rsync - log
Agent stringMax Storage Excess Percent - log
Agent stringMax Storage Ignore Percent - log
Agent stringMin Storage Per Vs - log
Agent stringSleep Interval - log
Agent stringUnknown Vs Timer - log
Message stringMax File List Size - ngx
Free stringConnection Stack - persistence
Mem stringMax - scaleout
Udp stringPer Pkt - se
Auth stringLdap Bind Timeout - se
Auth stringLdap Cache Size - se
Auth stringLdap Connect Timeout - se
Auth stringLdap Conns Per Server - se
Auth stringLdap Reconnect Timeout - se
Auth stringLdap Request Timeout - se
Auth stringLdap Servers Failover Only - se
Dp SepropertiesCompressions Se Runtime Property Se Dp Compression[] - se
Dp stringHm Drops - se
Dp stringIf State Poll Interval - se
Dp stringLog Nf Enqueue Percent - se
Dp stringLog Udf Enqueue Percent - se
Dump stringCore On Assert - se
Handle stringInterface Routes - se
Hb stringPersist Fudge Bits - se
Mac stringError Threshold To Disable Promiscious - se
Memory stringPoison - se
Metrics stringInterval - se
Metrics stringRt Enabled - se
Metrics stringRt Interval - se
Packet stringBuffer Max - se
Random stringTcp Drops - se
Rate SepropertiesLimiters Se Runtime Property Se Rate Limiter[] - service
Ip SepropertiesSubnets Se Runtime Property Service Ip Subnet[] - service
Port SepropertiesRanges Se Runtime Property Service Port Range[] - services
Accessible stringAll Interfaces - tcp
Syncache stringMax Retransmit Default - upstream
Connect stringTimeout - upstream
Connpool stringCache Thresh - upstream
Connpool stringConn Idle Thresh Tmo - upstream
Connpool stringCore Max Cache - upstream
Connpool stringEnable - upstream
Keepalive string - upstream
Read stringTimeout - upstream
Send stringTimeout - user
Defined stringMetric Age
- admin_
ssh_ strenabled - app_
headers Sequence[SepropertiesSe Runtime Property App Header] - baremetal_
dispatcher_ strhandles_ flows - connections_
lossy_ strlog_ rate_ limiter_ threshold - connections_
udfnf_ strlog_ rate_ limiter_ threshold - disable_
flow_ strprobes - dos_
profiles Sequence[SepropertiesSe Runtime Property Dos Profile] - downstream_
send_ strtimeout - dp_
aggressive_ strhb_ frequency - dp_
aggressive_ strhb_ timeout_ count - dp_
hb_ strfrequency - dp_
hb_ strtimeout_ count - dupip_
frequency str - dupip_
timeout_ strcount - enable_
hsm_ strlog - feproxy_
vips_ strenable_ proxy_ arp - flow_
table_ strbatch_ push_ frequency - global_
mtu str - http_
rum_ strconsole_ log - http_
rum_ strmin_ content_ length - lbaction_
num_ strrequests_ to_ dispatch - lbaction_
rq_ strper_ request_ max_ retries - log_
agent_ strcompress_ logs - log_
agent_ strfile_ sz_ appl - log_
agent_ strfile_ sz_ conn - log_
agent_ strfile_ sz_ debug - log_
agent_ strfile_ sz_ event - log_
agent_ strlog_ storage_ min_ sz - log_
agent_ strmax_ concurrent_ rsync - log_
agent_ strmax_ storage_ excess_ percent - log_
agent_ strmax_ storage_ ignore_ percent - log_
agent_ strmin_ storage_ per_ vs - log_
agent_ strsleep_ interval - log_
agent_ strunknown_ vs_ timer - log_
message_ strmax_ file_ list_ size - ngx_
free_ strconnection_ stack - persistence_
mem_ strmax - scaleout_
udp_ strper_ pkt - se_
auth_ strldap_ bind_ timeout - se_
auth_ strldap_ cache_ size - se_
auth_ strldap_ connect_ timeout - se_
auth_ strldap_ conns_ per_ server - se_
auth_ strldap_ reconnect_ timeout - se_
auth_ strldap_ request_ timeout - se_
auth_ strldap_ servers_ failover_ only - se_
dp_ Sequence[Sepropertiescompressions Se Runtime Property Se Dp Compression] - se_
dp_ strhm_ drops - se_
dp_ strif_ state_ poll_ interval - se_
dp_ strlog_ nf_ enqueue_ percent - se_
dp_ strlog_ udf_ enqueue_ percent - se_
dump_ strcore_ on_ assert - se_
handle_ strinterface_ routes - se_
hb_ strpersist_ fudge_ bits - se_
mac_ strerror_ threshold_ to_ disable_ promiscious - se_
memory_ strpoison - se_
metrics_ strinterval - se_
metrics_ strrt_ enabled - se_
metrics_ strrt_ interval - se_
packet_ strbuffer_ max - se_
random_ strtcp_ drops - se_
rate_ Sequence[Sepropertieslimiters Se Runtime Property Se Rate Limiter] - service_
ip_ Sequence[Sepropertiessubnets Se Runtime Property Service Ip Subnet] - service_
port_ Sequence[Sepropertiesranges Se Runtime Property Service Port Range] - services_
accessible_ strall_ interfaces - tcp_
syncache_ strmax_ retransmit_ default - upstream_
connect_ strtimeout - upstream_
connpool_ strcache_ thresh - upstream_
connpool_ strconn_ idle_ thresh_ tmo - upstream_
connpool_ strcore_ max_ cache - upstream_
connpool_ strenable - upstream_
keepalive str - upstream_
read_ strtimeout - upstream_
send_ strtimeout - user_
defined_ strmetric_ age
- admin
Ssh StringEnabled - app
Headers List<Property Map> - baremetal
Dispatcher StringHandles Flows - connections
Lossy StringLog Rate Limiter Threshold - connections
Udfnf StringLog Rate Limiter Threshold - disable
Flow StringProbes - dos
Profiles List<Property Map> - downstream
Send StringTimeout - dp
Aggressive StringHb Frequency - dp
Aggressive StringHb Timeout Count - dp
Hb StringFrequency - dp
Hb StringTimeout Count - dupip
Frequency String - dupip
Timeout StringCount - enable
Hsm StringLog - feproxy
Vips StringEnable Proxy Arp - flow
Table StringBatch Push Frequency - global
Mtu String - http
Rum StringConsole Log - http
Rum StringMin Content Length - lbaction
Num StringRequests To Dispatch - lbaction
Rq StringPer Request Max Retries - log
Agent StringCompress Logs - log
Agent StringFile Sz Appl - log
Agent StringFile Sz Conn - log
Agent StringFile Sz Debug - log
Agent StringFile Sz Event - log
Agent StringLog Storage Min Sz - log
Agent StringMax Concurrent Rsync - log
Agent StringMax Storage Excess Percent - log
Agent StringMax Storage Ignore Percent - log
Agent StringMin Storage Per Vs - log
Agent StringSleep Interval - log
Agent StringUnknown Vs Timer - log
Message StringMax File List Size - ngx
Free StringConnection Stack - persistence
Mem StringMax - scaleout
Udp StringPer Pkt - se
Auth StringLdap Bind Timeout - se
Auth StringLdap Cache Size - se
Auth StringLdap Connect Timeout - se
Auth StringLdap Conns Per Server - se
Auth StringLdap Reconnect Timeout - se
Auth StringLdap Request Timeout - se
Auth StringLdap Servers Failover Only - se
Dp List<Property Map>Compressions - se
Dp StringHm Drops - se
Dp StringIf State Poll Interval - se
Dp StringLog Nf Enqueue Percent - se
Dp StringLog Udf Enqueue Percent - se
Dump StringCore On Assert - se
Handle StringInterface Routes - se
Hb StringPersist Fudge Bits - se
Mac StringError Threshold To Disable Promiscious - se
Memory StringPoison - se
Metrics StringInterval - se
Metrics StringRt Enabled - se
Metrics StringRt Interval - se
Packet StringBuffer Max - se
Random StringTcp Drops - se
Rate List<Property Map>Limiters - service
Ip List<Property Map>Subnets - service
Port List<Property Map>Ranges - services
Accessible StringAll Interfaces - tcp
Syncache StringMax Retransmit Default - upstream
Connect StringTimeout - upstream
Connpool StringCache Thresh - upstream
Connpool StringConn Idle Thresh Tmo - upstream
Connpool StringCore Max Cache - upstream
Connpool StringEnable - upstream
Keepalive String - upstream
Read StringTimeout - upstream
Send StringTimeout - user
Defined StringMetric Age
SepropertiesSeRuntimePropertyAppHeader, SepropertiesSeRuntimePropertyAppHeaderArgs
- Hdr
Match stringCase - Hdr
Name string - Hdr
String stringOp
- Hdr
Match stringCase - Hdr
Name string - Hdr
String stringOp
- hdr
Match StringCase - hdr
Name String - hdr
String StringOp
- hdr
Match stringCase - hdr
Name string - hdr
String stringOp
- hdr_
match_ strcase - hdr_
name str - hdr_
string_ strop
- hdr
Match StringCase - hdr
Name String - hdr
String StringOp
SepropertiesSeRuntimePropertyDosProfile, SepropertiesSeRuntimePropertyDosProfileArgs
SepropertiesSeRuntimePropertyDosProfileThreshInfo, SepropertiesSeRuntimePropertyDosProfileThreshInfoArgs
SepropertiesSeRuntimePropertySeDpCompression, SepropertiesSeRuntimePropertySeDpCompressionArgs
- Max
Low stringRtt - Min
High stringRtt - Min
Length string - Mobile
Strs List<string>
- Max
Low stringRtt - Min
High stringRtt - Min
Length string - Mobile
Strs []string
- max
Low StringRtt - min
High StringRtt - min
Length String - mobile
Strs List<String>
- max
Low stringRtt - min
High stringRtt - min
Length string - mobile
Strs string[]
- max_
low_ strrtt - min_
high_ strrtt - min_
length str - mobile_
strs Sequence[str]
- max
Low StringRtt - min
High StringRtt - min
Length String - mobile
Strs List<String>
SepropertiesSeRuntimePropertySeRateLimiter, SepropertiesSeRuntimePropertySeRateLimiterArgs
- arp_
rl str - default_
rl str - flow_
probe_ strrl - icmp_
rl str - icmp_
rsp_ strrl - nd_
rl str - rst_
rl str
SepropertiesSeRuntimePropertyServiceIpSubnet, SepropertiesSeRuntimePropertyServiceIpSubnetArgs
- ip
Addrs List<Property Map> - mask String
SepropertiesSeRuntimePropertyServiceIpSubnetIpAddr, SepropertiesSeRuntimePropertyServiceIpSubnetIpAddrArgs
SepropertiesSeRuntimePropertyServicePortRange, SepropertiesSeRuntimePropertyServicePortRangeArgs
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.