Class Reasons
Containers transition between and within states based on reasons sent from various systems. CCFE will provide
the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service
Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API) Service
Activation (Service Controller)
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class Reasons : IDirectResponseSchema
Properties
Abuse
Declaration
[JsonProperty("abuse")]
public virtual string Abuse { get; set; }
Property Value
Billing
Declaration
[JsonProperty("billing")]
public virtual string Billing { get; set; }
Property Value
DataGovernance
Declaration
[JsonProperty("dataGovernance")]
public virtual string DataGovernance { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ServiceActivation
Consumer Container denotes if the service is active within a project or not. This information could be used
to clean up resources in case service in DISABLED_FULL i.e. Service is inactive > 30 days.
Declaration
[JsonProperty("serviceActivation")]
public virtual string ServiceActivation { get; set; }
Property Value
ServiceManagement
Declaration
[JsonProperty("serviceManagement")]
public virtual string ServiceManagement { get; set; }
Property Value
Implements