Class: Google::Apis::NotebooksV1::MigrateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::MigrateInstanceRequest
- 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
-
#post_startup_script_option ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MigrateInstanceRequest
constructor
A new instance of MigrateInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MigrateInstanceRequest
Returns a new instance of MigrateInstanceRequest.
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_option ⇒ String
Optional. Specifies the behavior of post startup script during migration.
Corresponds to the JSON property postStartupScriptOption
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
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 |