Show / Hide Table of Contents

Class Criticality

Criticality of the Application, Service, or Workload

Inheritance
object
Criticality
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class Criticality : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Level

Optional. Criticality level. Can contain only lowercase letters, numeric characters, underscores, and dashes. Can have a maximum length of 63 characters. Deprecated: Please refer to type instead.

Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
Type Description
string

MissionCritical

Optional. Indicates mission-critical Application, Service, or Workload. Deprecated: Please refer to type instead.

Declaration
[JsonProperty("missionCritical")]
public virtual bool? MissionCritical { get; set; }
Property Value
Type Description
bool?

Type

Required. Criticality Type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX