Class: Google::Cloud::Dataplex::V1::Environment::SessionSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Environment::SessionSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/analyze.rb
Overview
Configuration for sessions created for this environment.
Instance Attribute Summary collapse
-
#enable_fast_startup ⇒ ::Boolean
Optional.
-
#max_idle_duration ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#enable_fast_startup ⇒ ::Boolean
Returns Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to "default", and with default configuration.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 146 class SessionSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_idle_duration ⇒ ::Google::Protobuf::Duration
Returns Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 146 class SessionSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |