
com.nutanix.dp1.dat.dataprotection.v4.content.VolumeGroupDiskRecoveryPointReference Maven / Gradle / Ivy
/*
* Generated file ..
*
* Product version: 4.0.1
*
* Part of the Nutanix Data Protection APIs
*
* (c) 2024 Nutanix Inc. All rights reserved
*
*/
package com.nutanix.dp1.dat.dataprotection.v4.content;
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 java.util.Map;
import static com.nutanix.dp1.dat.deserializers.DatDeserializerUtils.*;
/**
* Specs containing vm disk recovery point information used to discover the cluster.
*/
@EqualsAndHashCode(callSuper=true)
@Data
@lombok.extern.slf4j.Slf4j
public class VolumeGroupDiskRecoveryPointReference extends com.nutanix.dp1.dat.dataprotection.v4.content.DiskRecoveryPointReference implements java.io.Serializable, DatObjectTypeTypedObject {
public VolumeGroupDiskRecoveryPointReference() {
super();
}
@lombok.Builder(builderMethodName = "VolumeGroupDiskRecoveryPointReferenceBuilder")
public VolumeGroupDiskRecoveryPointReference(String recoveryPointExtId, String diskRecoveryPointExtId, String volumeGroupRecoveryPointExtId) {
super(recoveryPointExtId, diskRecoveryPointExtId);
this.setVolumeGroupRecoveryPointExtId(volumeGroupRecoveryPointExtId);
}
@Override
protected String initialize$objectType() {
return "dataprotection.v4.content.VolumeGroupDiskRecoveryPointReference";
}
@Override
protected String initialize$fv() {
return "v4.r0";
}
/**
* The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
*/
@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;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy