public sealed class Environment.Types.InfrastructureSpec.Types.OsImageRuntime : IMessage<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IEquatable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IDeepCloneable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.InfrastructureSpec.Types.OsImageRuntime.
Software Runtime Configuration to run Analyze.
Implements
IMessageEnvironmentTypesInfrastructureSpecTypesOsImageRuntime, IEquatableEnvironmentTypesInfrastructureSpecTypesOsImageRuntime, IDeepCloneableEnvironmentTypesInfrastructureSpecTypesOsImageRuntime, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
OsImageRuntime()
public OsImageRuntime()
OsImageRuntime(OsImageRuntime)
public OsImageRuntime(Environment.Types.InfrastructureSpec.Types.OsImageRuntime other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesInfrastructureSpecTypesOsImageRuntime |
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 |
RepeatedFieldstring |