Class VmwareUpgradeComponent
Per component upgrade resource
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class VmwareUpgradeComponent : IDirectResponseSchema
Properties
ComponentType
Output only. Type of component
Declaration
[JsonProperty("componentType")]
public virtual string ComponentType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. Component's upgrade state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |