![JAR search and dependency download from the Maven repository](/logo.png)
com.nutanix.dp1.dat.dataprotection.v4.config.RecoveryPointProjection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dataprotection-java-client Show documentation
Show all versions of dataprotection-java-client Show documentation
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.
/*
* 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.List;
import static com.nutanix.dp1.dat.deserializers.DatDeserializerUtils.*;
@EqualsAndHashCode(callSuper=true)
@Data
@lombok.extern.slf4j.Slf4j
public class RecoveryPointProjection extends com.nutanix.dp1.dat.dataprotection.v4.config.RecoveryPoint implements java.io.Serializable, DatObjectTypeTypedObject {
public RecoveryPointProjection() {
super();
}
@lombok.Builder(builderMethodName = "RecoveryPointProjectionBuilder")
public RecoveryPointProjection(String tenantId, String extId, java.util.List links, String locationAgnosticId, String name, java.time.OffsetDateTime creationTime, java.time.OffsetDateTime expirationTime, com.nutanix.dp1.dat.dataprotection.v4.common.RecoveryPointStatus status, com.nutanix.dp1.dat.dataprotection.v4.common.RecoveryPointType recoveryPointType, String ownerExtId, java.util.List locationReferences, java.util.List vmRecoveryPoints, java.util.List volumeGroupRecoveryPoints) {
super(tenantId, extId, links, locationAgnosticId, name, creationTime, expirationTime, status, recoveryPointType, ownerExtId, locationReferences, vmRecoveryPoints, volumeGroupRecoveryPoints);
}
@Override
protected String initialize$objectType() {
return "dataprotection.v4.config.RecoveryPointProjection";
}
@Override
protected String initialize$fv() {
return "v4.r0.b1";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy