Enum OperationType

    • Enum Constant Detail

      • GoldengateDatabaseRegistrationCreate

        public static final OperationType GoldengateDatabaseRegistrationCreate
      • GoldengateDatabaseRegistrationUpdate

        public static final OperationType GoldengateDatabaseRegistrationUpdate
      • GoldengateDatabaseRegistrationDelete

        public static final OperationType GoldengateDatabaseRegistrationDelete
      • GoldengateDatabaseRegistrationMove

        public static final OperationType GoldengateDatabaseRegistrationMove
      • GoldengateDeploymentCreate

        public static final OperationType GoldengateDeploymentCreate
      • GoldengateDeploymentUpdate

        public static final OperationType GoldengateDeploymentUpdate
      • GoldengateDeploymentDelete

        public static final OperationType GoldengateDeploymentDelete
      • GoldengateDeploymentMove

        public static final OperationType GoldengateDeploymentMove
      • GoldengateDeploymentRestore

        public static final OperationType GoldengateDeploymentRestore
      • GoldengateDeploymentStart

        public static final OperationType GoldengateDeploymentStart
      • GoldengateDeploymentStop

        public static final OperationType GoldengateDeploymentStop
      • GoldengateDeploymentUpgrade

        public static final OperationType GoldengateDeploymentUpgrade
      • GoldengateDeploymentBackupCreate

        public static final OperationType GoldengateDeploymentBackupCreate
      • GoldengateDeploymentBackupDelete

        public static final OperationType GoldengateDeploymentBackupDelete
      • GoldengateDeploymentBackupCancel

        public static final OperationType GoldengateDeploymentBackupCancel
      • GoldengateDeploymentBackupCopy

        public static final OperationType GoldengateDeploymentBackupCopy
      • GoldengateConnectionCreate

        public static final OperationType GoldengateConnectionCreate
      • GoldengateConnectionUpdate

        public static final OperationType GoldengateConnectionUpdate
      • GoldengateConnectionDelete

        public static final OperationType GoldengateConnectionDelete
      • GoldengateConnectionMove

        public static final OperationType GoldengateConnectionMove
      • GoldengateConnectionRefresh

        public static final OperationType GoldengateConnectionRefresh
      • GoldengateConnectionAssignmentCreate

        public static final OperationType GoldengateConnectionAssignmentCreate
      • GoldengateConnectionAssignmentDelete

        public static final OperationType GoldengateConnectionAssignmentDelete
      • GoldengateConnectionAssigmnentDelete

        public static final OperationType GoldengateConnectionAssigmnentDelete
      • GoldengateDeploymentDiagnosticCollect

        public static final OperationType GoldengateDeploymentDiagnosticCollect
      • GoldengateDeploymentWalletExport

        public static final OperationType GoldengateDeploymentWalletExport
      • GoldengateDeploymentWalletImport

        public static final OperationType GoldengateDeploymentWalletImport
      • GoldengateDeploymentUpgradeUpgrade

        public static final OperationType GoldengateDeploymentUpgradeUpgrade
      • GoldengateDeploymentUpgradeRollback

        public static final OperationType GoldengateDeploymentUpgradeRollback
      • GoldengateDeploymentUpgradeSnooze

        public static final OperationType GoldengateDeploymentUpgradeSnooze
      • GoldengateDeploymentCertificateCreate

        public static final OperationType GoldengateDeploymentCertificateCreate
      • GoldengateDeploymentCertificateDelete

        public static final OperationType GoldengateDeploymentCertificateDelete
      • GoldengatePipelineCreate

        public static final OperationType GoldengatePipelineCreate
      • GoldengatePipelineStart

        public static final OperationType GoldengatePipelineStart
      • GoldengatePipelineStop

        public static final OperationType GoldengatePipelineStop
      • GoldengatePipelineUpdate

        public static final OperationType GoldengatePipelineUpdate
      • GoldengatePipelineDelete

        public static final OperationType GoldengatePipelineDelete
      • GoldengatePipelineMove

        public static final OperationType GoldengatePipelineMove
      • GoldengatePipelineDiagnosticsCollect

        public static final OperationType GoldengatePipelineDiagnosticsCollect
      • GoldengateSwitchoverDeploymentPeer

        public static final OperationType GoldengateSwitchoverDeploymentPeer
      • UnknownEnumValue

        public static final OperationType UnknownEnumValue
        This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
    • Method Detail

      • values

        public static OperationType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OperationType c : OperationType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OperationType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null