Class GetStatus
Indicates the status of the AVACloud service
Inheritance
System.Object
GetStatus
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.AVACloud.Client
Assembly: Dangl.AVACloud.Client.dll
Syntax
public class GetStatus : INotifyPropertyChanged
Properties
| Improve this Doc View SourceEnvironment
The environment of the current instance
Declaration
[JsonProperty("environment", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Environment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsHealthy
If any problems in the service health are known, this is set to false
Declaration
[JsonProperty("isHealthy", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsHealthy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Version
The current version of the AVACloud service
Declaration
[JsonProperty("version", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFromJson(String)
Declaration
public static GetStatus FromJson(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Returns
Type | Description |
---|---|
GetStatus |
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged