Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus
- 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
-
#active ⇒ Boolean
(also: #active?)
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1EnvironmentSessionStatus
constructor
A new instance of GoogleCloudDataplexV1EnvironmentSessionStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#active ⇒ Boolean 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
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 |