public sealed class OsImageRuntime : IMessage<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IEquatable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IDeepCloneable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IBufferMessage, IMessage
Software Runtime Configuration to run Analyze.
Implements
IMessage<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IEquatable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IDeepCloneable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
OsImageRuntime()
public OsImageRuntime()
OsImageRuntime(Environment.Types.InfrastructureSpec.Types.OsImageRuntime)
public OsImageRuntime(Environment.Types.InfrastructureSpec.Types.OsImageRuntime other)
Parameter | |
---|---|
Name | Description |
other | Environment.Types.InfrastructureSpec.Types.OsImageRuntime |
Properties
ImageVersion
public string ImageVersion { get; set; }
Required. Dataplex Image version.
Property Value | |
---|---|
Type | Description |
String |
JavaLibraries
public RepeatedField<string> JavaLibraries { get; }
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
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Properties
public MapField<string, string> Properties { get; }
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".
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
PythonPackages
public RepeatedField<string> PythonPackages { get; }
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
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |