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.
5056 5057 5058 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5056 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
5053 5054 5055 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5053 def active @active end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5061 5062 5063 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5061 def update!(**args) @active = args[:active] if args.key?(:active) end |