public sealed class ResourceStatus : IMessage<ResourceStatus>, IEquatable<ResourceStatus>, IDeepCloneable<ResourceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class ResourceStatus.
Status of a deployment resource.
Implements
IMessageResourceStatus, IEquatableResourceStatus, IDeepCloneableResourceStatus, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ResourceStatus()
public ResourceStatus()
ResourceStatus(ResourceStatus)
public ResourceStatus(ResourceStatus other)
Parameter | |
---|---|
Name | Description |
other |
ResourceStatus |
Properties
Group
public string Group { get; set; }
Group to which the resource belongs to.
Property Value | |
---|---|
Type | Description |
string |
Kind
public string Kind { get; set; }
Kind of the resource.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Name of the resource.
Property Value | |
---|---|
Type | Description |
string |
NfDeployStatus
public NFDeployStatus NfDeployStatus { get; set; }
Output only. Detailed status of NFDeploy.
Property Value | |
---|---|
Type | Description |
NFDeployStatus |
ResourceNamespace
public string ResourceNamespace { get; set; }
Namespace of the resource.
Property Value | |
---|---|
Type | Description |
string |
ResourceType
public ResourceType ResourceType { get; set; }
Output only. Resource type.
Property Value | |
---|---|
Type | Description |
ResourceType |
Status
public Status Status { get; set; }
Output only. Status of the resource.
Property Value | |
---|---|
Type | Description |
Status |
Version
public string Version { get; set; }
Version of the resource.
Property Value | |
---|---|
Type | Description |
string |