[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

LoadBalancerServiceEngineGroupAssignment

An assignment of a Load Balancer Service Engine Group to an Edge Gateway


Properties

gatewayRef Required

The associated Edge Gateway.


serviceEngineGroupRef Required

The associated Load Balancer Service Engine Group.


gatewayOrgRef Optional

The organization of the associated Edge Gateway.


gatewayOwnerRef Optional

The owner of the associated Edge Gateway. This can be a vDC or vDC Group.


string
id Optional

The identifier of the Load Balancer Service Engine Groups in URN format.


integer as int32
maxVirtualServices Optional

The maximum number of virtual services the Edge Gateway is allowed to use. This is required if the Load Balancer Service Engine Group has reservation type ‘SHARED’. This must be unset if the Load Balancer Service Engine Group has reservation type ‘DEDICATED’.


integer as int32
minVirtualServices Optional

The number of guaranteed virtual services available to the Edge Gateway. This is required if the Load Balancer Service Engine Group has reservation type ‘SHARED’. This must be unset if the Load Balancer Service Engine Group has reservation type ‘DEDICATED’.


integer
numDeployedVirtualServices Optional

The current number of deployed virutal services.


string
serviceEngineGroupHaMode Optional

The service engine group’s High Availability Mode.

  • ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
  • ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
  • LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration


string
gatewaySupportedFeatureSet Optional

The feature set supported by the Edge Gateway Load Balancer. This will be NULL if Load Balancer is not active on the associated Edge Gateway.


string
serviceEngineGroupSupportedFeatureSet Optional

The feature set supported by the Load Balancer Service Engine Group.

JSON Example

{}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    gatewayOrgRef:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: ReadOnly
    gatewayOwnerRef:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: ReadOnly
    gatewayRef:
        x-vcloud-constraints:
            - constraint: NonSortable
    gatewaySupportedFeatureSet:
        x-vcloud-added-in: "37.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: ReadOnly
            - args:
                - arg: serviceEngineGroupAssignment
              constraint: Urn
    maxVirtualServices:
        x-vcloud-constraints:
            - constraint: NonSearchable
    minVirtualServices:
        x-vcloud-constraints:
            - constraint: NonSearchable
    numDeployedVirtualServices:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: ReadOnly
    serviceEngineGroupHaMode:
        x-vcloud-added-in: "37.1"
        x-vcloud-constraints:
            - constraint: ReadOnly
    serviceEngineGroupRef:
        x-vcloud-constraints:
            - constraint: NonSortable
    serviceEngineGroupSupportedFeatureSet:
        x-vcloud-added-in: "37.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Property Of

InlineLoadBalancerServiceEngineGroupAssignments1
Parameter To

Create Service Engine Group Assignment
Update Service Engine Group Assignment
Returned By

Get Service Engine Group Assignment

Feedback

Was this page helpful?