Patch Config Response
data class PatchConfigResponse(val apt: AptSettingsResponse, val goo: GooSettingsResponse, val migInstancesAllowed: Boolean, val postStep: ExecStepResponse, val preStep: ExecStepResponse, val rebootConfig: String, val windowsUpdate: WindowsUpdateSettingsResponse, val yum: YumSettingsResponse, val zypper: ZypperSettingsResponse)
Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.
Constructors
Link copied to clipboard
fun PatchConfigResponse(apt: AptSettingsResponse, goo: GooSettingsResponse, migInstancesAllowed: Boolean, postStep: ExecStepResponse, preStep: ExecStepResponse, rebootConfig: String, windowsUpdate: WindowsUpdateSettingsResponse, yum: YumSettingsResponse, zypper: ZypperSettingsResponse)