Class GoogleCloudDataplexV1EnvironmentInfrastructureSpec
Configuration for the underlying infrastructure used to run workloads.
Implements
Inherited Members
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 |