ds/ipprot_nova/system/UriHostNameType.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.ds.ipprot_nova.system.UriHostNameType');




/**
 * @enum {string}
 */
spv.ds.ipprot_nova.system.UriHostNameType = {
	"Unknown": "Unknown",
	"Basic": "Basic",
	"Dns": "Dns",
	"IPv4": "IPv4",
	"IPv6": "IPv6"
};