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

org.jclouds.azure.management.domain.role.HostCaching Maven / Gradle / Ivy

package org.jclouds.azure.management.domain.role;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;

@XmlType(name = "HostCaching")
@XmlEnum
public enum HostCaching {
   @XmlEnumValue("ReadOnly")
   ReadOnly, @XmlEnumValue("ReadWrite")
   ReadWrite;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy