Show / Hide Table of Contents

Class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime

Software Runtime Configuration to run Analyze.

Inheritance
object
GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageVersion

Required. Dataplex Image version.

Declaration
[JsonProperty("imageVersion")]
public virtual string ImageVersion { get; set; }
Property Value
Type Description
string

JavaLibraries

Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar

Declaration
[JsonProperty("javaLibraries")]
public virtual IList<string> JavaLibraries { get; set; }
Property Value
Type Description
IList<string>

Properties

Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".

Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, string> Properties { get; set; }
Property Value
Type Description
IDictionary<string, string>

PythonPackages

Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz

Declaration
[JsonProperty("pythonPackages")]
public virtual IList<string> PythonPackages { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX