LacpGroupConfigInfo (type)

{
  "additionalProperties": false, 
  "id": "LacpGroupConfigInfo", 
  "module_id": "InventoryCmInvComm", 
  "properties": {
    "key": {
      "description": "The key represents the identifier for the group that is unique across VC.", 
      "readonly": false, 
      "required": false, 
      "title": "The generated key as the identifier for the group", 
      "type": "string"
    }, 
    "load_balance_algorithm": {
      "description": "Load balance algorithm used in LACP group. The possible values are dictated by the values available in VC. Please refer VMwareDvsLacpLoadBalanceAlgorithm documentation for a full list of values. A few examples are srcDestIp where source and destination IP are considered, srcIp where only source IP is considered.", 
      "readonly": false, 
      "required": false, 
      "title": "Load balance policy", 
      "type": "string"
    }, 
    "mode": {
      "description": "The mode of LACP can be ACTIVE or PASSIVE. If the mode is ACTIVE, LACP is enabled unconditionally. If the mode is PASSIVE, LACP is enabled only if LACP device is detected.", 
      "enum": [
        "ACTIVE", 
        "PASSIVE"
      ], 
      "readonly": false, 
      "required": false, 
      "title": "The mode of Link Aggregation Control Protocol (LACP)", 
      "type": "string"
    }, 
    "name": {
      "description": "The display name of the LACP group.", 
      "readonly": false, 
      "required": false, 
      "title": "The display name", 
      "type": "string"
    }, 
    "uplink_names": {
      "description": "Names for the uplink ports in the group.", 
      "items": {
        "type": "string"
      }, 
      "readonly": false, 
      "required": false, 
      "title": "Uplink names", 
      "type": "array"
    }, 
    "uplink_num": {
      "readonly": false, 
      "required": false, 
      "title": "The number of uplink ports", 
      "type": "integer"
    }, 
    "uplink_port_keys": {
      "description": "Keys for the uplink ports in the group. Each uplink port is assigned a key that is unique across VC.", 
      "items": {
        "type": "string"
      }, 
      "readonly": false, 
      "required": false, 
      "title": "Keys for the uplink ports", 
      "type": "array"
    }
  }, 
  "type": "object"
}