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

com.nutanix.dp1.dat.dataprotection.v4.config.VolumeGroupRecoveryPointRestoreOverride 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 java.util.HashMap;
import java.util.List;
import java.util.Map;

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






@Data
@lombok.extern.slf4j.Slf4j
public class VolumeGroupRecoveryPointRestoreOverride implements java.io.Serializable, DatObjectTypeTypedObject {

  

  public VolumeGroupRecoveryPointRestoreOverride() {

    this.$objectType = this.initialize$objectType();
    this.$reserved = new java.util.LinkedHashMap<>();
    this.$reserved.put("$fv", this.initialize$fv());
    this.$unknownFields = new java.util.LinkedHashMap<>();

  }

  @lombok.Builder(builderMethodName = "VolumeGroupRecoveryPointRestoreOverrideBuilder")
  public VolumeGroupRecoveryPointRestoreOverride(String volumeGroupRecoveryPointExtId, com.nutanix.dp1.dat.dataprotection.v4.config.VolumeGroupOverrideSpec volumeGroupOverrideSpec) {
    this.$objectType = this.initialize$objectType();
    this.$reserved = new java.util.LinkedHashMap<>();
    this.$reserved.put("$fv", this.initialize$fv());
    this.$unknownFields = new java.util.LinkedHashMap<>();

    this.setVolumeGroupRecoveryPointExtId(volumeGroupRecoveryPointExtId);

    this.setVolumeGroupOverrideSpec(volumeGroupOverrideSpec);
  }


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


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

  @JsonAnySetter
  private void setUndeserializedFields(String name, String value) {
    $unknownFields.put(name, value);
  }


  
  

  
    /**
    * External identifier of a volume group recovery point, that is a part of the top-level recovery point.
    */
    @javax.validation.constraints.Pattern(regexp="^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$")
    
    @JsonProperty("volumeGroupRecoveryPointExtId")
    public String volumeGroupRecoveryPointExtId = null;
  
  

  
    /**
    * 
    */
    
    @JsonProperty("volumeGroupOverrideSpec")
    public com.nutanix.dp1.dat.dataprotection.v4.config.VolumeGroupOverrideSpec volumeGroupOverrideSpec = null;
  
  

  
    
    
    @Getter
    @JsonView({StandardView.class})
    
    protected final Map $reserved;
  
  

  
    
    
    @Getter
    @JsonView({StandardView.class})
    
    protected final String $objectType;
  
  

  
    
    
    @Getter
    @JsonView({StandardView.class})
    
    protected final Map $unknownFields;
  
  

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy