public sealed class Environment.Types.SessionStatus : IMessage<Environment.Types.SessionStatus>, IEquatable<Environment.Types.SessionStatus>, IDeepCloneable<Environment.Types.SessionStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.SessionStatus.
Status of sessions created for this environment.
Implements
IMessageEnvironmentTypesSessionStatus, IEquatableEnvironmentTypesSessionStatus, IDeepCloneableEnvironmentTypesSessionStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SessionStatus()
public SessionStatus()
SessionStatus(SessionStatus)
public SessionStatus(Environment.Types.SessionStatus other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesSessionStatus |
Properties
Active
public bool Active { get; set; }
Output only. Queries over sessions to mark whether the environment is currently active or not
Property Value | |
---|---|
Type | Description |
bool |