Package com.google.cloud.vmmigration.v1
Interface CutoverStepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CutoverStep
,CutoverStep.Builder
public interface CutoverStepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getEndTime()
The time the step has ended.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
The time the step has ended.ReplicationCycle
getFinalSync()
Final sync step.ReplicationCycleOrBuilder
getFinalSyncOrBuilder()
Final sync step.InstantiatingMigratedVMStep
getInstantiatingMigratedVm()
Instantiating migrated VM step.InstantiatingMigratedVMStepOrBuilder
getInstantiatingMigratedVmOrBuilder()
Instantiating migrated VM step.PreparingVMDisksStep
getPreparingVmDisks()
Preparing VM disks step.PreparingVMDisksStepOrBuilder
getPreparingVmDisksOrBuilder()
Preparing VM disks step.ReplicationCycle
getPreviousReplicationCycle()
A replication cycle prior cutover step.ReplicationCycleOrBuilder
getPreviousReplicationCycleOrBuilder()
A replication cycle prior cutover step.ShuttingDownSourceVMStep
getShuttingDownSourceVm()
Shutting down VM step.ShuttingDownSourceVMStepOrBuilder
getShuttingDownSourceVmOrBuilder()
Shutting down VM step.com.google.protobuf.Timestamp
getStartTime()
The time the step has started.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
The time the step has started.CutoverStep.StepCase
getStepCase()
boolean
hasEndTime()
The time the step has ended.boolean
hasFinalSync()
Final sync step.boolean
hasInstantiatingMigratedVm()
Instantiating migrated VM step.boolean
hasPreparingVmDisks()
Preparing VM disks step.boolean
hasPreviousReplicationCycle()
A replication cycle prior cutover step.boolean
hasShuttingDownSourceVm()
Shutting down VM step.boolean
hasStartTime()
The time the step has started.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPreviousReplicationCycle
boolean hasPreviousReplicationCycle()
A replication cycle prior cutover step.
.google.cloud.vmmigration.v1.ReplicationCycle previous_replication_cycle = 3;
- Returns:
- Whether the previousReplicationCycle field is set.
-
getPreviousReplicationCycle
ReplicationCycle getPreviousReplicationCycle()
A replication cycle prior cutover step.
.google.cloud.vmmigration.v1.ReplicationCycle previous_replication_cycle = 3;
- Returns:
- The previousReplicationCycle.
-
getPreviousReplicationCycleOrBuilder
ReplicationCycleOrBuilder getPreviousReplicationCycleOrBuilder()
A replication cycle prior cutover step.
.google.cloud.vmmigration.v1.ReplicationCycle previous_replication_cycle = 3;
-
hasShuttingDownSourceVm
boolean hasShuttingDownSourceVm()
Shutting down VM step.
.google.cloud.vmmigration.v1.ShuttingDownSourceVMStep shutting_down_source_vm = 4;
- Returns:
- Whether the shuttingDownSourceVm field is set.
-
getShuttingDownSourceVm
ShuttingDownSourceVMStep getShuttingDownSourceVm()
Shutting down VM step.
.google.cloud.vmmigration.v1.ShuttingDownSourceVMStep shutting_down_source_vm = 4;
- Returns:
- The shuttingDownSourceVm.
-
getShuttingDownSourceVmOrBuilder
ShuttingDownSourceVMStepOrBuilder getShuttingDownSourceVmOrBuilder()
Shutting down VM step.
.google.cloud.vmmigration.v1.ShuttingDownSourceVMStep shutting_down_source_vm = 4;
-
hasFinalSync
boolean hasFinalSync()
Final sync step.
.google.cloud.vmmigration.v1.ReplicationCycle final_sync = 5;
- Returns:
- Whether the finalSync field is set.
-
getFinalSync
ReplicationCycle getFinalSync()
Final sync step.
.google.cloud.vmmigration.v1.ReplicationCycle final_sync = 5;
- Returns:
- The finalSync.
-
getFinalSyncOrBuilder
ReplicationCycleOrBuilder getFinalSyncOrBuilder()
Final sync step.
.google.cloud.vmmigration.v1.ReplicationCycle final_sync = 5;
-
hasPreparingVmDisks
boolean hasPreparingVmDisks()
Preparing VM disks step.
.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 6;
- Returns:
- Whether the preparingVmDisks field is set.
-
getPreparingVmDisks
PreparingVMDisksStep getPreparingVmDisks()
Preparing VM disks step.
.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 6;
- Returns:
- The preparingVmDisks.
-
getPreparingVmDisksOrBuilder
PreparingVMDisksStepOrBuilder getPreparingVmDisksOrBuilder()
Preparing VM disks step.
.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 6;
-
hasInstantiatingMigratedVm
boolean hasInstantiatingMigratedVm()
Instantiating migrated VM step.
.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 7;
- Returns:
- Whether the instantiatingMigratedVm field is set.
-
getInstantiatingMigratedVm
InstantiatingMigratedVMStep getInstantiatingMigratedVm()
Instantiating migrated VM step.
.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 7;
- Returns:
- The instantiatingMigratedVm.
-
getInstantiatingMigratedVmOrBuilder
InstantiatingMigratedVMStepOrBuilder getInstantiatingMigratedVmOrBuilder()
Instantiating migrated VM step.
.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 7;
-
hasStartTime
boolean hasStartTime()
The time the step has started.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The time the step has started.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time the step has started.
.google.protobuf.Timestamp start_time = 1;
-
hasEndTime
boolean hasEndTime()
The time the step has ended.
.google.protobuf.Timestamp end_time = 2;
- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
The time the step has ended.
.google.protobuf.Timestamp end_time = 2;
- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time the step has ended.
.google.protobuf.Timestamp end_time = 2;
-
getStepCase
CutoverStep.StepCase getStepCase()
-
-