Reference documentation and code samples for the Google Cloud Config V1 Client class AutoMigrationConfig.
AutoMigrationConfig contains the automigration configuration for a project.
Generated from protobuf message google.cloud.config.v1.AutoMigrationConfig
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.
↳ update_time
↳ auto_migration_enabled
bool
Optional. Whether the auto migration is enabled for the project.
getName
Identifier. The name of the AutoMigrationConfig.
Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.
string
setName
Identifier. The name of the AutoMigrationConfig.
Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.
var
string
$this
getUpdateTime
Output only. Time the AutoMigrationConfig was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time the AutoMigrationConfig was last updated.
$this
getAutoMigrationEnabled
Optional. Whether the auto migration is enabled for the project.
bool
setAutoMigrationEnabled
Optional. Whether the auto migration is enabled for the project.
var
bool
$this

