Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClientIDFlagKey = "client-id" DefaultTimeout = "90m" )
Parameter key shared with external packages
Variables ¶
View Source
var (
SupportedVersions = []string{
versionWindows2008r2,
versionWindows2012r2,
versionWindows2016,
versionWindows2019,
versionWindows2022,
}
)
SupportedVersions shows all supported OS versions of the tool.
Functions ¶
Types ¶
type InputParams ¶
type InputParams struct { ClientID string ProjectPtr *string Zone string Instance string CreateMachineBackup bool AutoRollback bool SourceOS string TargetOS string Timeout string UseStagingInstallMedia bool ScratchBucketGcsPath string Oauth string Ce string GcsLogsDisabled bool CloudLogsDisabled bool StdoutLogsDisabled bool }
InputParams contains input params for the upgrade.
Click to show internal directories.
Click to hide internal directories.