Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Environment::SessionSpec.
Configuration for sessions created for this environment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_fast_startup
def enable_fast_startup() -> ::Boolean
Returns
- (::Boolean) — 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.
#enable_fast_startup=
def enable_fast_startup=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#max_idle_duration
def max_idle_duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
#max_idle_duration=
def max_idle_duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
Returns
- (::Google::Protobuf::Duration) — Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.