Class: Google::Cloud::Notebooks::V1::UpdateShieldedInstanceConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::UpdateShieldedInstanceConfigRequest
- 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
-
#name ⇒ ::String
Required.
-
#shielded_instance_config ⇒ ::Google::Cloud::Notebooks::V1::Instance::ShieldedInstanceConfig
ShieldedInstance configuration to be updated.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |