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

net.minidev.ovh.api.sslgateway.OvhDomain Maven / Gradle / Ivy

package net.minidev.ovh.api.sslgateway;

/**
 * Domain attached to an SSL Gateway
 */
public class OvhDomain {
	/**
	 * Domain name attached to your SSL Gateway
	 *
	 * canBeNull && readOnly
	 */
	public String domain;

	/**
	 * Id of your domain
	 *
	 * canBeNull && readOnly
	 */
	public Long id;

	/**
	 * Domain state
	 *
	 * canBeNull && readOnly
	 */
	public OvhDomainStateEnum state;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy