Class: Google::Apis::NotebooksV1::MigrateInstanceRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb
more...

Overview

Request for migrating a User-Managed Notebook to Workbench Instances.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MigrateInstanceRequest

Returns a new instance of MigrateInstanceRequest.

[View source]

1707
1708
1709
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1707

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#post_startup_script_optionString

Optional. Specifies the behavior of post startup script during migration. Corresponds to the JSON property postStartupScriptOption

Returns:

  • (String)

1705
1706
1707
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1705

def post_startup_script_option
  @post_startup_script_option
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1712
1713
1714
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1712

def update!(**args)
  @post_startup_script_option = args[:post_startup_script_option] if args.key?(:post_startup_script_option)
end