Class: Google::Cloud::Notebooks::V1::UpdateShieldedInstanceConfigRequest

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

Overview

Request for updating the Shielded Instance config for a notebook instance. You can only use this method on a stopped instance

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}



252
253
254
255
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 252

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

#shielded_instance_config::Google::Cloud::Notebooks::V1::Instance::ShieldedInstanceConfig

Returns ShieldedInstance configuration to be updated.

Returns:



252
253
254
255
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 252

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