Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::AdaptationModifier.
AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#modifier
def modifier() -> ::String
Returns
- (::String) — Optional. The modifier name.
#modifier=
def modifier=(value) -> ::String
Parameter
- value (::String) — Optional. The modifier name.
Returns
- (::String) — Optional. The modifier name.
#value
def value() -> ::String
Returns
- (::String) — Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
Returns
- (::String) — Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.