Show / Hide Table of Contents

Class LicenseResourceRequirements

Inheritance
object
LicenseResourceRequirements
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 LicenseResourceRequirements : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MinGuestCpuCount

[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.

Declaration
[JsonProperty("minGuestCpuCount")]
public virtual int? MinGuestCpuCount { get; set; }
Property Value
Type Description
int?

MinMemoryMb

[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.

Declaration
[JsonProperty("minMemoryMb")]
public virtual int? MinMemoryMb { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX