Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    bool IsAgent;
    // SSIP - Seed-Server IP address to join during bootstrap. E.g. 10.244.244.1
    string SeedServerIPAddress;
    // encrypted token string, use edge-node TMP to decrypt
    string org.lfedge.eve.common.CipherBlock EncryptedClusterToken;
    // Resource label list, may not be in first phases
    map <string, string> ResourceLabel;
}

...