public sealed class InfrastructureSpec : IMessage<Environment.Types.InfrastructureSpec>, IEquatable<Environment.Types.InfrastructureSpec>, IDeepCloneable<Environment.Types.InfrastructureSpec>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.InfrastructureSpec.
Configuration for the underlying infrastructure used to run workloads.
Implements
IMessage<Environment.Types.InfrastructureSpec>, IEquatable<Environment.Types.InfrastructureSpec>, IDeepCloneable<Environment.Types.InfrastructureSpec>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
InfrastructureSpec()
public InfrastructureSpec()InfrastructureSpec(Environment.Types.InfrastructureSpec)
public InfrastructureSpec(Environment.Types.InfrastructureSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
Environment.Types.InfrastructureSpec |
Properties
Compute
public Environment.Types.InfrastructureSpec.Types.ComputeResources Compute { get; set; }Optional. Compute resources needed for analyze interactive workloads.
| Property Value | |
|---|---|
| Type | Description |
Environment.Types.InfrastructureSpec.Types.ComputeResources |
|
OsImage
public Environment.Types.InfrastructureSpec.Types.OsImageRuntime OsImage { get; set; }Required. Software Runtime Configuration for analyze interactive workloads.
| Property Value | |
|---|---|
| Type | Description |
Environment.Types.InfrastructureSpec.Types.OsImageRuntime |
|
ResourcesCase
public Environment.Types.InfrastructureSpec.ResourcesOneofCase ResourcesCase { get; }| Property Value | |
|---|---|
| Type | Description |
Environment.Types.InfrastructureSpec.ResourcesOneofCase |
|
RuntimeCase
public Environment.Types.InfrastructureSpec.RuntimeOneofCase RuntimeCase { get; }| Property Value | |
|---|---|
| Type | Description |
Environment.Types.InfrastructureSpec.RuntimeOneofCase |
|