com.vmware.vim25.IpHostnameGeneratorError Maven / Gradle / Ivy
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for IpHostnameGeneratorError complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="IpHostnameGeneratorError">
* <complexContent>
* <extension base="{urn:vim25}CustomizationFault">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "IpHostnameGeneratorError")
public class IpHostnameGeneratorError
extends CustomizationFault
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy