Show / Hide Table of Contents

Class ResourceStatusAcceleratorStatus

The status of an individual accelerator resource.

Inheritance
object
ResourceStatusAcceleratorStatus
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourceStatusAcceleratorStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PassedScans

The details of scans that passed for an accelerator.

Declaration
[JsonProperty("passedScans")]
public virtual IList<ResourceStatusAcceleratorStatusPassedScan> PassedScans { get; set; }
Property Value
Type Description
IList<ResourceStatusAcceleratorStatusPassedScan>

RecommendedScans

The details of recommended scans for an accelerator.

Declaration
[JsonProperty("recommendedScans")]
public virtual IList<ResourceStatusAcceleratorStatusRecommendedScan> RecommendedScans { get; set; }
Property Value
Type Description
IList<ResourceStatusAcceleratorStatusRecommendedScan>

SerialNumber

The serial number of the accelerator.

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

Uuid

The UUID of the accelerator.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX