Show / Hide Table of Contents

Class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources

Compute resources associated with the analyze interactive workloads.

Inheritance
object
GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources : IDirectResponseSchema

Properties

DiskSizeGb

Optional. Size in GB of the disk. Default is 100 GB.

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

ETag

The ETag of the item.

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

MaxNodeCount

Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.

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

NodeCount

Optional. Total number of nodes in the sessions created for this environment.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX