All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nutanix.dp1.dat.dataprotection.v4.config.RecoveryPointRepositoryProjection Maven / Gradle / Ivy

Go to download

Business Continuity with full spectrum of Disaster Recovery and Backup solution. Spanning across Single PC, Cross AZ, MultiSite. Configuration of Recovery points, Protection policies, Recovery Plans. Execution and monitoring of back up and recovery orchestrations on OnPrem as well as Cloud.

The newest version!
/*
 * Generated file ..
 *
 * Product version: 4.0.1-beta-1
 *
 * Part of the Nutanix Dataprotection Versioned APIs
 *
 * (c) 2024 Nutanix Inc.  All rights reserved
 *
 */

package com.nutanix.dp1.dat.dataprotection.v4.config;

import com.fasterxml.jackson.annotation.JsonAnySetter;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.AccessLevel;
import com.nutanix.devplatform.models.PrettyModeViews.*;
import com.fasterxml.jackson.annotation.JsonView;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.stream.Collectors;
import com.nutanix.dp1.dat.deserializers.DatObjectTypeTypedObject;

import javax.validation.constraints.*;


import static com.nutanix.dp1.dat.deserializers.DatDeserializerUtils.*;





@EqualsAndHashCode(callSuper=true)
@Data
@lombok.extern.slf4j.Slf4j
public class RecoveryPointRepositoryProjection extends com.nutanix.dp1.dat.dataprotection.v4.config.RecoveryPointRepository implements java.io.Serializable, DatObjectTypeTypedObject {

  

  public RecoveryPointRepositoryProjection() {
    super();
    
  }

  @lombok.Builder(builderMethodName = "RecoveryPointRepositoryProjectionBuilder")
  public RecoveryPointRepositoryProjection(String tenantId, String extId, java.util.List links, String name, com.nutanix.dp1.dat.dataprotection.v4.config.ObjectStorageType objectStorageType, Object objectStorageReference) {
    super(tenantId, extId, links, name, objectStorageType, objectStorageReference);
  }

  @Override 
  protected String initialize$objectType() {
    return "dataprotection.v4.config.RecoveryPointRepositoryProjection";
  }

  @Override 
  protected String initialize$fv() {
    return "v4.r0.b1";
  }


  
  

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy