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

net.minidev.ovh.api.veeam.veeamenterprise.OvhAccount Maven / Gradle / Ivy

The newest version!
package net.minidev.ovh.api.veeam.veeamenterprise;

/**
 * Veeeam Enterprise offer
 */
public class OvhAccount {
	/**
	 * OVH Enterprise Manager IP
	 *
	 * canBeNull && readOnly
	 */
	public String sourceIp;

	/**
	 * This Backup Server port
	 *
	 * canBeNull && readOnly
	 */
	public Long port;

	/**
	 * This Backup Server IP
	 *
	 * canBeNull && readOnly
	 */
	public String ip;

	/**
	 * Your Veeam Enterprise Service name
	 *
	 * canBeNull && readOnly
	 */
	public String serviceName;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy