Show / Hide Table of Contents

Class GoogleCloudDataplexV1EnvironmentInfrastructureSpec

Configuration for the underlying infrastructure used to run workloads.

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

Properties

Compute

Optional. Compute resources needed for analyze interactive workloads.

Declaration
[JsonProperty("compute")]
public virtual GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources Compute { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources

ETag

The ETag of the item.

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

OsImage

Required. Software Runtime Configuration for analyze interactive workloads.

Declaration
[JsonProperty("osImage")]
public virtual GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime OsImage { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX