ansible.builtin.avi_serviceenginegroup (v2.8.11) — module

Module for setup of ServiceEngineGroup Avi RESTful Object

| "added in version" 2.4 of ansible.builtin"

Authors: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.8.11

Description

This module is used to configure ServiceEngineGroup object

more examples at U(https://github.com/avinetworks/devops)


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Example to create ServiceEngineGroup object
  avi_serviceenginegroup:
    controller: 10.10.25.42
    username: admin
    password: something
    state: present
    name: sample_serviceenginegroup

Inputs

    
url:
    description:
    - Avi controller URL of the object.

algo:
    description:
    - In compact placement, virtual services are placed on existing ses until max_vs_per_se
      limit is reached.
    - Enum options - PLACEMENT_ALGO_PACKED, PLACEMENT_ALGO_DISTRIBUTED.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as PLACEMENT_ALGO_PACKED.

name:
    description:
    - Name of the object.
    required: true

uuid:
    description:
    - Unique object identifier of the object.

state:
    choices:
    - absent
    - present
    default: present
    description:
    - The state that should be applied on the entity.

max_se:
    description:
    - Maximum number of services engines in this group.
    - Allowed values are 0-1000.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 10.

tenant:
    default: admin
    description:
    - Name of tenant used for all Avi API calls and context of object.
    type: str

ha_mode:
    description:
    - High availability mode for all the virtual services using this service engine group.
    - Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as HA_MODE_SHARED.

per_app:
    description:
    - Per-app se mode is designed for deploying dedicated load balancers per app (vs).
    - In this mode, each se is limited to a max of 2 vss.
    - Vcpus in per-app ses count towards licensing usage at 25% rate.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

iptables:
    description:
    - Iptables rules.

password:
    default: ''
    description:
    - Password of Avi user in Avi controller. The default value is the environment variable
      C(AVI_PASSWORD).
    type: str

username:
    default: ''
    description:
    - Username used for accessing Avi controller. The default value is the environment
      variable C(AVI_USERNAME).
    type: str

async_ssl:
    description:
    - Ssl handshakes will be handled by dedicated ssl threads.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool
    version_added: '2.4'
    version_added_collection: ansible.builtin

buffer_se:
    description:
    - Excess service engine capacity provisioned for ha failover.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1.

cloud_ref:
    description:
    - It is a reference to an object of type cloud.

controller:
    default: ''
    description:
    - IP address or hostname of the controller. The default value is the environment variable
      C(AVI_CONTROLLER).
    type: str

custom_tag:
    description:
    - Custom tag will be used to create the tags for se instance in aws.
    - Note this is not the same as the prefix for se name.

hypervisor:
    description:
    - Override default hypervisor.
    - Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN.

log_disksz:
    description:
    - Maximum disk capacity (in mb) to be allocated to an se.
    - This is exclusively used for debug and log data.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 10000.
    - Units(MB).

tenant_ref:
    description:
    - It is a reference to an object of type tenant.

allow_burst:
    description:
    - Allow ses to be created using burst license.
    - Field introduced in 17.2.5.
    type: bool
    version_added: '2.5'
    version_added_collection: ansible.builtin

api_context:
    description:
    - Avi API context that includes current session ID and CSRF Token.
    - This allows user to perform single login and re-use the session.
    type: dict

api_version:
    default: 16.4.4
    description:
    - Avi API version of to use for Avi API and objects.
    type: str

cpu_reserve:
    description:
    - Boolean flag to set cpu_reserve.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

description:
    description:
    - User defined description for the object.

disable_gro:
    description:
    - Disable generic receive offload (gro) in dpdk poll-mode driver packet receive path.
    - Gro is on by default on nics that do not support lro (large receive offload) or
      do not gain performance boost from lro.
    - Field introduced in 17.2.5.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool
    version_added: '2.5'
    version_added_collection: ansible.builtin

disable_tso:
    description:
    - Disable tcp segmentation offload (tso) in dpdk poll-mode driver packet transmit
      path.
    - Tso is on by default on nics that support it.
    - Field introduced in 17.2.5.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool
    version_added: '2.5'
    version_added_collection: ansible.builtin

disk_per_se:
    description:
    - Amount of disk space for each of the service engine virtual machines.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 10.
    - Units(GB).

enable_vmac:
    description:
    - Use virtual mac address for interfaces on which floating interface ips are placed.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

mem_reserve:
    description:
    - Boolean flag to set mem_reserve.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool

mgmt_subnet:
    description:
    - Management subnet to use for avi service engines.

tenant_uuid:
    default: ''
    description:
    - UUID of tenant used for all Avi API calls and context of object.
    type: str

waf_mempool:
    description:
    - Enable memory pool for waf.
    - Field introduced in 17.2.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool
    version_added: '2.5'
    version_added_collection: ansible.builtin

license_tier:
    description:
    - Specifies the license tier which would be used.
    - This field by default inherits the value from cloud.
    - Enum options - ENTERPRISE_16, ENTERPRISE_18.
    - Field introduced in 17.2.5.
    version_added: '2.5'
    version_added_collection: ansible.builtin

license_type:
    description:
    - If no license type is specified then default license enforcement for the cloud type
      is chosen.
    - Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH.
    - Field introduced in 17.2.5.
    version_added: '2.5'
    version_added_collection: ansible.builtin

vcpus_per_se:
    description:
    - Number of vcpus for each of the service engine virtual machines.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1.

hm_on_standby:
    description:
    - Enable active health monitoring from the standby se for all placed virtual services.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool

max_cpu_usage:
    description:
    - When cpu usage on an se exceeds this threshold, virtual services hosted on this
      se may be rebalanced to other ses to reduce load.
    - A new se may be created as part of this process.
    - Allowed values are 40-90.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 80.
    - Units(PERCENT).

max_vs_per_se:
    description:
    - Maximum number of virtual services that can be placed on a single service engine.
    - East west virtual services are excluded from this limit.
    - Allowed values are 1-1000.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 10.

memory_per_se:
    description:
    - Amount of memory for each of the service engine virtual machines.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 2048.

min_cpu_usage:
    description:
    - When cpu usage on an se falls below the minimum threshold, virtual services hosted
      on the se may be consolidated onto other underutilized ses.
    - After consolidation, unused service engines may then be eligible for deletion.
    - Allowed values are 20-60.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 30.
    - Units(PERCENT).

se_probe_port:
    description:
    - Tcp port on se where echo service will be run.
    - Field introduced in 17.2.2.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 7.
    version_added: '2.5'
    version_added_collection: ansible.builtin

se_sb_threads:
    description:
    - Number of sideband threads per se.
    - Allowed values are 1-128.
    - Field introduced in 16.5.2, 17.1.9, 17.2.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1.
    version_added: '2.5'
    version_added_collection: ansible.builtin

vcenter_hosts:
    description:
    - Vcenterhosts settings for serviceenginegroup.

vss_placement:
    description:
    - If set, virtual services will be placed on only a subset of the cores of an se.
    - Field introduced in 17.2.5.
    version_added: '2.5'
    version_added_collection: ansible.builtin

active_standby:
    description:
    - Service engines in active/standby mode for ha failover.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

auto_rebalance:
    description:
    - If set, virtual services will be automatically migrated when load on an se is less
      than minimum or more than maximum thresholds.
    - Only alerts are generated when the auto_rebalance is not set.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

enable_routing:
    description:
    - Enable routing for this serviceenginegroup .
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

placement_mode:
    description:
    - If placement mode is 'auto', virtual services are automatically placed on service
      engines.
    - Enum options - PLACEMENT_MODE_AUTO.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as PLACEMENT_MODE_AUTO.

se_dos_profile:
    description:
    - Dosthresholdprofile settings for serviceenginegroup.

se_name_prefix:
    description:
    - Prefix to use for virtual machine name of service engines.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as Avi.

se_tunnel_mode:
    description:
    - Determines if dsr from secondary se is active or not  0  automatically determine
      based on hypervisor type.
    - 1  disable dsr unconditionally.
    - ~[0,1]  enable dsr unconditionally.
    - Field introduced in 17.1.1.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 0.

vcenter_folder:
    description:
    - Folder to place all the service engine virtual machines in vcenter.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as AviSeFolder.

avi_credentials:
    description:
    - Avi Credentials dictionary which can be used in lieu of enumerating Avi Controller
      login details.
    suboptions:
      api_version:
        default: 16.4.4
        description:
        - Avi controller version
      controller:
        description:
        - Avi controller IP or SQDN
      csrftoken:
        description:
        - Avi controller API csrftoken to reuse existing session with session id
      password:
        description:
        - Avi controller password
      port:
        description:
        - Avi controller port
      session_id:
        description:
        - Avi controller API session id to reuse existing session with csrftoken
      tenant:
        default: admin
        description:
        - Avi controller tenant
      tenant_uuid:
        description:
        - Avi controller tenant UUID
      timeout:
        default: 300
        description:
        - Avi controller request timeout
      token:
        description:
        - Avi controller API token
      username:
        description:
        - Avi controller username
    type: dict

instance_flavor:
    description:
    - Instance/flavor type for se instance.

se_ipc_udp_port:
    description:
    - Udp port for se_dp ipc in docker bridge mode.
    - Field introduced in 17.1.2.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1500.
    version_added: '2.4'
    version_added_collection: ansible.builtin

avi_api_patch_op:
    choices:
    - add
    - replace
    - delete
    description:
    - Patch operation to use when using avi_api_update_method as patch.
    version_added: '2.5'
    version_added_collection: ansible.builtin

floating_intf_ip:
    description:
    - If serviceenginegroup is configured for legacy 1+1 active standby ha mode, floating
      ip's will be advertised only by the active se in the pair.
    - Virtual services in this group must be disabled/enabled for any changes to the floating
      ip's to take effect.
    - Only active se hosting vs tagged with active standby se 1 tag will advertise this
      floating ip when manual load distribution is enabled.

mgmt_network_ref:
    description:
    - Management network to use for avi service engines.
    - It is a reference to an object of type network.

se_udp_encap_ipc:
    description:
    - Determines if se-se ipc messages are encapsulated in an udp header  0  automatically
      determine based on hypervisor type.
    - 1  use udp encap unconditionally.
    - ~[0,1]  don't use udp encap.
    - Field introduced in 17.1.2.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 0.
    version_added: '2.4'
    version_added_collection: ansible.builtin

udf_log_throttle:
    description:
    - This setting limits the number of udf logs generated per second per core on this
      se.
    - Udf logs are generated due to the configured client log filters or the rules with
      logging enabled.
    - Default is 100 logs per second.
    - Set it to zero (0) to disable throttling.
    - Field introduced in 17.1.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 100.
    - Units(PER_SECOND).

vcenter_clusters:
    description:
    - Vcenterclusters settings for serviceenginegroup.

waf_mempool_size:
    description:
    - Memory pool size used for waf.
    - Field introduced in 17.2.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 64.
    - Units(KB).
    version_added: '2.5'
    version_added_collection: ansible.builtin

archive_shm_limit:
    description:
    - Amount of se memory in gb until which shared memory is collected in core archive.
    - Field introduced in 17.1.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 8.
    - Units(GB).

async_ssl_threads:
    description:
    - Number of async ssl threads per se_dp.
    - Allowed values are 1-16.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1.
    version_added: '2.4'
    version_added_collection: ansible.builtin

se_bandwidth_type:
    description:
    - Select the se bandwidth for the bandwidth license.
    - Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M,
      SE_BANDWIDTH_10000M.
    - Field introduced in 17.2.5.
    version_added: '2.5'
    version_added_collection: ansible.builtin

enable_hsm_priming:
    description:
    - (this is a beta feature).
    - Enable hsm key priming.
    - If enabled, key handles on the hsm will be synced to se before processing client
      connections.
    - Field introduced in 17.2.7.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool
    version_added: '2.6'
    version_added_collection: ansible.builtin

host_attribute_key:
    description:
    - Key of a (key, value) pair identifying a label for a set of nodes usually in container
      clouds.
    - Needs to be specified together with host_attribute_value.
    - Ses can be configured differently including ha modes across different se groups.
    - May also be used for isolation between different classes of virtualservices.
    - Virtualservices' se group may be specified via annotations/labels.
    - A openshift/kubernetes namespace maybe annotated with a matching se group label
      as openshift.io/node-selector  apptype=prod.
    - When multiple se groups are used in a cloud with host attributes specified,just
      a single se group can exist as a match-all se group without a
    - host_attribute_key.

os_reserved_memory:
    description:
    - Amount of extra memory to be reserved for use by the operating system on a service
      engine.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 0.

se_tunnel_udp_port:
    description:
    - Udp port for tunneled packets from secondary to primary se in docker bridge mode.
    - Field introduced in 17.1.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1550.

service_ip_subnets:
    description:
    - Subnets assigned to the se group.
    - Required for vs group placement.
    - Field introduced in 17.1.1.

vcenter_datastores:
    description:
    - List of vcenterdatastore.

vs_host_redundancy:
    description:
    - Ensure primary and secondary service engines are deployed on different physical
      hosts.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool

vs_scalein_timeout:
    description:
    - Time to wait for the scaled in se to drain existing flows before marking the scalein
      done.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 30.
    - Units(SEC).

cpu_socket_affinity:
    description:
    - Allocate all the cpu cores for the service engine virtual machines  on the same
      cpu socket.
    - Applicable only for vcenter cloud.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

ingress_access_data:
    description:
    - Program se security group ingress rules to allow vip data access from remote cidr
      type.
    - Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC.
    - Field introduced in 17.1.5.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as SG_INGRESS_ACCESS_ALL.
    version_added: '2.5'
    version_added_collection: ansible.builtin

ingress_access_mgmt:
    description:
    - Program se security group ingress rules to allow ssh/icmp management access from
      remote cidr type.
    - Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC.
    - Field introduced in 17.1.5.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as SG_INGRESS_ACCESS_ALL.
    version_added: '2.5'
    version_added_collection: ansible.builtin

max_scaleout_per_vs:
    description:
    - Maximum number of active service engines for the virtual service.
    - Allowed values are 1-64.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 4.

min_scaleout_per_vs:
    description:
    - Minimum number of active service engines for the virtual service.
    - Allowed values are 1-64.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1.

realtime_se_metrics:
    description:
    - Enable or disable real time se metrics.

vs_scaleout_timeout:
    description:
    - Time to wait for the scaled out se to become ready before marking the scaleout done.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 30.
    - Units(SEC).

host_attribute_value:
    description:
    - Value of a (key, value) pair identifying a label for a set of nodes usually in container
      clouds.
    - Needs to be specified together with host_attribute_key.

host_gateway_monitor:
    description:
    - Enable the host gateway monitor when service engine is deployed as docker container.
    - Disabled by default.
    - Field introduced in 17.2.4.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool
    version_added: '2.5'
    version_added_collection: ansible.builtin

ignore_rtt_threshold:
    description:
    - Ignore rtt samples if it is above threshold.
    - Field introduced in 17.1.6,17.2.2.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 5000.
    - Units(MILLISECONDS).
    version_added: '2.5'
    version_added_collection: ansible.builtin

se_deprovision_delay:
    description:
    - Duration to preserve unused service engine virtual machines before deleting them.
    - If traffic to a virtual service were to spike up abruptly, this se would still be
      available to be utilized again rather than creating a new se.
    - If this value is set to 0, controller will never delete any ses and administrator
      has to manually cleanup unused ses.
    - Allowed values are 0-525600.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 120.
    - Units(MIN).

se_sb_dedicated_core:
    description:
    - Sideband traffic will be handled by a dedicated core.
    - Field introduced in 16.5.2, 17.1.9, 17.2.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool
    version_added: '2.5'
    version_added_collection: ansible.builtin

se_thread_multiplier:
    description:
    - Multiplier for se threads based on vcpu.
    - Allowed values are 1-10.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1.

avi_api_update_method:
    choices:
    - put
    - patch
    default: put
    description:
    - Default method for object update is HTTP PUT.
    - Setting to patch will override that behavior to use HTTP PATCH.
    version_added: '2.5'
    version_added_collection: ansible.builtin

disable_csum_offloads:
    description:
    - Stop using tcp/udp and ip checksum offload features of nics.
    - Field introduced in 17.1.14, 17.2.5.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool
    version_added: '2.5'
    version_added_collection: ansible.builtin

floating_intf_ip_se_2:
    description:
    - If serviceenginegroup is configured for legacy 1+1 active standby ha mode, floating
      ip's will be advertised only by the active se in the pair.
    - Virtual services in this group must be disabled/enabled for any changes to the floating
      ip's to take effect.
    - Only active se hosting vs tagged with active standby se 2 tag will advertise this
      floating ip when manual load distribution is enabled.

se_vs_hb_max_vs_in_pkt:
    description:
    - Maximum number of virtualservices for which heartbeat messages are aggregated in
      one packet.
    - Allowed values are 1-1024.
    - Field introduced in 17.1.1.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 256.

vcenter_datastore_mode:
    description:
    - Enum options - vcenter_datastore_any, vcenter_datastore_local, vcenter_datastore_shared.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as VCENTER_DATASTORE_ANY.

auto_rebalance_criteria:
    description:
    - Set of criteria for se auto rebalance.
    - Enum options - SE_AUTO_REBALANCE_CPU, SE_AUTO_REBALANCE_PPS, SE_AUTO_REBALANCE_MBPS,
      SE_AUTO_REBALANCE_OPEN_CONNS, SE_AUTO_REBALANCE_CPS.
    - Field introduced in 17.2.3.
    version_added: '2.5'
    version_added_collection: ansible.builtin

auto_rebalance_interval:
    description:
    - Frequency of rebalance, if 'auto rebalance' is enabled.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 300.
    - Units(SEC).

extra_config_multiplier:
    description:
    - Multiplier for extra config to support large vs/pool config.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 0.0.

se_remote_punt_udp_port:
    description:
    - Udp port for punted packets in docker bridge mode.
    - Field introduced in 17.1.2.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 1501.
    version_added: '2.4'
    version_added_collection: ansible.builtin

significant_log_throttle:
    description:
    - This setting limits the number of significant logs generated per second per core
      on this se.
    - Default is 100 logs per second.
    - Set it to zero (0) to disable throttling.
    - Field introduced in 17.1.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 100.
    - Units(PER_SECOND).

dedicated_dispatcher_core:
    description:
    - Dedicate the core that handles packet receive/transmit from the network to just
      the dispatching function.
    - Don't use it for tcp/ip and ssl functions.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

least_load_core_selection:
    description:
    - Select core with least load for new flow.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool

advertise_backend_networks:
    description:
    - Advertise reach-ability of backend server networks via adc through bgp for default
      gateway feature.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

custom_securitygroups_data:
    description:
    - Custom security groups to be associated with data vnics for se instances in openstack
      and aws clouds.
    - Field introduced in 17.1.3.

custom_securitygroups_mgmt:
    description:
    - Custom security groups to be associated with management vnic for se instances in
      openstack and aws clouds.
    - Field introduced in 17.1.3.

extra_shared_config_memory:
    description:
    - Extra config memory to support large geo db configuration.
    - Field introduced in 17.1.1.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 0.
    - Units(MB).

se_vs_hb_max_pkts_in_batch:
    description:
    - Maximum number of aggregated vs heartbeat packets to send in a batch.
    - Allowed values are 1-256.
    - Field introduced in 17.1.1.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 8.

vcenter_datastores_include:
    description:
    - Boolean flag to set vcenter_datastores_include.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

openstack_availability_zone:
    description:
    - Field deprecated in 17.1.1.

openstack_mgmt_network_name:
    description:
    - Avi management network name.

openstack_mgmt_network_uuid:
    description:
    - Management network uuid.

aggressive_failure_detection:
    description:
    - Enable aggressive failover configuration for ha.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

connection_memory_percentage:
    description:
    - Percentage of memory for connection state.
    - This will come at the expense of memory used for http in-memory cache.
    - Allowed values are 10-90.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 50.
    - Units(PERCENT).

enable_vip_on_all_interfaces:
    description:
    - Enable vip on all interfaces of se.
    - Field introduced in 17.1.1.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as True.
    type: bool

non_significant_log_throttle:
    description:
    - This setting limits the number of non-significant logs generated per second per
      core on this se.
    - Default is 100 logs per second.
    - Set it to zero (0) to disable throttling.
    - Field introduced in 17.1.3.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 100.
    - Units(PER_SECOND).

openstack_availability_zones:
    description:
    - Field introduced in 17.1.1.

auto_rebalance_capacity_per_se:
    description:
    - Capacities of se for auto rebalance for each criteria.
    - Field introduced in 17.2.4.
    version_added: '2.5'
    version_added_collection: ansible.builtin

distribute_load_active_standby:
    description:
    - Use both the active and standby service engines for virtual service placement in
      the legacy active standby ha mode.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

flow_table_new_syn_max_entries:
    description:
    - Maximum number of flow table entries that have not completed tcp three-way handshake
      yet.
    - Field introduced in 17.2.5.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 0.
    version_added: '2.5'
    version_added_collection: ansible.builtin

vs_scalein_timeout_for_upgrade:
    description:
    - During se upgrade, time to wait for the scaled-in se to drain existing flows before
      marking the scalein done.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 30.
    - Units(SEC).

hardwaresecuritymodulegroup_ref:
    description:
    - It is a reference to an object of type hardwaresecuritymodulegroup.

avi_disable_session_cache_as_fact:
    default: false
    description:
    - It disables avi session information to be cached as a fact.
    type: bool

num_flow_cores_sum_changes_to_ignore:
    description:
    - Number of changes in num flow cores sum to ignore.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as 8.

auto_redistribute_active_standby_load:
    description:
    - Redistribution of virtual services from the takeover se to the replacement se can
      cause momentary traffic loss.
    - If the auto-redistribute load option is left in its default off state, any desired
      rebalancing requires calls to rest api.
    - Default value when not specified in API or module is interpreted by Avi Controller
      as False.
    type: bool

Outputs

obj:
  description: ServiceEngineGroup (api/serviceenginegroup) object
  returned: success, changed
  type: dict