/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vmmigration/v1/vmmigration.proto

package com.google.cloud.vmmigration.v1;

public interface CutoverStepOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vmmigration.v1.CutoverStep)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * A replication cycle prior cutover step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ReplicationCycle previous_replication_cycle = 3;</code>
   *
   * @return Whether the previousReplicationCycle field is set.
   */
  boolean hasPreviousReplicationCycle();
  /**
   *
   *
   * <pre>
   * A replication cycle prior cutover step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ReplicationCycle previous_replication_cycle = 3;</code>
   *
   * @return The previousReplicationCycle.
   */
  com.google.cloud.vmmigration.v1.ReplicationCycle getPreviousReplicationCycle();
  /**
   *
   *
   * <pre>
   * A replication cycle prior cutover step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ReplicationCycle previous_replication_cycle = 3;</code>
   */
  com.google.cloud.vmmigration.v1.ReplicationCycleOrBuilder getPreviousReplicationCycleOrBuilder();

  /**
   *
   *
   * <pre>
   * Shutting down VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ShuttingDownSourceVMStep shutting_down_source_vm = 4;</code>
   *
   * @return Whether the shuttingDownSourceVm field is set.
   */
  boolean hasShuttingDownSourceVm();
  /**
   *
   *
   * <pre>
   * Shutting down VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ShuttingDownSourceVMStep shutting_down_source_vm = 4;</code>
   *
   * @return The shuttingDownSourceVm.
   */
  com.google.cloud.vmmigration.v1.ShuttingDownSourceVMStep getShuttingDownSourceVm();
  /**
   *
   *
   * <pre>
   * Shutting down VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ShuttingDownSourceVMStep shutting_down_source_vm = 4;</code>
   */
  com.google.cloud.vmmigration.v1.ShuttingDownSourceVMStepOrBuilder
      getShuttingDownSourceVmOrBuilder();

  /**
   *
   *
   * <pre>
   * Final sync step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ReplicationCycle final_sync = 5;</code>
   *
   * @return Whether the finalSync field is set.
   */
  boolean hasFinalSync();
  /**
   *
   *
   * <pre>
   * Final sync step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ReplicationCycle final_sync = 5;</code>
   *
   * @return The finalSync.
   */
  com.google.cloud.vmmigration.v1.ReplicationCycle getFinalSync();
  /**
   *
   *
   * <pre>
   * Final sync step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.ReplicationCycle final_sync = 5;</code>
   */
  com.google.cloud.vmmigration.v1.ReplicationCycleOrBuilder getFinalSyncOrBuilder();

  /**
   *
   *
   * <pre>
   * Preparing VM disks step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 6;</code>
   *
   * @return Whether the preparingVmDisks field is set.
   */
  boolean hasPreparingVmDisks();
  /**
   *
   *
   * <pre>
   * Preparing VM disks step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 6;</code>
   *
   * @return The preparingVmDisks.
   */
  com.google.cloud.vmmigration.v1.PreparingVMDisksStep getPreparingVmDisks();
  /**
   *
   *
   * <pre>
   * Preparing VM disks step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 6;</code>
   */
  com.google.cloud.vmmigration.v1.PreparingVMDisksStepOrBuilder getPreparingVmDisksOrBuilder();

  /**
   *
   *
   * <pre>
   * Instantiating migrated VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 7;
   * </code>
   *
   * @return Whether the instantiatingMigratedVm field is set.
   */
  boolean hasInstantiatingMigratedVm();
  /**
   *
   *
   * <pre>
   * Instantiating migrated VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 7;
   * </code>
   *
   * @return The instantiatingMigratedVm.
   */
  com.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep getInstantiatingMigratedVm();
  /**
   *
   *
   * <pre>
   * Instantiating migrated VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 7;
   * </code>
   */
  com.google.cloud.vmmigration.v1.InstantiatingMigratedVMStepOrBuilder
      getInstantiatingMigratedVmOrBuilder();

  /**
   *
   *
   * <pre>
   * The time the step has started.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp start_time = 1;</code>
   *
   * @return Whether the startTime field is set.
   */
  boolean hasStartTime();
  /**
   *
   *
   * <pre>
   * The time the step has started.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp start_time = 1;</code>
   *
   * @return The startTime.
   */
  com.google.protobuf.Timestamp getStartTime();
  /**
   *
   *
   * <pre>
   * The time the step has started.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp start_time = 1;</code>
   */
  com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();

  /**
   *
   *
   * <pre>
   * The time the step has ended.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp end_time = 2;</code>
   *
   * @return Whether the endTime field is set.
   */
  boolean hasEndTime();
  /**
   *
   *
   * <pre>
   * The time the step has ended.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp end_time = 2;</code>
   *
   * @return The endTime.
   */
  com.google.protobuf.Timestamp getEndTime();
  /**
   *
   *
   * <pre>
   * The time the step has ended.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp end_time = 2;</code>
   */
  com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();

  public com.google.cloud.vmmigration.v1.CutoverStep.StepCase getStepCase();
}
