Class: Google::Cloud::VMMigration::V1::AdaptationModifier
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AdaptationModifier
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
Instance Attribute Summary collapse
-
#modifier ⇒ ::String
Optional.
-
#value ⇒ ::String
Optional.
Instance Attribute Details
#modifier ⇒ ::String
Returns Optional. The modifier name.
2266 2267 2268 2269 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2266 class AdaptationModifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
2266 2267 2268 2269 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2266 class AdaptationModifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |