Show / Hide Table of Contents

Class GoogleCloudDataplexV1Environment

Environment represents a user-visible compute infrastructure for analytics within a lake.

Inheritance
object
GoogleCloudDataplexV1Environment
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 GoogleCloudDataplexV1Environment : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Environment creation time.

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

Description

Optional. Description of the environment.

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

DisplayName

Optional. User friendly display name.

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

ETag

The ETag of the item.

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

Endpoints

Output only. URI Endpoints to access sessions associated with the Environment.

Declaration
[JsonProperty("endpoints")]
public virtual GoogleCloudDataplexV1EnvironmentEndpoints Endpoints { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EnvironmentEndpoints

InfrastructureSpec

Required. Infrastructure specification for the Environment.

Declaration
[JsonProperty("infrastructureSpec")]
public virtual GoogleCloudDataplexV1EnvironmentInfrastructureSpec InfrastructureSpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EnvironmentInfrastructureSpec

Labels

Optional. User defined labels for the environment.

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

Name

Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}

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

SessionSpec

Optional. Configuration for sessions created for this environment.

Declaration
[JsonProperty("sessionSpec")]
public virtual GoogleCloudDataplexV1EnvironmentSessionSpec SessionSpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EnvironmentSessionSpec

SessionStatus

Output only. Status of sessions created for this environment.

Declaration
[JsonProperty("sessionStatus")]
public virtual GoogleCloudDataplexV1EnvironmentSessionStatus SessionStatus { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EnvironmentSessionStatus

State

Output only. Current state of the environment.

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

Uid

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.

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

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time when the environment was last updated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX