net.minidev.ovh.api.veeamcloudconnect.OvhBackupRepository Maven / Gradle / Ivy
package net.minidev.ovh.api.veeamcloudconnect;
import net.minidev.ovh.api.complextype.OvhUnitAndValue;
/**
 * Veeam Backup Repository
 */
public class OvhBackupRepository {
	/**
	 * The quota used on this Backup repository
	 *
	 * canBeNull && readOnly
	 */
	public OvhUnitAndValue quotaUsed;
	/**
	 * The quota allowed on this Backup repository
	 *
	 * canBeNull && readOnly
	 */
	public OvhUnitAndValue quota;
	/**
	 * The usage in percent of this backup repository
	 *
	 * canBeNull && readOnly
	 */
	public Long usage;
	/**
	 * The inventory name of your backup repository
	 *
	 * canBeNull && readOnly
	 */
	public String inventoryName;
	/**
	 * The state of your backup repository
	 *
	 * canBeNull && readOnly
	 */
	public OvhBackupRepositoryStateEnum state;
	/**
	 * The replication zone of your repository
	 *
	 * canBeNull && readOnly
	 */
	public OvhLocation replicationZone;
}
      © 2015 - 2025 Weber Informatics LLC | Privacy Policy