Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RollbackStatusInfo

Package version

Information about rollback on failed VM instances after a OS Upgrade operation.

Hierarchy

  • RollbackStatusInfo

Index

Properties

Optional failedRolledbackInstanceCount

failedRolledbackInstanceCount: undefined | number

The number of instances which failed to rollback. NOTE: This property will not be serialized. It can only be populated by the server.

Optional rollbackError

rollbackError: ApiError

Error details if OS rollback failed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional successfullyRolledbackInstanceCount

successfullyRolledbackInstanceCount: undefined | number

The number of instances which have been successfully rolled back. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc