Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

Configuration for the underlying infrastructure used to run workloads.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1EnvironmentInfrastructureSpec

Returns a new instance of GoogleCloudDataplexV1EnvironmentInfrastructureSpec.



4805
4806
4807
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4805

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#computeGoogle::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources

Compute resources associated with the analyze interactive workloads. Corresponds to the JSON property compute



4798
4799
4800
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4798

def compute
  @compute
end

#os_imageGoogle::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime

Software Runtime Configuration to run Analyze. Corresponds to the JSON property osImage



4803
4804
4805
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4803

def os_image
  @os_image
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4810
4811
4812
4813
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4810

def update!(**args)
  @compute = args[:compute] if args.key?(:compute)
  @os_image = args[:os_image] if args.key?(:os_image)
end