DpcMigrationAttempt

abstract class DpcMigrationAttempt


說明 dpc 遷移作業嘗試。

摘要

巢狀類型

DpcMigrationAttempt 的建構工具。

嘗試遷移的狀態。

公用函式

java-static DpcMigrationAttempt.Builder!
abstract Instant!

裝置在嘗試遷移時回報的時間。

java-static DpcMigrationAttempt!
abstract String!

要求的遷移嘗試名稱。

abstract DpcMigrationAttempt.State!

這項遷移作業嘗試的狀態。

abstract DpcMigrationAttempt.Builder!

公用函式

builder

java-static fun builder(): DpcMigrationAttempt.Builder!

getCreateTime

abstract fun getCreateTime(): Instant!

裝置在嘗試遷移時回報的時間。

getDefaultInstance

java-static fun getDefaultInstance(): DpcMigrationAttempt!

getName

abstract fun getName(): String!

要求的遷移嘗試名稱。

getState

abstract fun getState(): DpcMigrationAttempt.State!

這項遷移作業嘗試的狀態。

toBuilder

abstract fun toBuilder(): DpcMigrationAttempt.Builder!