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.
Implements
IMessageEnvironmentTypesInfrastructureSpec, IEquatableEnvironmentTypesInfrastructureSpec, IDeepCloneableEnvironmentTypesInfrastructureSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
InfrastructureSpec()
public InfrastructureSpec()
InfrastructureSpec(InfrastructureSpec)
public InfrastructureSpec(Environment.Types.InfrastructureSpec other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesInfrastructureSpec |
Properties
Compute
public Environment.Types.InfrastructureSpec.Types.ComputeResources Compute { get; set; }
Optional. Compute resources needed for analyze interactive workloads.
Property Value | |
---|---|
Type | Description |
EnvironmentTypesInfrastructureSpecTypesComputeResources |
OsImage
public Environment.Types.InfrastructureSpec.Types.OsImageRuntime OsImage { get; set; }
Required. Software Runtime Configuration for analyze interactive workloads.
Property Value | |
---|---|
Type | Description |
EnvironmentTypesInfrastructureSpecTypesOsImageRuntime |
ResourcesCase
public Environment.Types.InfrastructureSpec.ResourcesOneofCase ResourcesCase { get; }
Property Value | |
---|---|
Type | Description |
EnvironmentTypesInfrastructureSpecResourcesOneofCase |
RuntimeCase
public Environment.Types.InfrastructureSpec.RuntimeOneofCase RuntimeCase { get; }
Property Value | |
---|---|
Type | Description |
EnvironmentTypesInfrastructureSpecRuntimeOneofCase |