public sealed class Environment : IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Environment.
Environment represents a user-visible compute infrastructure for analytics within a lake.
Implements
IMessageEnvironment, IEquatableEnvironment, IDeepCloneableEnvironment, 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 |
EnvironmentTypesEndpoints |
|
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 |
EnvironmentTypesInfrastructureSpec |
|
Labels
public MapField<string, string> Labels { get; }Optional. User defined labels for the environment.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
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 |
EnvironmentTypesSessionSpec |
|
SessionStatus
public Environment.Types.SessionStatus SessionStatus { get; set; }Output only. Status of sessions created for this environment.
| Property Value | |
|---|---|
| Type | Description |
EnvironmentTypesSessionStatus |
|
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 |
|