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

public sealed class Environment.Types.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(InfrastructureSpec)

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

Properties

Compute

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

Optional. Compute resources needed for analyze interactive workloads.

Property Value
TypeDescription
EnvironmentTypesInfrastructureSpecTypesComputeResources

OsImage

public Environment.Types.InfrastructureSpec.Types.OsImageRuntime OsImage { get; set; }

Required. Software Runtime Configuration for analyze interactive workloads.

Property Value
TypeDescription
EnvironmentTypesInfrastructureSpecTypesOsImageRuntime

ResourcesCase

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

RuntimeCase

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