Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

Status of sessions created for this environment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1EnvironmentSessionStatus

Returns a new instance of GoogleCloudDataplexV1EnvironmentSessionStatus.



4608
4609
4610
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4608

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#activeBoolean Also known as: active?

Output only. Queries over sessions to mark whether the environment is currently active or not Corresponds to the JSON property active

Returns:

  • (Boolean)


4605
4606
4607
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4605

def active
  @active
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4613
4614
4615
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4613

def update!(**args)
  @active = args[:active] if args.key?(:active)
end