Skip to main content

Class DatacenterUsage

Namespace: Consul
Assembly: Consul.dll

public class DatacenterUsage

Inheritance

objectDatacenterUsage

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

BillableServiceInstances

[JsonProperty("BillableServiceInstances")]
public int BillableServiceInstances { get; set; }

Property Value

int

ConnectServiceInstances

[JsonProperty("ConnectServiceInstances")]
public ConnectServiceInstances ConnectServiceInstances { get; set; }

Property Value

ConnectServiceInstances

Nodes

[JsonProperty("Nodes")]
public int Nodes { get; set; }

Property Value

int

ServiceInstances

[JsonProperty("ServiceInstances")]
public int ServiceInstances { get; set; }

Property Value

int

Services

[JsonProperty("Services")]
public int Services { get; set; }

Property Value

int

  • Properties
    • BillableServiceInstances
    • ConnectServiceInstances
    • Nodes
    • ServiceInstances
    • Services