Fixed several issues in ref entities
This commit is contained in:
@@ -7,14 +7,5 @@
|
||||
public string Hostname { get; }
|
||||
public int Port { get; }
|
||||
public bool Vip { get; }
|
||||
|
||||
internal Region(string id, string name, string hostname, int port, bool vip)
|
||||
{
|
||||
Id = id;
|
||||
Name = name;
|
||||
Hostname = hostname;
|
||||
Port = port;
|
||||
Vip = vip;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user