InlineAviSetting1

InlineAviSetting1
InlineAviSetting1
JSON Example undefined undefined
{
    "active": false,
    "serviceEngineGroupMode": "string",
    "serviceEngineQuota": 0,
    "applicationLimit": 0,
    "serviceEngineGroupRefs": [
        {
            "name": "string",
            "id": "string"
        }
    ]
}
boolean
active
Required

Whether Avi Load Balancer is configured in the Regional Networking Setting or not.

string
serviceEngineGroupMode
Optional

The Avi Load Balancer Service Engine Group's management mode.

  • PROVIDER_MANAGED - Service Engines Group is provider managed.
  • TENANT_MANAGED - Service Engines Group is organization managed.
integer As int32 As int32
serviceEngineQuota
Optional
Constraints: minimum: 1 maximum: 5000

Maximum number of Service Engines that the organization can provision. Applicable in TENANT_MANAGED mode only.

integer As int32 As int32
applicationLimit
Optional
Constraints: minimum: 1

Maximum number of applications that the organization can provision. Applicable in PROVIDER_MANAGED mode only.

serviceEngineGroupRefs
Optional
Constraints: minItems: 1 maxItems: 5

The initial set of Avi Load Balancer Service Engine Groups assigned to the organization. It is required when Avi setting is set to active in PROVIDER_MANAGED mode. After initial configuration, the assignments can be managed by Service Engine Group assignment API. This property will be set to null on retrieval.

Used By