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

avi.getSeproperties

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-datasource-seproperties” description: |- Get information of Avi SeProperties.

    avi.Seproperties

    This data source is used to to get avi.Seproperties objects.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.AviFunctions;
    import com.pulumi.avi.inputs.GetSepropertiesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var fooSeproperties = AviFunctions.getSeproperties(GetSepropertiesArgs.builder()
                .name("foo")
                .uuid("seproperties-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooSeproperties:
        fn::invoke:
          function: avi:getSeproperties
          arguments:
            name: foo
            uuid: seproperties-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getSeproperties

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSeproperties(args: GetSepropertiesArgs, opts?: InvokeOptions): Promise<GetSepropertiesResult>
    function getSepropertiesOutput(args: GetSepropertiesOutputArgs, opts?: InvokeOptions): Output<GetSepropertiesResult>
    def get_seproperties(id: Optional[str] = None,
                         uuid: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetSepropertiesResult
    def get_seproperties_output(id: Optional[pulumi.Input[str]] = None,
                         uuid: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetSepropertiesResult]
    func LookupSeproperties(ctx *Context, args *LookupSepropertiesArgs, opts ...InvokeOption) (*LookupSepropertiesResult, error)
    func LookupSepropertiesOutput(ctx *Context, args *LookupSepropertiesOutputArgs, opts ...InvokeOption) LookupSepropertiesResultOutput

    > Note: This function is named LookupSeproperties in the Go SDK.

    public static class GetSeproperties 
    {
        public static Task<GetSepropertiesResult> InvokeAsync(GetSepropertiesArgs args, InvokeOptions? opts = null)
        public static Output<GetSepropertiesResult> Invoke(GetSepropertiesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSepropertiesResult> getSeproperties(GetSepropertiesArgs args, InvokeOptions options)
    public static Output<GetSepropertiesResult> getSeproperties(GetSepropertiesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getSeproperties:getSeproperties
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uuid string
    Search SeProperties by uuid.
    Id string
    Uuid string
    Search SeProperties by uuid.
    id String
    uuid String
    Search SeProperties by uuid.
    id string
    uuid string
    Search SeProperties by uuid.
    id str
    uuid str
    Search SeProperties by uuid.
    id String
    uuid String
    Search SeProperties by uuid.

    getSeproperties Result

    The following output properties are available:

    ConfigpbAttributes List<GetSepropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    SeAgentProperties List<GetSepropertiesSeAgentProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeBootupProperties List<GetSepropertiesSeBootupProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeRuntimeProperties List<GetSepropertiesSeRuntimeProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []GetSepropertiesConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    SeAgentProperties []GetSepropertiesSeAgentProperty
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeBootupProperties []GetSepropertiesSeBootupProperty
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SeRuntimeProperties []GetSepropertiesSeRuntimeProperty
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<GetSepropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id String
    seAgentProperties List<GetSepropertiesSeAgentProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties List<GetSepropertiesSeBootupProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties List<GetSepropertiesSeRuntimeProperty>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes GetSepropertiesConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id string
    seAgentProperties GetSepropertiesSeAgentProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seBootupProperties GetSepropertiesSeBootupProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    seRuntimeProperties GetSepropertiesSeRuntimeProperty[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[GetSepropertiesConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id str
    se_agent_properties Sequence[GetSepropertiesSeAgentProperty]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_bootup_properties Sequence[GetSepropertiesSeBootupProperty]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    se_runtime_properties Sequence[GetSepropertiesSeRuntimeProperty]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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.
    id String
    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.
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    GetSepropertiesConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetSepropertiesSeAgentProperty

    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<GetSepropertiesSeAgentPropertySeagentStatecacheProperty>
    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 []GetSepropertiesSeAgentPropertySeagentStatecacheProperty
    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<GetSepropertiesSeAgentPropertySeagentStatecacheProperty>
    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 GetSepropertiesSeAgentPropertySeagentStatecacheProperty[]
    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[GetSepropertiesSeAgentPropertySeagentStatecacheProperty]
    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

    GetSepropertiesSeAgentPropertySeagentStatecacheProperty

    GetSepropertiesSeBootupProperty

    GetSepropertiesSeBootupPropertySeDpCompression

    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

    GetSepropertiesSeRuntimeProperty

    AdminSshEnabled string
    AppHeaders List<GetSepropertiesSeRuntimePropertyAppHeader>
    BaremetalDispatcherHandlesFlows string
    ConnectionsLossyLogRateLimiterThreshold string
    ConnectionsUdfnfLogRateLimiterThreshold string
    DisableFlowProbes string
    DosProfiles List<GetSepropertiesSeRuntimePropertyDosProfile>
    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<GetSepropertiesSeRuntimePropertySeDpCompression>
    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<GetSepropertiesSeRuntimePropertySeRateLimiter>
    ServiceIpSubnets List<GetSepropertiesSeRuntimePropertyServiceIpSubnet>
    ServicePortRanges List<GetSepropertiesSeRuntimePropertyServicePortRange>
    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 []GetSepropertiesSeRuntimePropertyAppHeader
    BaremetalDispatcherHandlesFlows string
    ConnectionsLossyLogRateLimiterThreshold string
    ConnectionsUdfnfLogRateLimiterThreshold string
    DisableFlowProbes string
    DosProfiles []GetSepropertiesSeRuntimePropertyDosProfile
    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 []GetSepropertiesSeRuntimePropertySeDpCompression
    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 []GetSepropertiesSeRuntimePropertySeRateLimiter
    ServiceIpSubnets []GetSepropertiesSeRuntimePropertyServiceIpSubnet
    ServicePortRanges []GetSepropertiesSeRuntimePropertyServicePortRange
    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<GetSepropertiesSeRuntimePropertyAppHeader>
    baremetalDispatcherHandlesFlows String
    connectionsLossyLogRateLimiterThreshold String
    connectionsUdfnfLogRateLimiterThreshold String
    disableFlowProbes String
    dosProfiles List<GetSepropertiesSeRuntimePropertyDosProfile>
    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<GetSepropertiesSeRuntimePropertySeDpCompression>
    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<GetSepropertiesSeRuntimePropertySeRateLimiter>
    serviceIpSubnets List<GetSepropertiesSeRuntimePropertyServiceIpSubnet>
    servicePortRanges List<GetSepropertiesSeRuntimePropertyServicePortRange>
    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 GetSepropertiesSeRuntimePropertyAppHeader[]
    baremetalDispatcherHandlesFlows string
    connectionsLossyLogRateLimiterThreshold string
    connectionsUdfnfLogRateLimiterThreshold string
    disableFlowProbes string
    dosProfiles GetSepropertiesSeRuntimePropertyDosProfile[]
    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 GetSepropertiesSeRuntimePropertySeDpCompression[]
    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 GetSepropertiesSeRuntimePropertySeRateLimiter[]
    serviceIpSubnets GetSepropertiesSeRuntimePropertyServiceIpSubnet[]
    servicePortRanges GetSepropertiesSeRuntimePropertyServicePortRange[]
    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[GetSepropertiesSeRuntimePropertyAppHeader]
    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[GetSepropertiesSeRuntimePropertyDosProfile]
    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[GetSepropertiesSeRuntimePropertySeDpCompression]
    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[GetSepropertiesSeRuntimePropertySeRateLimiter]
    service_ip_subnets Sequence[GetSepropertiesSeRuntimePropertyServiceIpSubnet]
    service_port_ranges Sequence[GetSepropertiesSeRuntimePropertyServicePortRange]
    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

    GetSepropertiesSeRuntimePropertyAppHeader

    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

    GetSepropertiesSeRuntimePropertyDosProfile

    GetSepropertiesSeRuntimePropertyDosProfileThreshInfo

    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

    GetSepropertiesSeRuntimePropertySeDpCompression

    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>

    GetSepropertiesSeRuntimePropertySeRateLimiter

    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

    GetSepropertiesSeRuntimePropertyServiceIpSubnet

    GetSepropertiesSeRuntimePropertyServiceIpSubnetIpAddr

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

    GetSepropertiesSeRuntimePropertyServicePortRange

    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