Skip to main content

Class OperatorUsageInformation

Namespace: Consul
Assembly: Consul.dll

public class OperatorUsageInformation

Inheritance

objectOperatorUsageInformation

Inherited Members

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

Properties

Usage

[JsonProperty("Usage")]
public Dictionary<string, DatacenterUsage> Usage { get; set; }

Property Value

Dictionary <string , DatacenterUsage >