Type alias ClusterDataType

ClusterDataType: {
    clusterType: "Disabled" | "Admin" | "Public" | "Private";
    enclaves: [string, number][];
}

Type declaration

  • clusterType: "Disabled" | "Admin" | "Public" | "Private"
  • enclaves: [string, number][]

Generated using TypeDoc