public sealed class Environment : IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessage
Environment represents a user-visible compute infrastructure for analytics within a lake.
Implements
IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Environment()
public Environment()
Environment(Environment)
public Environment(Environment other)
Parameter | |
---|---|
Name | Description |
other | Environment |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Environment creation time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Optional. Description of the environment.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Optional. User friendly display name.
Property Value | |
---|---|
Type | Description |
String |
Endpoints
public Environment.Types.Endpoints Endpoints { get; set; }
Output only. URI Endpoints to access sessions associated with the Environment.
Property Value | |
---|---|
Type | Description |
Environment.Types.Endpoints |
EnvironmentName
public EnvironmentName EnvironmentName { get; set; }
EnvironmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EnvironmentName |
InfrastructureSpec
public Environment.Types.InfrastructureSpec InfrastructureSpec { get; set; }
Required. Infrastructure specification for the Environment.
Property Value | |
---|---|
Type | Description |
Environment.Types.InfrastructureSpec |
Labels
public MapField<string, string> Labels { get; }
Optional. User defined labels for the environment.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
Name
public string Name { get; set; }
Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
Property Value | |
---|---|
Type | Description |
String |
SessionSpec
public Environment.Types.SessionSpec SessionSpec { get; set; }
Optional. Configuration for sessions created for this environment.
Property Value | |
---|---|
Type | Description |
Environment.Types.SessionSpec |
SessionStatus
public Environment.Types.SessionStatus SessionStatus { get; set; }
Output only. Status of sessions created for this environment.
Property Value | |
---|---|
Type | Description |
Environment.Types.SessionStatus |
State
public State State { get; set; }
Output only. Current state of the environment.
Property Value | |
---|---|
Type | Description |
State |
Uid
public string Uid { get; set; }
Output only. System generated globally unique ID for the environment. This ID will be different if the environment is deleted and re-created with the same name.
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the environment was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |