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.



4680
4681
4682
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4680

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)


4677
4678
4679
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4677

def active
  @active
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4685
4686
4687
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4685

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