Class: Google::Cloud::Notebooks::V1::InstanceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/instance_config.rb

Overview

Notebook instance configurations that can be updated.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_health_monitoring::Boolean

Returns Verifies core internal services are running.

Returns:

  • (::Boolean)

    Verifies core internal services are running.



32
33
34
35
# File 'proto_docs/google/cloud/notebooks/v1/instance_config.rb', line 32

class InstanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#notebook_upgrade_schedule::String

Returns Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.

Returns:

  • (::String)

    Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.



32
33
34
35
# File 'proto_docs/google/cloud/notebooks/v1/instance_config.rb', line 32

class InstanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end