CAR-2217: Added new SR types nutanix and nutanixiso with their corresponding friendly names.

This commit is contained in:
Konstantina Chremmou 2016-06-22 16:26:08 +01:00
parent bdbd9e1f55
commit 5dcd3cc2f5
3 changed files with 27 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -2832,6 +2832,24 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to Nutanix.
/// </summary>
public static string Label_SR_SRTypes_nutanix {
get {
return ResourceManager.GetString("Label-SR.SRTypes-nutanix", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nutanix ISO.
/// </summary>
public static string Label_SR_SRTypes_nutanixiso {
get {
return ResourceManager.GetString("Label-SR.SRTypes-nutanixiso", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to LUN-per-VDI.
/// </summary>

View File

@ -1859,4 +1859,10 @@
<data name="Label-host.edition-standard" xml:space="preserve">
<value>[Citrix] [XenServer product] Standard Edition</value>
</data>
<data name="Label-SR.SRTypes-nutanix" xml:space="preserve">
<value>Nutanix</value>
</data>
<data name="Label-SR.SRTypes-nutanixiso" xml:space="preserve">
<value>Nutanix ISO</value>
</data>
</root>

View File

@ -53,7 +53,8 @@ namespace XenAPI
lvmohba, egenera, egeneracd, dummy, unknown, equal, cslg, shm,
iscsi,
ebs, rawhba,
smb, lvmofcoe
smb, lvmofcoe,
nutanix, nutanixiso
}
public const string Content_Type_ISO = "iso";