Show / Hide Table of Contents

Class PolicyControllerResourceList

ResourceList contains container resource requirements.

Inheritance
object
PolicyControllerResourceList
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.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class PolicyControllerResourceList : IDirectResponseSchema

Properties

Cpu

CPU requirement expressed in Kubernetes resource units.

Declaration
[JsonProperty("cpu")]
public virtual string Cpu { 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

Memory

Memory requirement expressed in Kubernetes resource units.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX