net.minidev.ovh.api.veeam.veeamenterprise.OvhAccount Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of ovh-java-sdk-veeamveeamEnterprise Show documentation
                Show all versions of ovh-java-sdk-veeamveeamEnterprise Show documentation
OVH SDK for veeamveeamEnterprise
                
             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