Cloud Dataplex v1 API - Class Environment.Types.InfrastructureSpec (2.2.0)

public sealed class InfrastructureSpec : IMessage<Environment.Types.InfrastructureSpec>, IEquatable<Environment.Types.InfrastructureSpec>, IDeepCloneable<Environment.Types.InfrastructureSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.InfrastructureSpec.

Configuration for the underlying infrastructure used to run workloads.

Inheritance

Object > Environment.Types.InfrastructureSpec

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

InfrastructureSpec()

public InfrastructureSpec()

InfrastructureSpec(Environment.Types.InfrastructureSpec)

public InfrastructureSpec(Environment.Types.InfrastructureSpec other)
Parameter
NameDescription
otherEnvironment.Types.InfrastructureSpec

Properties

Compute

public Environment.Types.InfrastructureSpec.Types.ComputeResources Compute { get; set; }

Optional. Compute resources needed for analyze interactive workloads.

Property Value
TypeDescription
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
TypeDescription
Environment.Types.InfrastructureSpec.Types.OsImageRuntime

ResourcesCase

public Environment.Types.InfrastructureSpec.ResourcesOneofCase ResourcesCase { get; }
Property Value
TypeDescription
Environment.Types.InfrastructureSpec.ResourcesOneofCase

RuntimeCase

public Environment.Types.InfrastructureSpec.RuntimeOneofCase RuntimeCase { get; }
Property Value
TypeDescription
Environment.Types.InfrastructureSpec.RuntimeOneofCase