Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class AdaptationModifier.
AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
Generated from protobuf message google.cloud.vmmigration.v1.AdaptationModifier
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ modifier |
string
Optional. The modifier name. |
↳ value |
string
Optional. The value of the modifier. The actual value depends on the modifier and can also be empty. |
getModifier
Optional. The modifier name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setModifier
Optional. The modifier name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Optional. The value of the modifier.
The actual value depends on the modifier and can also be empty.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
Optional. The value of the modifier.
The actual value depends on the modifier and can also be empty.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|