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

net.minidev.ovh.api.stack.mis.OvhProduct Maven / Gradle / Ivy

package net.minidev.ovh.api.stack.mis;

import net.minidev.ovh.api.stack.OvhStackTypeEnum;

/**
 * Stack MIS
 */
public class OvhProduct {
	/**
	 * Domain of the service
	 *
	 * canBeNull && readOnly
	 */
	public String domain;

	/**
	 * Type of the infrastructure
	 *
	 * canBeNull && readOnly
	 */
	public OvhStackTypeEnum type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy