//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace XenAPI { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class FriendlyErrorNames { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal FriendlyErrorNames() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XenAdmin.XenAPI.FriendlyErrorNames", typeof(FriendlyErrorNames).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to An activation key can only be applied when the edition is set to 'free'.. /// public static string ACTIVATION_WHILE_NOT_FREE { get { return ResourceManager.GetString("ACTIVATION_WHILE_NOT_FREE", resourceCulture); } } /// /// Looks up a localized string similar to The specified IP address violates the VIF locking configuration.. /// public static string ADDRESS_VIOLATES_LOCKING_CONSTRAINT { get { return ResourceManager.GetString("ADDRESS_VIOLATES_LOCKING_CONSTRAINT", resourceCulture); } } /// /// Looks up a localized string similar to External authentication for this server is already enabled.. /// public static string AUTH_ALREADY_ENABLED { get { return ResourceManager.GetString("AUTH_ALREADY_ENABLED", resourceCulture); } } /// /// Looks up a localized string similar to External authentication has been disabled with errors: Your AD machine account was not disabled successfully on the AD server.. /// public static string AUTH_DISABLE_FAILED { get { return ResourceManager.GetString("AUTH_DISABLE_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to External authentication has been disabled with errors: Your AD machine account was not disabled on the AD server as permission was denied.. /// public static string AUTH_DISABLE_FAILED_PERMISSION_DENIED { get { return ResourceManager.GetString("AUTH_DISABLE_FAILED_PERMISSION_DENIED", resourceCulture); } } /// /// Looks up a localized string similar to External authentication has been disabled with errors: Some AD machine accounts were not disabled on the AD server due to invalid credentials.. /// public static string AUTH_DISABLE_FAILED_WRONG_CREDENTIALS { get { return ResourceManager.GetString("AUTH_DISABLE_FAILED_WRONG_CREDENTIALS", resourceCulture); } } /// /// Looks up a localized string similar to Could not enable external authentication.. /// public static string AUTH_ENABLE_FAILED { get { return ResourceManager.GetString("AUTH_ENABLE_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The server was unable to contact your domain server to enable external authentication. Check that your settings are correct and a route to the server exists.. /// public static string AUTH_ENABLE_FAILED_DOMAIN_LOOKUP_FAILED { get { return ResourceManager.GetString("AUTH_ENABLE_FAILED_DOMAIN_LOOKUP_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, permission on the AD server was denied.. /// public static string AUTH_ENABLE_FAILED_PERMISSION_DENIED { get { return ResourceManager.GetString("AUTH_ENABLE_FAILED_PERMISSION_DENIED", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, the AD server was unavailable.. /// public static string AUTH_ENABLE_FAILED_UNAVAILABLE { get { return ResourceManager.GetString("AUTH_ENABLE_FAILED_UNAVAILABLE", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, the supplied credentials were invalid.. /// public static string AUTH_ENABLE_FAILED_WRONG_CREDENTIALS { get { return ResourceManager.GetString("AUTH_ENABLE_FAILED_WRONG_CREDENTIALS", resourceCulture); } } /// /// Looks up a localized string similar to External authentication is disabled, unable to resolve subject name.. /// public static string AUTH_IS_DISABLED { get { return ResourceManager.GetString("AUTH_IS_DISABLED", resourceCulture); } } /// /// Looks up a localized string similar to Error querying the external directory service.. /// public static string AUTH_SERVICE_ERROR { get { return ResourceManager.GetString("AUTH_SERVICE_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to Unknown type of external authentication.. /// public static string AUTH_UNKNOWN_TYPE { get { return ResourceManager.GetString("AUTH_UNKNOWN_TYPE", resourceCulture); } } /// /// Looks up a localized string similar to The backup could not be performed because the backup script failed.. /// public static string BACKUP_SCRIPT_FAILED { get { return ResourceManager.GetString("BACKUP_SCRIPT_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The bootloader for this VM returned an error -- did the VM installation succeed? {1}. /// public static string BOOTLOADER_FAILED { get { return ResourceManager.GetString("BOOTLOADER_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The specified bridge already exists.. /// public static string BRIDGE_NAME_EXISTS { get { return ResourceManager.GetString("BRIDGE_NAME_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to Could not find bridge required by VM.. /// public static string BRIDGE_NOT_AVAILABLE { get { return ResourceManager.GetString("BRIDGE_NOT_AVAILABLE", resourceCulture); } } /// /// Looks up a localized string similar to This PIF is a bond slave and cannot have a tunnel on it.. /// public static string CANNOT_ADD_TUNNEL_TO_BOND_SLAVE { get { return ResourceManager.GetString("CANNOT_ADD_TUNNEL_TO_BOND_SLAVE", resourceCulture); } } /// /// Looks up a localized string similar to This PIF is a bond slave and cannot have a VLAN on it.. /// public static string CANNOT_ADD_VLAN_TO_BOND_SLAVE { get { return ResourceManager.GetString("CANNOT_ADD_VLAN_TO_BOND_SLAVE", resourceCulture); } } /// /// Looks up a localized string similar to This properties of this PIF cannot be changed. Only the properties of non-bonded physical PIFs, or bond masters can be changed.. /// public static string CANNOT_CHANGE_PIF_PROPERTIES { get { return ResourceManager.GetString("CANNOT_CHANGE_PIF_PROPERTIES", resourceCulture); } } /// /// Looks up a localized string similar to Cannot forward messages because the server cannot be contacted. The server may be switched off or there may be network connectivity problems.. /// public static string CANNOT_CONTACT_HOST { get { return ResourceManager.GetString("CANNOT_CONTACT_HOST", resourceCulture); } } /// /// Looks up a localized string similar to An HA statefile could not be created, perhaps because no SR with the appropriate capability was found.. /// public static string CANNOT_CREATE_STATE_FILE { get { return ResourceManager.GetString("CANNOT_CREATE_STATE_FILE", resourceCulture); } } /// /// Looks up a localized string similar to The disaster recovery task could not be cleanly destroyed.. /// public static string CANNOT_DESTROY_DISASTER_RECOVERY_TASK { get { return ResourceManager.GetString("CANNOT_DESTROY_DISASTER_RECOVERY_TASK", resourceCulture); } } /// /// Looks up a localized string similar to You tried to destroy a system network: these cannot be destroyed.. /// public static string CANNOT_DESTROY_SYSTEM_NETWORK { get { return ResourceManager.GetString("CANNOT_DESTROY_SYSTEM_NETWORK", resourceCulture); } } /// /// Looks up a localized string similar to Could not enable redo log.. /// public static string CANNOT_ENABLE_REDO_LOG { get { return ResourceManager.GetString("CANNOT_ENABLE_REDO_LOG", resourceCulture); } } /// /// Looks up a localized string similar to This server cannot be evacuated.. /// public static string CANNOT_EVACUATE_HOST { get { return ResourceManager.GetString("CANNOT_EVACUATE_HOST", resourceCulture); } } /// /// Looks up a localized string similar to The requested update could not be obtained from the master.. /// public static string CANNOT_FETCH_PATCH { get { return ResourceManager.GetString("CANNOT_FETCH_PATCH", resourceCulture); } } /// /// Looks up a localized string similar to The backup partition to stream the update to cannot be found. /// public static string CANNOT_FIND_OEM_BACKUP_PARTITION { get { return ResourceManager.GetString("CANNOT_FIND_OEM_BACKUP_PARTITION", resourceCulture); } } /// /// Looks up a localized string similar to The requested update could not be found. This can occur when you designate a new master. Please upload it again. /// public static string CANNOT_FIND_PATCH { get { return ResourceManager.GetString("CANNOT_FIND_PATCH", resourceCulture); } } /// /// Looks up a localized string similar to The restore could not be performed because the state partition could not be found. /// public static string CANNOT_FIND_STATE_PARTITION { get { return ResourceManager.GetString("CANNOT_FIND_STATE_PARTITION", resourceCulture); } } /// /// Looks up a localized string similar to The requested update could not be found. Please upload the update again. This can occur when you run xe update-pool-clean before xe update-apply. . /// public static string CANNOT_FIND_UPDATE { get { return ResourceManager.GetString("CANNOT_FIND_UPDATE", resourceCulture); } } /// /// Looks up a localized string similar to This PIF is a bond slave and cannot be plugged.. /// public static string CANNOT_PLUG_BOND_SLAVE { get { return ResourceManager.GetString("CANNOT_PLUG_BOND_SLAVE", resourceCulture); } } /// /// Looks up a localized string similar to This VM cannot be started because its network interfaces could not be connected. One of the NICs is in use elsewhere.. /// public static string CANNOT_PLUG_VIF { get { return ResourceManager.GetString("CANNOT_PLUG_VIF", resourceCulture); } } /// /// Looks up a localized string similar to The power-state of a control domain cannot be reset.. /// public static string CANNOT_RESET_CONTROL_DOMAIN { get { return ResourceManager.GetString("CANNOT_RESET_CONTROL_DOMAIN", resourceCulture); } } /// /// Looks up a localized string similar to A certificate already exists with the specified name.. /// public static string CERTIFICATE_ALREADY_EXISTS { get { return ResourceManager.GetString("CERTIFICATE_ALREADY_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to The specified certificate is corrupt or unreadable.. /// public static string CERTIFICATE_CORRUPT { get { return ResourceManager.GetString("CERTIFICATE_CORRUPT", resourceCulture); } } /// /// Looks up a localized string similar to The specified certificate does not exist.. /// public static string CERTIFICATE_DOES_NOT_EXIST { get { return ResourceManager.GetString("CERTIFICATE_DOES_NOT_EXIST", resourceCulture); } } /// /// Looks up a localized string similar to The certificate library is corrupt or unreadable.. /// public static string CERTIFICATE_LIBRARY_CORRUPT { get { return ResourceManager.GetString("CERTIFICATE_LIBRARY_CORRUPT", resourceCulture); } } /// /// Looks up a localized string similar to The specified certificate name is invalid.. /// public static string CERTIFICATE_NAME_INVALID { get { return ResourceManager.GetString("CERTIFICATE_NAME_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to Change password rejected. /// public static string CHANGE_PASSWORD_REJECTED { get { return ResourceManager.GetString("CHANGE_PASSWORD_REJECTED", resourceCulture); } } /// /// Looks up a localized string similar to An SR is using clustered local storage. It is not safe to reboot a host at the moment.. /// public static string CLUSTERED_SR_DEGRADED { get { return ResourceManager.GetString("CLUSTERED_SR_DEGRADED", resourceCulture); } } /// /// Looks up a localized string similar to Could not find a network interface with the specified device name and MAC address.. /// public static string COULD_NOT_FIND_NETWORK_INTERFACE_WITH_SPECIFIED_DEVICE_NAME_AND_MAC_ADDRESS { get { return ResourceManager.GetString("COULD_NOT_FIND_NETWORK_INTERFACE_WITH_SPECIFIED_DEVICE_NAME_AND_MAC_ADDRESS", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while attempting to import a database from a metadata VDI. /// public static string COULD_NOT_IMPORT_DATABASE { get { return ResourceManager.GetString("COULD_NOT_IMPORT_DATABASE", resourceCulture); } } /// /// Looks up a localized string similar to The CPU does not support masking of features.. /// public static string CPU_FEATURE_MASKING_NOT_SUPPORTED { get { return ResourceManager.GetString("CPU_FEATURE_MASKING_NOT_SUPPORTED", resourceCulture); } } /// /// Looks up a localized string similar to A CRL already exists with the specified name.. /// public static string CRL_ALREADY_EXISTS { get { return ResourceManager.GetString("CRL_ALREADY_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to The specified CRL is corrupt or unreadable.. /// public static string CRL_CORRUPT { get { return ResourceManager.GetString("CRL_CORRUPT", resourceCulture); } } /// /// Looks up a localized string similar to The specified CRL does not exist.. /// public static string CRL_DOES_NOT_EXIST { get { return ResourceManager.GetString("CRL_DOES_NOT_EXIST", resourceCulture); } } /// /// Looks up a localized string similar to The specified CRL name is invalid.. /// public static string CRL_NAME_INVALID { get { return ResourceManager.GetString("CRL_NAME_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation which would have resulted in duplicate keys in the database. Table: {0}, Field: {1}, Value: {2}. /// public static string DB_UNIQUENESS_CONSTRAINT_VIOLATION { get { return ResourceManager.GetString("DB_UNIQUENESS_CONSTRAINT_VIOLATION", resourceCulture); } } /// /// Looks up a localized string similar to No default SR found. /// public static string DEFAULT_SR_NOT_FOUND { get { return ResourceManager.GetString("DEFAULT_SR_NOT_FOUND", resourceCulture); } } /// /// Looks up a localized string similar to The device {0} is already attached to a VM. /// public static string DEVICE_ALREADY_ATTACHED { get { return ResourceManager.GetString("DEVICE_ALREADY_ATTACHED", resourceCulture); } } /// /// Looks up a localized string similar to The device {0} is not currently attached. /// public static string DEVICE_ALREADY_DETACHED { get { return ResourceManager.GetString("DEVICE_ALREADY_DETACHED", resourceCulture); } } /// /// Looks up a localized string similar to There is already a disk at position {0} on the selected VM. /// public static string DEVICE_ALREADY_EXISTS { get { return ResourceManager.GetString("DEVICE_ALREADY_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to A timeout happened while attempting to attach a device {1} of type {0} to a VM. /// public static string DEVICE_ATTACH_TIMEOUT { get { return ResourceManager.GetString("DEVICE_ATTACH_TIMEOUT", resourceCulture); } } /// /// Looks up a localized string similar to The VM rejected the attempt to detach the device {1} of type {0}. {2}. /// public static string DEVICE_DETACH_REJECTED { get { return ResourceManager.GetString("DEVICE_DETACH_REJECTED", resourceCulture); } } /// /// Looks up a localized string similar to A timeout happened while attempting to detach a device {1} of type {0} from a VM. /// public static string DEVICE_DETACH_TIMEOUT { get { return ResourceManager.GetString("DEVICE_DETACH_TIMEOUT", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because the VBD was not connected to the VM.. /// public static string DEVICE_NOT_ATTACHED { get { return ResourceManager.GetString("DEVICE_NOT_ATTACHED", resourceCulture); } } /// /// Looks up a localized string similar to All VBDs of type 'disk' must be read/write for HVM guests. /// public static string DISK_VBD_MUST_BE_READWRITE_FOR_HVM { get { return ResourceManager.GetString("DISK_VBD_MUST_BE_READWRITE_FOR_HVM", resourceCulture); } } /// /// Looks up a localized string similar to An internal error generated by the domain builder.. /// public static string DOMAIN_BUILDER_ERROR { get { return ResourceManager.GetString("DOMAIN_BUILDER_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because a domain still exists for the specified VM.. /// public static string DOMAIN_EXISTS { get { return ResourceManager.GetString("DOMAIN_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to This MAC seed is already in use by a VM in the pool. /// public static string DUPLICATE_MAC_SEED { get { return ResourceManager.GetString("DUPLICATE_MAC_SEED", resourceCulture); } } /// /// Looks up a localized string similar to A PIF with this specified device name already exists.. /// public static string DUPLICATE_PIF_DEVICE_NAME { get { return ResourceManager.GetString("DUPLICATE_PIF_DEVICE_NAME", resourceCulture); } } /// /// Looks up a localized string similar to Cannot restore this VM because it would create a duplicate. /// public static string DUPLICATE_VM { get { return ResourceManager.GetString("DUPLICATE_VM", resourceCulture); } } /// /// Looks up a localized string similar to No other server available to nominate as master. Please add or enable some other servers.. /// public static string EVACUATE_NO_OTHER_HOSTS_FOR_MASTER { get { return ResourceManager.GetString("EVACUATE_NO_OTHER_HOSTS_FOR_MASTER", resourceCulture); } } /// /// Looks up a localized string similar to The event.from token could not be parsed. Valid values include: '', and a value returned from a previous event.from call.. /// public static string EVENT_FROM_TOKEN_PARSE_FAILURE { get { return ResourceManager.GetString("EVENT_FROM_TOKEN_PARSE_FAILURE", resourceCulture); } } /// /// Looks up a localized string similar to The server failed to parse your event subscription. Valid values include: *, class-name, class-name/object-reference.. /// public static string EVENT_SUBSCRIPTION_PARSE_FAILURE { get { return ResourceManager.GetString("EVENT_SUBSCRIPTION_PARSE_FAILURE", resourceCulture); } } /// /// Looks up a localized string similar to Some events have been lost from the queue and cannot be retrieved.. /// public static string EVENTS_LOST { get { return ResourceManager.GetString("EVENTS_LOST", resourceCulture); } } /// /// Looks up a localized string similar to An emulator required to run this VM failed to start. /// public static string FAILED_TO_START_EMULATOR { get { return ResourceManager.GetString("FAILED_TO_START_EMULATOR", resourceCulture); } } /// /// Looks up a localized string similar to The VM is set up to use a feature that requires it to boot as HVM.. /// public static string FEATURE_REQUIRES_HVM { get { return ResourceManager.GetString("FEATURE_REQUIRES_HVM", resourceCulture); } } /// /// Looks up a localized string similar to The use of this feature is restricted.. /// public static string FEATURE_RESTRICTED { get { return ResourceManager.GetString("FEATURE_RESTRICTED", resourceCulture); } } /// /// Looks up a localized string similar to One of the fields you supplied was of the wrong type.. /// public static string FIELD_TYPE_ERROR { get { return ResourceManager.GetString("FIELD_TYPE_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The GPU group does not contain any GPUs.. /// public static string GPU_GROUP_CONTAINS_NO_PGPUS { get { return ResourceManager.GetString("GPU_GROUP_CONTAINS_NO_PGPUS", resourceCulture); } } /// /// Looks up a localized string similar to The GPU group contains active GPUs and cannot be deleted.. /// public static string GPU_GROUP_CONTAINS_PGPU { get { return ResourceManager.GetString("GPU_GROUP_CONTAINS_PGPU", resourceCulture); } } /// /// Looks up a localized string similar to The GPU group contains active virtual GPUs and cannot be deleted.. /// public static string GPU_GROUP_CONTAINS_VGPU { get { return ResourceManager.GetString("GPU_GROUP_CONTAINS_VGPU", resourceCulture); } } /// /// Looks up a localized string similar to This server cannot accept the proposed new master setting at this time.. /// public static string HA_ABORT_NEW_MASTER { get { return ResourceManager.GetString("HA_ABORT_NEW_MASTER", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because creating or deleting a bond involving the management interface is not allowed while HA is on. In order to do that, disable HA, create or delete the bond then re-enable HA.. /// public static string HA_CANNOT_CHANGE_BOND_STATUS_OF_MGMT_IFACE { get { return ResourceManager.GetString("HA_CANNOT_CHANGE_BOND_STATUS_OF_MGMT_IFACE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because the referenced network is not properly shared. The network must either be entirely virtual or must be physically present via a currently attached PIF on every server.. /// public static string HA_CONSTRAINT_VIOLATION_NETWORK_NOT_SHARED { get { return ResourceManager.GetString("HA_CONSTRAINT_VIOLATION_NETWORK_NOT_SHARED", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because the referenced SR is not properly shared. The SR must both be marked as shared and a currently attached PBD must exist for each server.. /// public static string HA_CONSTRAINT_VIOLATION_SR_NOT_SHARED { get { return ResourceManager.GetString("HA_CONSTRAINT_VIOLATION_SR_NOT_SHARED", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because HA disable is in progress. /// public static string HA_DISABLE_IN_PROGRESS { get { return ResourceManager.GetString("HA_DISABLE_IN_PROGRESS", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because HA enable is in progress. /// public static string HA_ENABLE_IN_PROGRESS { get { return ResourceManager.GetString("HA_ENABLE_IN_PROGRESS", resourceCulture); } } /// /// Looks up a localized string similar to HA could not be enabled on the Pool because a liveset could not be formed: check storage and network heartbeat paths.. /// public static string HA_FAILED_TO_FORM_LIVESET { get { return ResourceManager.GetString("HA_FAILED_TO_FORM_LIVESET", resourceCulture); } } /// /// Looks up a localized string similar to The server could not join the liveset because the HA daemon failed to start.. /// public static string HA_HEARTBEAT_DAEMON_STARTUP_FAILED { get { return ResourceManager.GetString("HA_HEARTBEAT_DAEMON_STARTUP_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The server could not join the liveset because the HA daemon could not access the heartbeat disk.. /// public static string HA_HOST_CANNOT_ACCESS_STATEFILE { get { return ResourceManager.GetString("HA_HOST_CANNOT_ACCESS_STATEFILE", resourceCulture); } } /// /// Looks up a localized string similar to The operation failed because the HA software on the specified server could not see a subset of other servers. Check your network connectivity.. /// public static string HA_HOST_CANNOT_SEE_PEERS { get { return ResourceManager.GetString("HA_HOST_CANNOT_SEE_PEERS", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed while the server is still armed; it must be disarmed first. /// public static string HA_HOST_IS_ARMED { get { return ResourceManager.GetString("HA_HOST_IS_ARMED", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because HA is enabled on the Pool. /// public static string HA_IS_ENABLED { get { return ResourceManager.GetString("HA_IS_ENABLED", resourceCulture); } } /// /// Looks up a localized string similar to This server lost access to the HA statefile.. /// public static string HA_LOST_STATEFILE { get { return ResourceManager.GetString("HA_LOST_STATEFILE", resourceCulture); } } /// /// Looks up a localized string similar to Cannot find a plan for placement of VMs as there are no other servers available.. /// public static string HA_NO_PLAN { get { return ResourceManager.GetString("HA_NO_PLAN", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because HA is not enabled on the Pool. /// public static string HA_NOT_ENABLED { get { return ResourceManager.GetString("HA_NOT_ENABLED", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because the HA software is not installed on this server.. /// public static string HA_NOT_INSTALLED { get { return ResourceManager.GetString("HA_NOT_INSTALLED", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because HA would no longer be guaranteed for this pool. To perform this operation anyway, you must disable or reconfigure HA.. /// public static string HA_OPERATION_WOULD_BREAK_FAILOVER_PLAN { get { return ResourceManager.GetString("HA_OPERATION_WOULD_BREAK_FAILOVER_PLAN", resourceCulture); } } /// /// Looks up a localized string similar to This server cannot join the pool because the pool has HA enabled but this server has HA disabled.. /// public static string HA_POOL_IS_ENABLED_BUT_HOST_IS_DISABLED { get { return ResourceManager.GetString("HA_POOL_IS_ENABLED_BUT_HOST_IS_DISABLED", resourceCulture); } } /// /// Looks up a localized string similar to Server cannot rejoin pool because it should have fenced (it is not in the master's partition). /// public static string HA_SHOULD_BE_FENCED { get { return ResourceManager.GetString("HA_SHOULD_BE_FENCED", resourceCulture); } } /// /// Looks up a localized string similar to HA can only be enabled for 2 servers or more. Note that 2 servers requires a pre-configured quorum tiebreak script.. /// public static string HA_TOO_FEW_HOSTS { get { return ResourceManager.GetString("HA_TOO_FEW_HOSTS", resourceCulture); } } /// /// Looks up a localized string similar to Object has been deleted.{0}:{1}. /// public static string HANDLE_INVALID { get { return ResourceManager.GetString("HANDLE_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to This server failed in the middle of an automatic failover operation and needs to retry the failover action. /// public static string HOST_BROKEN { get { return ResourceManager.GetString("HOST_BROKEN", resourceCulture); } } /// /// Looks up a localized string similar to Server cannot attach network (in the case of NIC bonding, this may be because attaching the network on this server would require other networks [that are currently active] to be taken down).. /// public static string HOST_CANNOT_ATTACH_NETWORK { get { return ResourceManager.GetString("HOST_CANNOT_ATTACH_NETWORK", resourceCulture); } } /// /// Looks up a localized string similar to Cannot attach network. /// public static string HOST_CANNOT_ATTACH_NETWORK_SHORT { get { return ResourceManager.GetString("HOST_CANNOT_ATTACH_NETWORK-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to This server cannot destroy itself.. /// public static string HOST_CANNOT_DESTROY_SELF { get { return ResourceManager.GetString("HOST_CANNOT_DESTROY_SELF", resourceCulture); } } /// /// Looks up a localized string similar to The metrics of this server could not be read.. /// public static string HOST_CANNOT_READ_METRICS { get { return ResourceManager.GetString("HOST_CANNOT_READ_METRICS", resourceCulture); } } /// /// Looks up a localized string similar to The VM could not start because the CD drive is empty.. /// public static string HOST_CD_DRIVE_EMPTY { get { return ResourceManager.GetString("HOST_CD_DRIVE_EMPTY", resourceCulture); } } /// /// Looks up a localized string similar to The specified server is disabled.. /// public static string HOST_DISABLED { get { return ResourceManager.GetString("HOST_DISABLED", resourceCulture); } } /// /// Looks up a localized string similar to Disabled. /// public static string HOST_DISABLED_SHORT { get { return ResourceManager.GetString("HOST_DISABLED-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to The specified server is disabled and cannot be re-enabled until after it has rebooted.. /// public static string HOST_DISABLED_UNTIL_REBOOT { get { return ResourceManager.GetString("HOST_DISABLED_UNTIL_REBOOT", resourceCulture); } } /// /// Looks up a localized string similar to This host is being evacuated.. /// public static string HOST_EVACUATE_IN_PROGRESS { get { return ResourceManager.GetString("HOST_EVACUATE_IN_PROGRESS", resourceCulture); } } /// /// Looks up a localized string similar to The server failed to acquire an IP address on its management interface and therefore cannot contact the master.. /// public static string HOST_HAS_NO_MANAGEMENT_IP { get { return ResourceManager.GetString("HOST_HAS_NO_MANAGEMENT_IP", resourceCulture); } } /// /// Looks up a localized string similar to This server can not be forgotten because there are some user VMs still running. /// public static string HOST_HAS_RESIDENT_VMS { get { return ResourceManager.GetString("HOST_HAS_RESIDENT_VMS", resourceCulture); } } /// /// Looks up a localized string similar to This server is in emergency mode. /// public static string HOST_IN_EMERGENCY_MODE { get { return ResourceManager.GetString("HOST_IN_EMERGENCY_MODE", resourceCulture); } } /// /// Looks up a localized string similar to The backup could not be performed because the server is in recovery mode. /// public static string HOST_IN_RECOVERY_MODE { get { return ResourceManager.GetString("HOST_IN_RECOVERY_MODE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be completed because the server is in use.. /// public static string HOST_IN_USE { get { return ResourceManager.GetString("HOST_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be completed because the server is still live.. /// public static string HOST_IS_LIVE { get { return ResourceManager.GetString("HOST_IS_LIVE", resourceCulture); } } /// /// Looks up a localized string similar to The server that you are talking to is a slave. /// public static string HOST_IS_SLAVE { get { return ResourceManager.GetString("HOST_IS_SLAVE", resourceCulture); } } /// /// Looks up a localized string similar to The host is its own slave. Please use pool-emergency-transition-to-master or pool-emergency-reset-master.. /// public static string HOST_ITS_OWN_SLAVE { get { return ResourceManager.GetString("HOST_ITS_OWN_SLAVE", resourceCulture); } } /// /// Looks up a localized string similar to The master reports that it cannot talk back to the slave on the supplied management IP address.. /// public static string HOST_MASTER_CANNOT_TALK_BACK { get { return ResourceManager.GetString("HOST_MASTER_CANNOT_TALK_BACK", resourceCulture); } } /// /// Looks up a localized string similar to The server name is invalid.. /// public static string HOST_NAME_INVALID { get { return ResourceManager.GetString("HOST_NAME_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to This server cannot be enabled as it is not disabled.. /// public static string HOST_NOT_DISABLED { get { return ResourceManager.GetString("HOST_NOT_DISABLED", resourceCulture); } } /// /// Looks up a localized string similar to Not enough server memory is available to perform this operation. /// public static string HOST_NOT_ENOUGH_FREE_MEMORY { get { return ResourceManager.GetString("HOST_NOT_ENOUGH_FREE_MEMORY", resourceCulture); } } /// /// Looks up a localized string similar to Not enough free memory. /// public static string HOST_NOT_ENOUGH_FREE_MEMORY_SHORT { get { return ResourceManager.GetString("HOST_NOT_ENOUGH_FREE_MEMORY-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to The restore could not be performed because the server is not in recovery mode. /// public static string HOST_NOT_IN_RECOVERY_MODE { get { return ResourceManager.GetString("HOST_NOT_IN_RECOVERY_MODE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be completed as the server is not live.. /// public static string HOST_NOT_LIVE { get { return ResourceManager.GetString("HOST_NOT_LIVE", resourceCulture); } } /// /// Looks up a localized string similar to Unreachable. /// public static string HOST_NOT_LIVE_SHORT { get { return ResourceManager.GetString("HOST_NOT_LIVE-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to Server could not be contacted. /// public static string HOST_OFFLINE { get { return ResourceManager.GetString("HOST_OFFLINE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be completed because the server power on mode is disabled.. /// public static string HOST_POWER_ON_MODE_DISABLED { get { return ResourceManager.GetString("HOST_POWER_ON_MODE_DISABLED", resourceCulture); } } /// /// Looks up a localized string similar to The server is still booting.. /// public static string HOST_STILL_BOOTING { get { return ResourceManager.GetString("HOST_STILL_BOOTING", resourceCulture); } } /// /// Looks up a localized string similar to The master says the server is not known to it. Perhaps the server was deleted from the master's database?. /// public static string HOST_UNKNOWN_TO_MASTER { get { return ResourceManager.GetString("HOST_UNKNOWN_TO_MASTER", resourceCulture); } } /// /// Looks up a localized string similar to The hosts in this pool are not compatible.. /// public static string HOSTS_NOT_COMPATIBLE { get { return ResourceManager.GetString("HOSTS_NOT_COMPATIBLE", resourceCulture); } } /// /// Looks up a localized string similar to The servers in this pool are not homogeneous. {0}. /// public static string HOSTS_NOT_HOMOGENEOUS { get { return ResourceManager.GetString("HOSTS_NOT_HOMOGENEOUS", resourceCulture); } } /// /// Looks up a localized string similar to The specified VBD device is not recognized: please use a non-negative integer. /// public static string ILLEGAL_VBD_DEVICE { get { return ResourceManager.GetString("ILLEGAL_VBD_DEVICE", resourceCulture); } } /// /// Looks up a localized string similar to This file could not be imported. /// public static string IMPORT_ERROR { get { return ResourceManager.GetString("IMPORT_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The VM could not be imported because attached disks could not be found.. /// public static string IMPORT_ERROR_ATTACHED_DISKS_NOT_FOUND { get { return ResourceManager.GetString("IMPORT_ERROR_ATTACHED_DISKS_NOT_FOUND", resourceCulture); } } /// /// Looks up a localized string similar to Cannot import VM using chunked encoding.. /// public static string IMPORT_ERROR_CANNOT_HANDLE_CHUNKED { get { return ResourceManager.GetString("IMPORT_ERROR_CANNOT_HANDLE_CHUNKED", resourceCulture); } } /// /// Looks up a localized string similar to The VM could not be imported because a required object could not be found.. /// public static string IMPORT_ERROR_FAILED_TO_FIND_OBJECT { get { return ResourceManager.GetString("IMPORT_ERROR_FAILED_TO_FIND_OBJECT", resourceCulture); } } /// /// Looks up a localized string similar to The VM could not be imported; the end of the file was reached prematurely.. /// public static string IMPORT_ERROR_PREMATURE_EOF { get { return ResourceManager.GetString("IMPORT_ERROR_PREMATURE_EOF", resourceCulture); } } /// /// Looks up a localized string similar to Some data checksums were incorrect; the VM may be corrupt.. /// public static string IMPORT_ERROR_SOME_CHECKSUMS_FAILED { get { return ResourceManager.GetString("IMPORT_ERROR_SOME_CHECKSUMS_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The VM could not be imported because the XVA file is invalid: an unexpected file was encountered.. /// public static string IMPORT_ERROR_UNEXPECTED_FILE { get { return ResourceManager.GetString("IMPORT_ERROR_UNEXPECTED_FILE", resourceCulture); } } /// /// Looks up a localized string similar to Cannot import on this server because it was saved on an incompatible version. /// public static string IMPORT_INCOMPATIBLE_VERSION { get { return ResourceManager.GetString("IMPORT_INCOMPATIBLE_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed, because it is incompatible with the currently active HA cluster stack.. /// public static string INCOMPATIBLE_CLUSTER_STACK_ACTIVE { get { return ResourceManager.GetString("INCOMPATIBLE_CLUSTER_STACK_ACTIVE", resourceCulture); } } /// /// Looks up a localized string similar to These PIFs can not be bonded, because their properties are different.. /// public static string INCOMPATIBLE_PIF_PROPERTIES { get { return ResourceManager.GetString("INCOMPATIBLE_PIF_PROPERTIES", resourceCulture); } } /// /// Looks up a localized string similar to The specified SR is incompatible with the selected HA cluster stack.. /// public static string INCOMPATIBLE_STATEFILE_SR { get { return ResourceManager.GetString("INCOMPATIBLE_STATEFILE_SR", resourceCulture); } } /// /// Looks up a localized string similar to The specified interface cannot be used because it has no IP address. /// public static string INTERFACE_HAS_NO_IP { get { return ResourceManager.GetString("INTERFACE_HAS_NO_IP", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: {0}. /// public static string INTERNAL_ERROR { get { return ResourceManager.GetString("INTERNAL_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to A required parameter contained an invalid CIDR address (<addr>/<prefix length>). /// public static string INVALID_CIDR_ADDRESS_SPECIFIED { get { return ResourceManager.GetString("INVALID_CIDR_ADDRESS_SPECIFIED", resourceCulture); } } /// /// Looks up a localized string similar to The device name {0} is invalid. /// public static string INVALID_DEVICE { get { return ResourceManager.GetString("INVALID_DEVICE", resourceCulture); } } /// /// Looks up a localized string similar to The license type you supplied is invalid.. /// public static string INVALID_EDITION { get { return ResourceManager.GetString("INVALID_EDITION", resourceCulture); } } /// /// Looks up a localized string similar to The given feature string is not valid.. /// public static string INVALID_FEATURE_STRING { get { return ResourceManager.GetString("INVALID_FEATURE_STRING", resourceCulture); } } /// /// Looks up a localized string similar to A required parameter contained an invalid IP address. /// public static string INVALID_IP_ADDRESS_SPECIFIED { get { return ResourceManager.GetString("INVALID_IP_ADDRESS_SPECIFIED", resourceCulture); } } /// /// Looks up a localized string similar to The uploaded update file is invalid. /// public static string INVALID_PATCH { get { return ResourceManager.GetString("INVALID_PATCH", resourceCulture); } } /// /// Looks up a localized string similar to The uploaded update file is invalid.. /// public static string INVALID_PATCH_WITH_LOG { get { return ResourceManager.GetString("INVALID_PATCH_WITH_LOG", resourceCulture); } } /// /// Looks up a localized string similar to The uploaded update package is invalid.. /// public static string INVALID_UPDATE { get { return ResourceManager.GetString("INVALID_UPDATE", resourceCulture); } } /// /// Looks up a localized string similar to The value '{1}' is invalid for field '{0}'.. /// public static string INVALID_VALUE { get { return ResourceManager.GetString("INVALID_VALUE", resourceCulture); } } /// /// Looks up a localized string similar to You tried to create a VLAN or tunnel on top of a tunnel access PIF - use the underlying transport PIF instead.. /// public static string IS_TUNNEL_ACCESS_PIF { get { return ResourceManager.GetString("IS_TUNNEL_ACCESS_PIF", resourceCulture); } } /// /// Looks up a localized string similar to The server joining the pool cannot already be a master of another pool.. /// public static string JOINING_HOST_CANNOT_BE_MASTER_OF_OTHER_HOSTS { get { return ResourceManager.GetString("JOINING_HOST_CANNOT_BE_MASTER_OF_OTHER_HOSTS", resourceCulture); } } /// /// Looks up a localized string similar to The server joining the pool cannot contain any shared storage.. /// public static string JOINING_HOST_CANNOT_CONTAIN_SHARED_SRS { get { return ResourceManager.GetString("JOINING_HOST_CANNOT_CONTAIN_SHARED_SRS", resourceCulture); } } /// /// Looks up a localized string similar to The server joining the pool cannot have any running or suspended VMs.. /// public static string JOINING_HOST_CANNOT_HAVE_RUNNING_OR_SUSPENDED_VMS { get { return ResourceManager.GetString("JOINING_HOST_CANNOT_HAVE_RUNNING_OR_SUSPENDED_VMS", resourceCulture); } } /// /// Looks up a localized string similar to The server joining the pool cannot have any running VMs.. /// public static string JOINING_HOST_CANNOT_HAVE_RUNNING_VMS { get { return ResourceManager.GetString("JOINING_HOST_CANNOT_HAVE_RUNNING_VMS", resourceCulture); } } /// /// Looks up a localized string similar to Joining server cannot have VMs with any current operations. /// public static string JOINING_HOST_CANNOT_HAVE_VMS_WITH_CURRENT_OPERATIONS { get { return ResourceManager.GetString("JOINING_HOST_CANNOT_HAVE_VMS_WITH_CURRENT_OPERATIONS", resourceCulture); } } /// /// Looks up a localized string similar to The connection to the joining server failed. /// public static string JOINING_HOST_CONNECTION_FAILED { get { return ResourceManager.GetString("JOINING_HOST_CONNECTION_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to There was an error connecting to the server. the service contacted didn't reply properly.. /// public static string JOINING_HOST_SERVICE_FAILED { get { return ResourceManager.GetString("JOINING_HOST_SERVICE_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to This operation is not allowed with your current license. /// public static string LICENCE_RESTRICTION { get { return ResourceManager.GetString("LICENCE_RESTRICTION", resourceCulture); } } /// /// Looks up a localized string similar to Cannot downgrade license while in pool. Please disband the pool first, then downgrade licenses on servers separately.. /// public static string LICENSE_CANNOT_DOWNGRADE_WHILE_IN_POOL { get { return ResourceManager.GetString("LICENSE_CANNOT_DOWNGRADE_WHILE_IN_POOL", resourceCulture); } } /// /// Looks up a localized string similar to The license type you requested is not available.. /// public static string LICENSE_CHECKOUT_ERROR { get { return ResourceManager.GetString("LICENSE_CHECKOUT_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to This server cannot join a pool because its license does not support pooling. /// public static string LICENSE_DOES_NOT_SUPPORT_POOLING { get { return ResourceManager.GetString("LICENSE_DOES_NOT_SUPPORT_POOLING", resourceCulture); } } /// /// Looks up a localized string similar to HA cannot be enabled because this server's license does not allow it. /// public static string LICENSE_DOES_NOT_SUPPORT_XHA { get { return ResourceManager.GetString("LICENSE_DOES_NOT_SUPPORT_XHA", resourceCulture); } } /// /// Looks up a localized string similar to Your license has expired. /// public static string LICENSE_EXPIRED { get { return ResourceManager.GetString("LICENSE_EXPIRED", resourceCulture); } } /// /// Looks up a localized string similar to This type of license file is for previous versions of the server. Please upgrade to the new licensing system.. /// public static string LICENSE_FILE_DEPRECATED { get { return ResourceManager.GetString("LICENSE_FILE_DEPRECATED", resourceCulture); } } /// /// Looks up a localized string similar to Host and pool have incompatible licenses.. /// public static string LICENSE_HOST_POOL_MISMATCH { get { return ResourceManager.GetString("LICENSE_HOST_POOL_MISMATCH", resourceCulture); } } /// /// Looks up a localized string similar to There was an error processing your license. Please contact your support representative. /// public static string LICENSE_PROCESSING_ERROR { get { return ResourceManager.GetString("LICENSE_PROCESSING_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The server was unable to contact your domain server. Check your settings are correct and that a route to the server exists.. /// public static string LIKEWISE_WINERROR_0251E { get { return ResourceManager.GetString("LIKEWISE_WINERROR_0251E", resourceCulture); } } /// /// Looks up a localized string similar to A VDI with the specified location already exists within the SR. /// public static string LOCATION_NOT_UNIQUE { get { return ResourceManager.GetString("LOCATION_NOT_UNIQUE", resourceCulture); } } /// /// Looks up a localized string similar to The MAC address specified doesn't exist on this server.. /// public static string MAC_DOES_NOT_EXIST { get { return ResourceManager.GetString("MAC_DOES_NOT_EXIST", resourceCulture); } } /// /// Looks up a localized string similar to The MAC address specified is not valid.. /// public static string MAC_INVALID { get { return ResourceManager.GetString("MAC_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to The MAC address specified still exists on this server.. /// public static string MAC_STILL_EXISTS { get { return ResourceManager.GetString("MAC_STILL_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to INTERNAL ERROR: Attempted to set '{0}'.'{1}':'{3}'='{2}', but the key '{3}' was already present in map '{1}'.. /// public static string MAP_DUPLICATE_KEY { get { return ResourceManager.GetString("MAP_DUPLICATE_KEY", resourceCulture); } } /// /// Looks up a localized string similar to You have reached the maximum amount of memory allowed for this virtual machine.. /// public static string MEM_MAX_ALLOWED { get { return ResourceManager.GetString("MEM_MAX_ALLOWED", resourceCulture); } } /// /// Looks up a localized string similar to Maximum amount of memory allowed. /// public static string MEM_MAX_ALLOWED_TITLE { get { return ResourceManager.GetString("MEM_MAX_ALLOWED_TITLE", resourceCulture); } } /// /// Looks up a localized string similar to The dynamic memory range does not satisfy the following constraint.. /// public static string MEMORY_CONSTRAINT_VIOLATION { get { return ResourceManager.GetString("MEMORY_CONSTRAINT_VIOLATION", resourceCulture); } } /// /// Looks up a localized string similar to This message has been deprecated.. /// public static string MESSAGE_DEPRECATED { get { return ResourceManager.GetString("MESSAGE_DEPRECATED", resourceCulture); } } /// /// Looks up a localized string similar to You tried to call a method that does not exist. The method name that you used is {0}.. /// public static string MESSAGE_METHOD_UNKNOWN { get { return ResourceManager.GetString("MESSAGE_METHOD_UNKNOWN", resourceCulture); } } /// /// Looks up a localized string similar to You tried to call the method {0} with the incorrect number of parameters {2}. The method expect {1} parameter(s).. /// public static string MESSAGE_PARAMETER_COUNT_MISMATCH { get { return ResourceManager.GetString("MESSAGE_PARAMETER_COUNT_MISMATCH", resourceCulture); } } /// /// Looks up a localized string similar to This function is no longer available.. /// public static string MESSAGE_REMOVED { get { return ResourceManager.GetString("MESSAGE_REMOVED", resourceCulture); } } /// /// Looks up a localized string similar to The VDI mirroring cannot be performed. /// public static string MIRROR_FAILED { get { return ResourceManager.GetString("MIRROR_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The license-server connection details (address or port) were missing or incomplete.. /// public static string MISSING_CONNECTION_DETAILS { get { return ResourceManager.GetString("MISSING_CONNECTION_DETAILS", resourceCulture); } } /// /// Looks up a localized string similar to You tried to create a PIF, but the network {0} you tried to attach it to is already attached to some other PIF {1}, and so the creation failed.. /// public static string NETWORK_ALREADY_CONNECTED { get { return ResourceManager.GetString("NETWORK_ALREADY_CONNECTED", resourceCulture); } } /// /// Looks up a localized string similar to The network contains active PIFs ({0}) and cannot be deleted.. /// public static string NETWORK_CONTAINS_PIF { get { return ResourceManager.GetString("NETWORK_CONTAINS_PIF", resourceCulture); } } /// /// Looks up a localized string similar to The network contains active VIFs ({0}) and cannot be deleted.. /// public static string NETWORK_CONTAINS_VIF { get { return ResourceManager.GetString("NETWORK_CONTAINS_VIF", resourceCulture); } } /// /// Looks up a localized string similar to The network is not managed by xapi.. /// public static string NETWORK_UNMANAGED { get { return ResourceManager.GetString("NETWORK_UNMANAGED", resourceCulture); } } /// /// Looks up a localized string similar to There were no servers available to complete the specified operation.. /// public static string NO_HOSTS_AVAILABLE { get { return ResourceManager.GetString("NO_HOSTS_AVAILABLE", resourceCulture); } } /// /// Looks up a localized string similar to The upper limit of active redo log instances was reached.. /// public static string NO_MORE_REDO_LOGS_ALLOWED { get { return ResourceManager.GetString("NO_MORE_REDO_LOGS_ALLOWED", resourceCulture); } } /// /// Looks up a localized string similar to This command is not allowed on the OEM edition.. /// public static string NOT_ALLOWED_ON_OEM_EDITION { get { return ResourceManager.GetString("NOT_ALLOWED_ON_OEM_EDITION", resourceCulture); } } /// /// Looks up a localized string similar to The function {0} is not implemented. /// public static string NOT_IMPLEMENTED { get { return ResourceManager.GetString("NOT_IMPLEMENTED", resourceCulture); } } /// /// Looks up a localized string similar to This pool is not in emergency mode.. /// public static string NOT_IN_EMERGENCY_MODE { get { return ResourceManager.GetString("NOT_IN_EMERGENCY_MODE", resourceCulture); } } /// /// Looks up a localized string similar to This operation is not supported during an upgrade. /// public static string NOT_SUPPORTED_DURING_UPGRADE { get { return ResourceManager.GetString("NOT_SUPPORTED_DURING_UPGRADE", resourceCulture); } } /// /// Looks up a localized string similar to The given VM is not registered as a system domain. This operation can only be performed on a registered system domain.. /// public static string NOT_SYSTEM_DOMAIN { get { return ResourceManager.GetString("NOT_SYSTEM_DOMAIN", resourceCulture); } } /// /// Looks up a localized string similar to The specified object no longer exists.. /// public static string OBJECT_NOLONGER_EXISTS { get { return ResourceManager.GetString("OBJECT_NOLONGER_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to This command is only allowed on the OEM edition.. /// public static string ONLY_ALLOWED_ON_OEM_EDITION { get { return ResourceManager.GetString("ONLY_ALLOWED_ON_OEM_EDITION", resourceCulture); } } /// /// Looks up a localized string similar to This operation needs the OpenVSwitch networking backend to be enabled.. /// public static string OPENVSWITCH_NOT_ACTIVE { get { return ResourceManager.GetString("OPENVSWITCH_NOT_ACTIVE", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation that was explicitly blocked (see the blocked_operations field of the given object). The administrator provided the following message: {1}.. /// public static string OPERATION_BLOCKED { get { return ResourceManager.GetString("OPERATION_BLOCKED", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation that was not allowed. {0}. /// public static string OPERATION_NOT_ALLOWED { get { return ResourceManager.GetString("OPERATION_NOT_ALLOWED", resourceCulture); } } /// /// Looks up a localized string similar to Some VMs belonging to the appliance threw an exception while carrying out the specified operation. /// public static string OPERATION_PARTIALLY_FAILED { get { return ResourceManager.GetString("OPERATION_PARTIALLY_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to Another operation involving the object is currently in progress. /// public static string OTHER_OPERATION_IN_PROGRESS { get { return ResourceManager.GetString("OTHER_OPERATION_IN_PROGRESS", resourceCulture); } } /// /// Looks up a localized string similar to There is not enough space to upload the update. /// public static string OUT_OF_SPACE { get { return ResourceManager.GetString("OUT_OF_SPACE", resourceCulture); } } /// /// Looks up a localized string similar to The update {0} has already been applied. /// public static string PATCH_ALREADY_APPLIED { get { return ResourceManager.GetString("PATCH_ALREADY_APPLIED", resourceCulture); } } /// /// Looks up a localized string similar to The uploaded update already exists. /// public static string PATCH_ALREADY_EXISTS { get { return ResourceManager.GetString("PATCH_ALREADY_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to The update failed to apply. View logs for more details.. /// public static string PATCH_APPLY_FAILED { get { return ResourceManager.GetString("PATCH_APPLY_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The patch apply failed: backup files were created while applying the patch. Please remove these backup files before applying the patch again.. /// public static string PATCH_APPLY_FAILED_BACKUP_FILES_EXIST { get { return ResourceManager.GetString("PATCH_APPLY_FAILED_BACKUP_FILES_EXIST", resourceCulture); } } /// /// Looks up a localized string similar to The specified patch is applied and cannot be destroyed.. /// public static string PATCH_IS_APPLIED { get { return ResourceManager.GetString("PATCH_IS_APPLIED", resourceCulture); } } /// /// Looks up a localized string similar to The Tools ISO must be ejected from all running VMs in the pool.. /// public static string PATCH_PRECHECK_FAILED_ISO_MOUNTED { get { return ResourceManager.GetString("PATCH_PRECHECK_FAILED_ISO_MOUNTED", resourceCulture); } } /// /// Looks up a localized string similar to The patch precheck stage failed: the server does not have enough space.. /// public static string PATCH_PRECHECK_FAILED_OUT_OF_SPACE { get { return ResourceManager.GetString("PATCH_PRECHECK_FAILED_OUT_OF_SPACE", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed: prerequisite updates are missing.. /// public static string PATCH_PRECHECK_FAILED_PREREQUISITE_MISSING { get { return ResourceManager.GetString("PATCH_PRECHECK_FAILED_PREREQUISITE_MISSING", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed with an unknown error.. /// public static string PATCH_PRECHECK_FAILED_UNKNOWN_ERROR { get { return ResourceManager.GetString("PATCH_PRECHECK_FAILED_UNKNOWN_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed: there are one or more VMs still running on the server. All VMs must be shut down or suspended before the update can be applied.. /// public static string PATCH_PRECHECK_FAILED_VM_RUNNING { get { return ResourceManager.GetString("PATCH_PRECHECK_FAILED_VM_RUNNING", resourceCulture); } } /// /// Looks up a localized string similar to The current build number ({1}) is incompatible with the update build number ({2}).. /// public static string PATCH_PRECHECK_FAILED_WRONG_SERVER_BUILD { get { return ResourceManager.GetString("PATCH_PRECHECK_FAILED_WRONG_SERVER_BUILD", resourceCulture); } } /// /// Looks up a localized string similar to The current version number ({1}) is incompatible with the update version number regular expression ({2}).. /// public static string PATCH_PRECHECK_FAILED_WRONG_SERVER_VERSION { get { return ResourceManager.GetString("PATCH_PRECHECK_FAILED_WRONG_SERVER_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to A PBD already exists connecting the SR to the server. /// public static string PBD_EXISTS { get { return ResourceManager.GetString("PBD_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to Caller not allowed to perform this operation.. /// public static string PERMISSION_DENIED { get { return ResourceManager.GetString("PERMISSION_DENIED", resourceCulture); } } /// /// Looks up a localized string similar to This GPU is currently in use by running VMs.. /// public static string PGPU_IN_USE_BY_VM { get { return ResourceManager.GetString("PGPU_IN_USE_BY_VM", resourceCulture); } } /// /// Looks up a localized string similar to There is insufficient capacity on this GPU to run the virtual GPU.. /// public static string PGPU_INSUFFICIENT_CAPACITY_FOR_VGPU { get { return ResourceManager.GetString("PGPU_INSUFFICIENT_CAPACITY_FOR_VGPU", resourceCulture); } } /// /// Looks up a localized string similar to GPU type not compatible with destination group.. /// public static string PGPU_NOT_COMPATIBLE_WITH_GPU_GROUP { get { return ResourceManager.GetString("PGPU_NOT_COMPATIBLE_WITH_GPU_GROUP", resourceCulture); } } /// /// Looks up a localized string similar to You cannot create a bond of an interface which is a member of an existing bond.. /// public static string PIF_ALREADY_BONDED { get { return ResourceManager.GetString("PIF_ALREADY_BONDED", resourceCulture); } } /// /// Looks up a localized string similar to Only one PIF on a bond is allowed to have an IP configuration.. /// public static string PIF_BOND_MORE_THAN_ONE_IP { get { return ResourceManager.GetString("PIF_BOND_MORE_THAN_ONE_IP", resourceCulture); } } /// /// Looks up a localized string similar to A bond must consist of at least two member interfaces. /// public static string PIF_BOND_NEEDS_MORE_MEMBERS { get { return ResourceManager.GetString("PIF_BOND_NEEDS_MORE_MEMBERS", resourceCulture); } } /// /// Looks up a localized string similar to You cannot bond interfaces across different servers.. /// public static string PIF_CANNOT_BOND_CROSS_HOST { get { return ResourceManager.GetString("PIF_CANNOT_BOND_CROSS_HOST", resourceCulture); } } /// /// Looks up a localized string similar to An unknown error occurred while attempting to configure an interface.. /// public static string PIF_CONFIGURATION_ERROR { get { return ResourceManager.GetString("PIF_CONFIGURATION_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The specified device was not found.. /// public static string PIF_DEVICE_NOT_FOUND { get { return ResourceManager.GetString("PIF_DEVICE_NOT_FOUND", resourceCulture); } } /// /// Looks up a localized string similar to The operation you requested cannot be performed because the specified PIF does not allow unplug.. /// public static string PIF_DOES_NOT_ALLOW_UNPLUG { get { return ResourceManager.GetString("PIF_DOES_NOT_ALLOW_UNPLUG", resourceCulture); } } /// /// Looks up a localized string similar to PIF has no network configuration. /// public static string PIF_HAS_NO_NETWORK_CONFIGURATION { get { return ResourceManager.GetString("PIF_HAS_NO_NETWORK_CONFIGURATION", resourceCulture); } } /// /// Looks up a localized string similar to PIF has no IPv6 configuration (mode currently set to 'none'). /// public static string PIF_HAS_NO_V6_NETWORK_CONFIGURATION { get { return ResourceManager.GetString("PIF_HAS_NO_V6_NETWORK_CONFIGURATION", resourceCulture); } } /// /// Looks up a localized string similar to The primary address types are not compatible. /// public static string PIF_INCOMPATIBLE_PRIMARY_ADDRESS_TYPE { get { return ResourceManager.GetString("PIF_INCOMPATIBLE_PRIMARY_ADDRESS_TYPE", resourceCulture); } } /// /// Looks up a localized string similar to PIF is the management interface.. /// public static string PIF_IS_MANAGEMENT_INTERFACE { get { return ResourceManager.GetString("PIF_IS_MANAGEMENT_INTERFACE", resourceCulture); } } /// /// Looks up a localized string similar to You tried to destroy the PIF {0}, but it represents an aspect of the physical server configuration, and so cannot be destroyed. . /// public static string PIF_IS_PHYSICAL { get { return ResourceManager.GetString("PIF_IS_PHYSICAL", resourceCulture); } } /// /// Looks up a localized string similar to You tried to create a VLAN on top of another VLAN - use the underlying physical PIF/bond instead. /// public static string PIF_IS_VLAN { get { return ResourceManager.GetString("PIF_IS_VLAN", resourceCulture); } } /// /// Looks up a localized string similar to Operation cannot proceed while a tunnel exists on this interface.. /// public static string PIF_TUNNEL_STILL_EXISTS { get { return ResourceManager.GetString("PIF_TUNNEL_STILL_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to The operation you requested cannot be performed because the specified PIF is not managed by xapi.. /// public static string PIF_UNMANAGED { get { return ResourceManager.GetString("PIF_UNMANAGED", resourceCulture); } } /// /// Looks up a localized string similar to VLAN tag already in use. /// public static string PIF_VLAN_EXISTS { get { return ResourceManager.GetString("PIF_VLAN_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to Operation cannot proceed while a VLAN exists on this interface.. /// public static string PIF_VLAN_STILL_EXISTS { get { return ResourceManager.GetString("PIF_VLAN_STILL_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to External authentication is already enabled for at least one server in this pool.. /// public static string POOL_AUTH_ALREADY_ENABLED { get { return ResourceManager.GetString("POOL_AUTH_ALREADY_ENABLED", resourceCulture); } } /// /// Looks up a localized string similar to External authentication has been disabled with errors: Some AD machine accounts were not disabled successfully on the AD server. . /// public static string POOL_AUTH_DISABLE_FAILED { get { return ResourceManager.GetString("POOL_AUTH_DISABLE_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to External authentication has been disabled with errors: Some AD machine accounts were not disabled on the AD server due to invalid account.. /// public static string POOL_AUTH_DISABLE_FAILED_INVALID_ACCOUNT { get { return ResourceManager.GetString("POOL_AUTH_DISABLE_FAILED_INVALID_ACCOUNT", resourceCulture); } } /// /// Looks up a localized string similar to External authentication has been disabled with errors: Some AD machine accounts were not disabled on the AD server as permission was denied.. /// public static string POOL_AUTH_DISABLE_FAILED_PERMISSION_DENIED { get { return ResourceManager.GetString("POOL_AUTH_DISABLE_FAILED_PERMISSION_DENIED", resourceCulture); } } /// /// Looks up a localized string similar to External authentication has been disabled with errors: Some AD machine accounts were not disabled on the AD server due to invalid credentials.. /// public static string POOL_AUTH_DISABLE_FAILED_WRONG_CREDENTIALS { get { return ResourceManager.GetString("POOL_AUTH_DISABLE_FAILED_WRONG_CREDENTIALS", resourceCulture); } } /// /// Looks up a localized string similar to Could not enable external authentication: {1}. /// public static string POOL_AUTH_ENABLE_FAILED { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The server was unable to contact your domain server to enable external authentication. Check that your settings are correct and a route to the server exists.. /// public static string POOL_AUTH_ENABLE_FAILED_DOMAIN_LOOKUP_FAILED { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_DOMAIN_LOOKUP_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, a duplicate hostname was detected.. /// public static string POOL_AUTH_ENABLE_FAILED_DUPLICATE_HOSTNAME { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_DUPLICATE_HOSTNAME", resourceCulture); } } /// /// Looks up a localized string similar to The pool failed to enable external authentication.. /// public static string POOL_AUTH_ENABLE_FAILED_INVALID_OU { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_INVALID_OU", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, permission on the AD server was denied.. /// public static string POOL_AUTH_ENABLE_FAILED_PERMISSION_DENIED { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_PERMISSION_DENIED", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, the AD server was unavailable.. /// public static string POOL_AUTH_ENABLE_FAILED_UNAVAILABLE { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_UNAVAILABLE", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, the supplied credentials were invalid.. /// public static string POOL_AUTH_ENABLE_FAILED_WRONG_CREDENTIALS { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_WRONG_CREDENTIALS", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable external authentication, the supplied account was invalid.. /// public static string POOL_AUTH_ENABLE_FAILED_INVALID_ACCOUNT { get { return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_INVALID_ACCOUNT", resourceCulture); } } /// /// Looks up a localized string similar to The external authentication configuration of the server joining the pool must match the pool's own external authentication configuration.. /// public static string POOL_JOINING_EXTERNAL_AUTH_MISMATCH { get { return ResourceManager.GetString("POOL_JOINING_EXTERNAL_AUTH_MISMATCH", resourceCulture); } } /// /// Looks up a localized string similar to The host joining the pool must not have any bonds.. /// public static string POOL_JOINING_HOST_HAS_BONDS { get { return ResourceManager.GetString("POOL_JOINING_HOST_HAS_BONDS", resourceCulture); } } /// /// Looks up a localized string similar to The host joining the pool must not have any non-management vlans.. /// public static string POOL_JOINING_HOST_HAS_NON_MANAGEMENT_VLANS { get { return ResourceManager.GetString("POOL_JOINING_HOST_HAS_NON_MANAGEMENT_VLANS", resourceCulture); } } /// /// Looks up a localized string similar to The host joining the pool must not have any tunnels.. /// public static string POOL_JOINING_HOST_HAS_TUNNELS { get { return ResourceManager.GetString("POOL_JOINING_HOST_HAS_TUNNELS", resourceCulture); } } /// /// Looks up a localized string similar to The host joining the pool must have the same management vlan.. /// public static string POOL_JOINING_HOST_MANAGEMENT_VLAN_DOES_NOT_MATCH { get { return ResourceManager.GetString("POOL_JOINING_HOST_MANAGEMENT_VLAN_DOES_NOT_MATCH", resourceCulture); } } /// /// Looks up a localized string similar to The server joining the pool must have a physical management NIC (i.e. the management NIC must not be on a VLAN or bonded PIF).. /// public static string POOL_JOINING_HOST_MUST_HAVE_PHYSICAL_MANAGEMENT_NIC { get { return ResourceManager.GetString("POOL_JOINING_HOST_MUST_HAVE_PHYSICAL_MANAGEMENT_NIC", resourceCulture); } } /// /// Looks up a localized string similar to The server joining the pool must have the same product version as the pool master.. /// public static string POOL_JOINING_HOST_MUST_HAVE_SAME_PRODUCT_VERSION { get { return ResourceManager.GetString("POOL_JOINING_HOST_MUST_HAVE_SAME_PRODUCT_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to The host joining the pool must not have any bonds, VLANs or tunnels.. /// public static string POOL_JOINING_HOST_MUST_ONLY_HAVE_PHYSICAL_PIFS { get { return ResourceManager.GetString("POOL_JOINING_HOST_MUST_ONLY_HAVE_PHYSICAL_PIFS", resourceCulture); } } /// /// Looks up a localized string similar to The provision call failed because it ran out of space.. /// public static string PROVISION_FAILED_OUT_OF_SPACE { get { return ResourceManager.GetString("PROVISION_FAILED_OUT_OF_SPACE", resourceCulture); } } /// /// Looks up a localized string similar to The provision call can only be invoked on templates, not regular VMs.. /// public static string PROVISION_ONLY_ALLOWED_ON_TEMPLATE { get { return ResourceManager.GetString("PROVISION_ONLY_ALLOWED_ON_TEMPLATE", resourceCulture); } } /// /// Looks up a localized string similar to The PVS site already has cache storage configured for the host.. /// public static string PVS_CACHE_STORAGE_ALREADY_PRESENT { get { return ResourceManager.GetString("PVS_CACHE_STORAGE_ALREADY_PRESENT", resourceCulture); } } /// /// Looks up a localized string similar to The PVS cache storage is in use by the site and cannot be removed.. /// public static string PVS_CACHE_STORAGE_IS_IN_USE { get { return ResourceManager.GetString("PVS_CACHE_STORAGE_IS_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to The VIF is already associated with a PVS proxy. /// public static string PVS_PROXY_ALREADY_PRESENT { get { return ResourceManager.GetString("PVS_PROXY_ALREADY_PRESENT", resourceCulture); } } /// /// Looks up a localized string similar to The address specified is already in use by an existing PVS_server object. /// public static string PVS_SERVER_ADDRESS_IN_USE { get { return ResourceManager.GetString("PVS_SERVER_ADDRESS_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to The PVS site contains running proxies.. /// public static string PVS_SITE_CONTAINS_RUNNING_PROXIES { get { return ResourceManager.GetString("PVS_SITE_CONTAINS_RUNNING_PROXIES", resourceCulture); } } /// /// Looks up a localized string similar to The PVS site contains servers and cannot be forgotten.. /// public static string PVS_SITE_CONTAINS_SERVERS { get { return ResourceManager.GetString("PVS_SITE_CONTAINS_SERVERS", resourceCulture); } } /// /// Looks up a localized string similar to Your current role is not authorized to perform this action. ///Action: {0}. /// public static string RBAC_PERMISSION_DENIED { get { return ResourceManager.GetString("RBAC_PERMISSION_DENIED", resourceCulture); } } /// /// Looks up a localized string similar to Your current role is not authorized to perform this action. ///Current Role: {0} ///Authorized Roles: {1}. /// public static string RBAC_PERMISSION_DENIED_FRIENDLY { get { return ResourceManager.GetString("RBAC_PERMISSION_DENIED_FRIENDLY", resourceCulture); } } /// /// Looks up a localized string similar to Your current role is not authorized to perform this action on {2}. ///Current Role: {0} ///Authorized Roles: {1}. /// public static string RBAC_PERMISSION_DENIED_FRIENDLY_CONNECTION { get { return ResourceManager.GetString("RBAC_PERMISSION_DENIED_FRIENDLY_CONNECTION", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not be performed because a redo log is enabled on the Pool.. /// public static string REDO_LOG_IS_ENABLED { get { return ResourceManager.GetString("REDO_LOG_IS_ENABLED", resourceCulture); } } /// /// Looks up a localized string similar to Cannot restore on this server because it was saved on an incompatible version. /// public static string RESTORE_INCOMPATIBLE_VERSION { get { return ResourceManager.GetString("RESTORE_INCOMPATIBLE_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to The restore could not be performed because the restore script failed. Your backup file may be corrupt. See the logs for more information.. /// public static string RESTORE_SCRIPT_FAILED { get { return ResourceManager.GetString("RESTORE_SCRIPT_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The restore could not be performed because the server's current management interface is not in the backup. The interfaces mentioned in the backup are:. /// public static string RESTORE_TARGET_MGMT_IF_NOT_IN_BACKUP { get { return ResourceManager.GetString("RESTORE_TARGET_MGMT_IF_NOT_IN_BACKUP", resourceCulture); } } /// /// Looks up a localized string similar to The restore could not be performed because a network interface is missing. /// public static string RESTORE_TARGET_MISSING_DEVICE { get { return ResourceManager.GetString("RESTORE_TARGET_MISSING_DEVICE", resourceCulture); } } /// /// Looks up a localized string similar to Role already exists.. /// public static string ROLE_ALREADY_EXISTS { get { return ResourceManager.GetString("ROLE_ALREADY_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to Role cannot be found.. /// public static string ROLE_NOT_FOUND { get { return ResourceManager.GetString("ROLE_NOT_FOUND", resourceCulture); } } /// /// Looks up a localized string similar to Could not authenticate session. Check your access credentials and try again.. /// public static string SESSION_AUTHENTICATION_FAILED { get { return ResourceManager.GetString("SESSION_AUTHENTICATION_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The connection to the server has been lost.. /// public static string SESSION_INVALID { get { return ResourceManager.GetString("SESSION_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to This session {0} is not registered to receive events. You must call event.register before event.next. The session handle you are using is echoed.. /// public static string SESSION_NOT_REGISTERED { get { return ResourceManager.GetString("SESSION_NOT_REGISTERED", resourceCulture); } } /// /// Looks up a localized string similar to The management interface on a slave cannot be disabled because the slave would enter emergency mode.. /// public static string SLAVE_REQUIRES_MANAGEMENT_INTERFACE { get { return ResourceManager.GetString("SLAVE_REQUIRES_MANAGEMENT_INTERFACE", resourceCulture); } } /// /// Looks up a localized string similar to The SM plugin did not respond to a query.. /// public static string SM_PLUGIN_COMMUNICATION_FAILURE { get { return ResourceManager.GetString("SM_PLUGIN_COMMUNICATION_FAILURE", resourceCulture); } } /// /// Looks up a localized string similar to Attaching this SR failed.. /// public static string SR_ATTACH_FAILED { get { return ResourceManager.GetString("SR_ATTACH_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The SR failed to complete the operation. /// public static string SR_BACKEND_FAILURE { get { return ResourceManager.GetString("SR_BACKEND_FAILURE", resourceCulture); } } /// /// Looks up a localized string similar to Invalid argument. /// public static string SR_BACKEND_FAILURE_1 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_1", resourceCulture); } } /// /// Looks up a localized string similar to Cannot find volume. /// public static string SR_BACKEND_FAILURE_100 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_100", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the server path parameter. /// public static string SR_BACKEND_FAILURE_101 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_101", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the server parameter. /// public static string SR_BACKEND_FAILURE_102 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_102", resourceCulture); } } /// /// Looks up a localized string similar to The server path argument is not valid. /// public static string SR_BACKEND_FAILURE_103 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_103", resourceCulture); } } /// /// Looks up a localized string similar to Unable to open the refcount file. /// public static string SR_BACKEND_FAILURE_104 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_104", resourceCulture); } } /// /// Looks up a localized string similar to Root system device, cannot be used for VM storage. /// public static string SR_BACKEND_FAILURE_105 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_105", resourceCulture); } } /// /// Looks up a localized string similar to The IQN provided is an invalid format. /// public static string SR_BACKEND_FAILURE_106 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_106", resourceCulture); } } /// /// Looks up a localized string similar to The SCSIid parameter is missing or incorrect. /// public static string SR_BACKEND_FAILURE_107 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_107", resourceCulture); } } /// /// Looks up a localized string similar to Unable to detect an NFS service on this target.. /// public static string SR_BACKEND_FAILURE_108 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_108", resourceCulture); } } /// /// Looks up a localized string similar to The snapshot chain is too long. /// public static string SR_BACKEND_FAILURE_109 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_109", resourceCulture); } } /// /// Looks up a localized string similar to VDI resize failed. /// public static string SR_BACKEND_FAILURE_110 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_110", resourceCulture); } } /// /// Looks up a localized string similar to SMB mount error. /// public static string SR_BACKEND_FAILURE_111 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_111", resourceCulture); } } /// /// Looks up a localized string similar to SMB unmount error. /// public static string SR_BACKEND_FAILURE_112 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_112", resourceCulture); } } /// /// Looks up a localized string similar to SMB mount point already attached. /// public static string SR_BACKEND_FAILURE_113 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_113", resourceCulture); } } /// /// Looks up a localized string similar to Failed to remove SMB mount point. /// public static string SR_BACKEND_FAILURE_114 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_114", resourceCulture); } } /// /// Looks up a localized string similar to Not all required parameters specified.. /// public static string SR_BACKEND_FAILURE_115 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_115", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create SMB SR.. /// public static string SR_BACKEND_FAILURE_116 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_116", resourceCulture); } } /// /// Looks up a localized string similar to Netapp Target parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_120 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_120", resourceCulture); } } /// /// Looks up a localized string similar to Netapp Username parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_121 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_121", resourceCulture); } } /// /// Looks up a localized string similar to Netapp Password parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_122 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_122", resourceCulture); } } /// /// Looks up a localized string similar to Netapp Aggregate parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_123 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_123", resourceCulture); } } /// /// Looks up a localized string similar to Failed to connect to Netapp target. /// public static string SR_BACKEND_FAILURE_124 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_124", resourceCulture); } } /// /// Looks up a localized string similar to Authentication credentials incorrect. /// public static string SR_BACKEND_FAILURE_125 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_125", resourceCulture); } } /// /// Looks up a localized string similar to Auth credentials have insufficient access privileges. /// public static string SR_BACKEND_FAILURE_126 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_126", resourceCulture); } } /// /// Looks up a localized string similar to Max number of flexvols reached on target. Unable to allocate requested resource.. /// public static string SR_BACKEND_FAILURE_127 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_127", resourceCulture); } } /// /// Looks up a localized string similar to Max number of Snapshots reached on target Volume. Unable to create snapshot.. /// public static string SR_BACKEND_FAILURE_128 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_128", resourceCulture); } } /// /// Looks up a localized string similar to Insufficient space, unable to create snapshot.. /// public static string SR_BACKEND_FAILURE_129 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_129", resourceCulture); } } /// /// Looks up a localized string similar to Netapp Target version unsupported. /// public static string SR_BACKEND_FAILURE_130 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_130", resourceCulture); } } /// /// Looks up a localized string similar to Unable to retrieve target IQN. /// public static string SR_BACKEND_FAILURE_131 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_131", resourceCulture); } } /// /// Looks up a localized string similar to iSCSI service not running on the Netapp target.. /// public static string SR_BACKEND_FAILURE_132 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_132", resourceCulture); } } /// /// Looks up a localized string similar to Failed to enable A-SIS for the SR. Requires valid license on the filer.. /// public static string SR_BACKEND_FAILURE_133 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_133", resourceCulture); } } /// /// Looks up a localized string similar to The filer will not support A-SIS on this aggregate. The license is valid however on some filers A-SIS is limited to smaller aggregates, e.g. FAS3020 max supported aggregate is 1TB. See filer support documentation for details on your model. You must either disable A-SIS support, or re-configure your aggregate to the max supported size.. /// public static string SR_BACKEND_FAILURE_134 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_134", resourceCulture); } } /// /// Looks up a localized string similar to Failed to acquire an exclusive lock on the LUN.. /// public static string SR_BACKEND_FAILURE_135 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_135", resourceCulture); } } /// /// Looks up a localized string similar to DNS lookup failed: the given servername could not be resolved.. /// public static string SR_BACKEND_FAILURE_140 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_140", resourceCulture); } } /// /// Looks up a localized string similar to Unable to connect to iSCSI service on target. /// public static string SR_BACKEND_FAILURE_141 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_141", resourceCulture); } } /// /// Looks up a localized string similar to Incorrect value for iSCSI port, must be a number between 1 and 65535. /// public static string SR_BACKEND_FAILURE_142 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_142", resourceCulture); } } /// /// Looks up a localized string similar to Failed to parse the request. /// public static string SR_BACKEND_FAILURE_143 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_143", resourceCulture); } } /// /// Looks up a localized string similar to VDI could not be found. /// public static string SR_BACKEND_FAILURE_144 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_144", resourceCulture); } } /// /// Looks up a localized string similar to Failed to initialize XMLRPC connection. /// public static string SR_BACKEND_FAILURE_150 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_150", resourceCulture); } } /// /// Looks up a localized string similar to Failed to query Local Control Domain. /// public static string SR_BACKEND_FAILURE_151 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_151", resourceCulture); } } /// /// Looks up a localized string similar to A Failure occurred querying the PBD entries. /// public static string SR_BACKEND_FAILURE_152 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_152", resourceCulture); } } /// /// Looks up a localized string similar to A Failure occurred accessing an API object. /// public static string SR_BACKEND_FAILURE_153 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_153", resourceCulture); } } /// /// Looks up a localized string similar to The specified storage repository is currently in use. /// public static string SR_BACKEND_FAILURE_16 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_16", resourceCulture); } } /// /// Looks up a localized string similar to Equallogic Target parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_160 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_160", resourceCulture); } } /// /// Looks up a localized string similar to Equallogic Username parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_161 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_161", resourceCulture); } } /// /// Looks up a localized string similar to Equallogic Password parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_162 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_162", resourceCulture); } } /// /// Looks up a localized string similar to Equallogic StoragePool parameter missing in Dconf string. /// public static string SR_BACKEND_FAILURE_163 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_163", resourceCulture); } } /// /// Looks up a localized string similar to Failed to connect to Equallogic Array; maximum SSH CLI sessions reached. /// public static string SR_BACKEND_FAILURE_164 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_164", resourceCulture); } } /// /// Looks up a localized string similar to Invalid snap-reserver-percentage value, must be an integer indicating the amount of space, as a percentage of the VDI size, to reserve for snapshots.. /// public static string SR_BACKEND_FAILURE_165 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_165", resourceCulture); } } /// /// Looks up a localized string similar to Invalid snap-depletion value, must be one of 'delete-oldest' or 'volume-offline'. /// public static string SR_BACKEND_FAILURE_166 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_166", resourceCulture); } } /// /// Looks up a localized string similar to Volume out of space, probably due to insufficient snapshot reserve allocation.. /// public static string SR_BACKEND_FAILURE_167 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_167", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create Snapshot of a Snapshot VDI, operation unsupported. /// public static string SR_BACKEND_FAILURE_168 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_168", resourceCulture); } } /// /// Looks up a localized string similar to Failed to connect to Equallogic Array. Check your user name and password.. /// public static string SR_BACKEND_FAILURE_169 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_169", resourceCulture); } } /// /// Looks up a localized string similar to Equallogic Target version unsupported. /// public static string SR_BACKEND_FAILURE_170 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_170", resourceCulture); } } /// /// Looks up a localized string similar to Unable to logon to Array. Check IP settings.. /// public static string SR_BACKEND_FAILURE_171 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_171", resourceCulture); } } /// /// Looks up a localized string similar to Equallogic StoragePool parameter specified in Dconf string is Invalid. /// public static string SR_BACKEND_FAILURE_172 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_172", resourceCulture); } } /// /// Looks up a localized string similar to Equallogic Target parameter specified in Dconf string is Invalid, please specify the correct Group IPaddress. /// public static string SR_BACKEND_FAILURE_173 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_173", resourceCulture); } } /// /// Looks up a localized string similar to Invalid SNMP response received for a CLI command. /// public static string SR_BACKEND_FAILURE_174 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_174", resourceCulture); } } /// /// Looks up a localized string similar to Volume metadata stored in the 'Description' field is invalid, this field contains encoded data and is not user editable. /// public static string SR_BACKEND_FAILURE_175 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_175", resourceCulture); } } /// /// Looks up a localized string similar to Invalid EOF response received for a CLI command. /// public static string SR_BACKEND_FAILURE_176 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_176", resourceCulture); } } /// /// Looks up a localized string similar to Volume Group out of space. The SR is over-provisioned, and out of space. Unable to grow the underlying volume to accommodate the virtual size of the disk.. /// public static string SR_BACKEND_FAILURE_180 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_180", resourceCulture); } } /// /// Looks up a localized string similar to Error in Metadata volume operation for SR.. /// public static string SR_BACKEND_FAILURE_181 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_181", resourceCulture); } } /// /// Looks up a localized string similar to No such device. /// public static string SR_BACKEND_FAILURE_19 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_19", resourceCulture); } } /// /// Looks up a localized string similar to A bad character was detected in the dconf string. /// public static string SR_BACKEND_FAILURE_2 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_2", resourceCulture); } } /// /// Looks up a localized string similar to No such secret.. /// public static string SR_BACKEND_FAILURE_20 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_20", resourceCulture); } } /// /// Looks up a localized string similar to General IO error. /// public static string SR_BACKEND_FAILURE_200 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_200", resourceCulture); } } /// /// Looks up a localized string similar to Currently unavailable, try again. /// public static string SR_BACKEND_FAILURE_201 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_201", resourceCulture); } } /// /// Looks up a localized string similar to General backend error. /// public static string SR_BACKEND_FAILURE_202 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_202", resourceCulture); } } /// /// Looks up a localized string similar to An active FIST point was reached that causes the process to exit abnormally. /// public static string SR_BACKEND_FAILURE_203 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_203", resourceCulture); } } /// /// Looks up a localized string similar to The device configuration request is missing the Location parameter. /// public static string SR_BACKEND_FAILURE_220 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_220", resourceCulture); } } /// /// Looks up a localized string similar to ISO name must have .iso extension. /// public static string SR_BACKEND_FAILURE_221 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_221", resourceCulture); } } /// /// Looks up a localized string similar to Unable to mount the directory specified in device configuration request. /// public static string SR_BACKEND_FAILURE_222 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_222", resourceCulture); } } /// /// Looks up a localized string similar to Unable to unmount the directory specified in device configuration request. /// public static string SR_BACKEND_FAILURE_223 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_223", resourceCulture); } } /// /// Looks up a localized string similar to Could not locate the ISO sharename on the target, or the access permissions may be incorrect.. /// public static string SR_BACKEND_FAILURE_224 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_224", resourceCulture); } } /// /// Looks up a localized string similar to Incorrect Location string format. String must be in the format SERVER:PATH for NFS targets, or \\SERVER\PATH for CIFS targets. /// public static string SR_BACKEND_FAILURE_225 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_225", resourceCulture); } } /// /// Looks up a localized string similar to Invalid local path. /// public static string SR_BACKEND_FAILURE_226 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_226", resourceCulture); } } /// /// Looks up a localized string similar to The specified VDI is currently in use. /// public static string SR_BACKEND_FAILURE_24 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_24", resourceCulture); } } /// /// Looks up a localized string similar to The request to lock/unlock the storage repository or VDI failed. /// public static string SR_BACKEND_FAILURE_37 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_37", resourceCulture); } } /// /// Looks up a localized string similar to The method you have requested is not currently supported. /// public static string SR_BACKEND_FAILURE_38 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_38", resourceCulture); } } /// /// Looks up a localized string similar to The specified storage repository contains data. /// public static string SR_BACKEND_FAILURE_39 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_39", resourceCulture); } } /// /// Looks up a localized string similar to The specified storage repository scan failed. /// public static string SR_BACKEND_FAILURE_40 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_40", resourceCulture); } } /// /// Looks up a localized string similar to The target server name or IP address is missing. /// public static string SR_BACKEND_FAILURE_400 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_400", resourceCulture); } } /// /// Looks up a localized string similar to The Storage System ID is missing. /// public static string SR_BACKEND_FAILURE_401 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_401", resourceCulture); } } /// /// Looks up a localized string similar to The Storage Pool ID is missing. /// public static string SR_BACKEND_FAILURE_402 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_402", resourceCulture); } } /// /// Looks up a localized string similar to The storage repository log operation failed. /// public static string SR_BACKEND_FAILURE_41 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_41", resourceCulture); } } /// /// Looks up a localized string similar to The gssi operation to the CSLG server failed. /// public static string SR_BACKEND_FAILURE_410 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_410", resourceCulture); } } /// /// Looks up a localized string similar to The SR loading operation failed. /// public static string SR_BACKEND_FAILURE_411 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_411", resourceCulture); } } /// /// Looks up a localized string similar to An invalid storage protocol was specified. /// public static string SR_BACKEND_FAILURE_412 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_412", resourceCulture); } } /// /// Looks up a localized string similar to Unable to parse XML. /// public static string SR_BACKEND_FAILURE_413 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_413", resourceCulture); } } /// /// Looks up a localized string similar to Failed to probe SR. /// public static string SR_BACKEND_FAILURE_414 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_414", resourceCulture); } } /// /// Looks up a localized string similar to Snapshot/Clone failed. /// public static string SR_BACKEND_FAILURE_416 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_416", resourceCulture); } } /// /// Looks up a localized string similar to Storage assignment failed. /// public static string SR_BACKEND_FAILURE_417 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_417", resourceCulture); } } /// /// Looks up a localized string similar to Storage un-assignment failed. /// public static string SR_BACKEND_FAILURE_418 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_418", resourceCulture); } } /// /// Looks up a localized string similar to Storage allocation failed. /// public static string SR_BACKEND_FAILURE_419 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_419", resourceCulture); } } /// /// Looks up a localized string similar to The specified storage repository already exists. /// public static string SR_BACKEND_FAILURE_42 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_42", resourceCulture); } } /// /// Looks up a localized string similar to Storage deallocation failed. /// public static string SR_BACKEND_FAILURE_420 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_420", resourceCulture); } } /// /// Looks up a localized string similar to HBA Query failed. /// public static string SR_BACKEND_FAILURE_421 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_421", resourceCulture); } } /// /// Looks up a localized string similar to IQN/iSCSI initialization failed. /// public static string SR_BACKEND_FAILURE_422 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_422", resourceCulture); } } /// /// Looks up a localized string similar to SCSI device scan failed. /// public static string SR_BACKEND_FAILURE_423 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_423", resourceCulture); } } /// /// Looks up a localized string similar to Failed to connect to target: please check the hostname or IP address. /// public static string SR_BACKEND_FAILURE_424 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_424", resourceCulture); } } /// /// Looks up a localized string similar to The Storage Node ID is missing. /// public static string SR_BACKEND_FAILURE_425 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_425", resourceCulture); } } /// /// Looks up a localized string similar to The VDI failed to be introduced to the database. /// public static string SR_BACKEND_FAILURE_426 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_426", resourceCulture); } } /// /// Looks up a localized string similar to The CSLG software doesn't seem to be installed. /// public static string SR_BACKEND_FAILURE_427 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_427", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create multiple sub-pools from parent pool. /// public static string SR_BACKEND_FAILURE_428 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_428", resourceCulture); } } /// /// Looks up a localized string similar to Current XML definition is newer version. /// public static string SR_BACKEND_FAILURE_429 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_429", resourceCulture); } } /// /// Looks up a localized string similar to The specified VDI already exists. /// public static string SR_BACKEND_FAILURE_43 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_43", resourceCulture); } } /// /// Looks up a localized string similar to Failed to communicate with the multipath daemon. /// public static string SR_BACKEND_FAILURE_430 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_430", resourceCulture); } } /// /// Looks up a localized string similar to Error in storage adapter communication. /// public static string SR_BACKEND_FAILURE_431 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_431", resourceCulture); } } /// /// Looks up a localized string similar to The adapter id is missing. /// public static string SR_BACKEND_FAILURE_432 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_432", resourceCulture); } } /// /// Looks up a localized string similar to The user name is missing. /// public static string SR_BACKEND_FAILURE_433 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_433", resourceCulture); } } /// /// Looks up a localized string similar to The password is missing. /// public static string SR_BACKEND_FAILURE_434 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_434", resourceCulture); } } /// /// Looks up a localized string similar to An invalid storage system ID was specified. /// public static string SR_BACKEND_FAILURE_435 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_435", resourceCulture); } } /// /// Looks up a localized string similar to Failed to collect storage system information. /// public static string SR_BACKEND_FAILURE_436 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_436", resourceCulture); } } /// /// Looks up a localized string similar to Failed to collect storage pool information. /// public static string SR_BACKEND_FAILURE_437 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_437", resourceCulture); } } /// /// Looks up a localized string similar to Failed to delete storage pool. /// public static string SR_BACKEND_FAILURE_438 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_438", resourceCulture); } } /// /// Looks up a localized string similar to Failed to collect storage volume information. /// public static string SR_BACKEND_FAILURE_439 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_439", resourceCulture); } } /// /// Looks up a localized string similar to The specified storage repository has insufficient space. /// public static string SR_BACKEND_FAILURE_44 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_44", resourceCulture); } } /// /// Looks up a localized string similar to Failed to list storage volume. /// public static string SR_BACKEND_FAILURE_440 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_440", resourceCulture); } } /// /// Looks up a localized string similar to Failed to resize storage volume. /// public static string SR_BACKEND_FAILURE_441 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_441", resourceCulture); } } /// /// Looks up a localized string similar to Failed to list storage target ports. /// public static string SR_BACKEND_FAILURE_442 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_442", resourceCulture); } } /// /// Looks up a localized string similar to Failed to list storage pool. /// public static string SR_BACKEND_FAILURE_443 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_443", resourceCulture); } } /// /// Looks up a localized string similar to The tapdisk failed. /// public static string SR_BACKEND_FAILURE_444 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_444", resourceCulture); } } /// /// Looks up a localized string similar to The tapdisk is already running. /// public static string SR_BACKEND_FAILURE_445 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_445", resourceCulture); } } /// /// Looks up a localized string similar to Extended characters are not supported in SMB paths, user names, and passwords.. /// public static string SR_BACKEND_FAILURE_446 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_446", resourceCulture); } } /// /// Looks up a localized string similar to Illegal XML character.. /// public static string SR_BACKEND_FAILURE_447 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_447", resourceCulture); } } /// /// Looks up a localized string similar to Unsupported kernel: neither 2.6 nor 3.x.. /// public static string SR_BACKEND_FAILURE_448 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_448", resourceCulture); } } /// /// Looks up a localized string similar to Only 1 LUN may be used with shared OCFS. /// public static string SR_BACKEND_FAILURE_449 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_449", resourceCulture); } } /// /// Looks up a localized string similar to OCFS mount error. /// public static string SR_BACKEND_FAILURE_450 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_450", resourceCulture); } } /// /// Looks up a localized string similar to OCFS unmount error. /// public static string SR_BACKEND_FAILURE_451 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_451", resourceCulture); } } /// /// Looks up a localized string similar to OCFS filesystem creation error. /// public static string SR_BACKEND_FAILURE_452 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_452", resourceCulture); } } /// /// Looks up a localized string similar to tapdisk experienced an error. /// public static string SR_BACKEND_FAILURE_453 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_453", resourceCulture); } } /// /// Looks up a localized string similar to SMB SR is not licensed on this host. /// public static string SR_BACKEND_FAILURE_454 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_454", resourceCulture); } } /// /// Looks up a localized string similar to VG Registration failure. /// public static string SR_BACKEND_FAILURE_455 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_455", resourceCulture); } } /// /// Looks up a localized string similar to Unable to attach empty optical drive to VM.. /// public static string SR_BACKEND_FAILURE_456 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_456", resourceCulture); } } /// /// Looks up a localized string similar to The VDI is not available. /// public static string SR_BACKEND_FAILURE_46 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_46", resourceCulture); } } /// /// Looks up a localized string similar to The storage repository is not available. /// public static string SR_BACKEND_FAILURE_47 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_47", resourceCulture); } } /// /// Looks up a localized string similar to The storage repository you are attempting to access is an unknown type. /// public static string SR_BACKEND_FAILURE_48 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_48", resourceCulture); } } /// /// Looks up a localized string similar to The xml string is malformed. /// public static string SR_BACKEND_FAILURE_49 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_49", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to create the specified logical volume. /// public static string SR_BACKEND_FAILURE_50 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_50", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to delete the specified logical volume. /// public static string SR_BACKEND_FAILURE_51 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_51", resourceCulture); } } /// /// Looks up a localized string similar to Logical Volume mount/activate error. /// public static string SR_BACKEND_FAILURE_52 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_52", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to unmount/deactivate the specified logical volume failed. /// public static string SR_BACKEND_FAILURE_53 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_53", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to write to the specified logical volume. /// public static string SR_BACKEND_FAILURE_54 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_54", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to create a partition on the specified logical volume. /// public static string SR_BACKEND_FAILURE_55 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_55", resourceCulture); } } /// /// Looks up a localized string similar to The partition on the logical volume is currently in use. /// public static string SR_BACKEND_FAILURE_56 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_56", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to create the filesystem on the specified logical volume. /// public static string SR_BACKEND_FAILURE_57 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_57", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to make a request from the logical volume. The request must come from the master.. /// public static string SR_BACKEND_FAILURE_58 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_58", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to resize the logical volume failed. /// public static string SR_BACKEND_FAILURE_59 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_59", resourceCulture); } } /// /// Looks up a localized string similar to The size specified for the logical volume is invalid.. /// public static string SR_BACKEND_FAILURE_60 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_60", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting create the file storage repository. /// public static string SR_BACKEND_FAILURE_61 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_61", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to remove the directory on the file storage repository.. /// public static string SR_BACKEND_FAILURE_62 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_62", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to delete the file storage repository. /// public static string SR_BACKEND_FAILURE_63 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_63", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to remove the VDI failed. /// public static string SR_BACKEND_FAILURE_64 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_64", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to load the VDI failed. /// public static string SR_BACKEND_FAILURE_65 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_65", resourceCulture); } } /// /// Looks up a localized string similar to The VDI type is invalid. /// public static string SR_BACKEND_FAILURE_66 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_66", resourceCulture); } } /// /// Looks up a localized string similar to Unable to add the iSCSI device. /// public static string SR_BACKEND_FAILURE_67 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_67", resourceCulture); } } /// /// Looks up a localized string similar to Logging in to the iSCSI target failed. Check your user name and password.. /// public static string SR_BACKEND_FAILURE_68 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_68", resourceCulture); } } /// /// Looks up a localized string similar to Logging out of the iSCSI target failed. /// public static string SR_BACKEND_FAILURE_69 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_69", resourceCulture); } } /// /// Looks up a localized string similar to Unable to set the iSCSI initiator. /// public static string SR_BACKEND_FAILURE_70 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_70", resourceCulture); } } /// /// Looks up a localized string similar to The iSCSI daemon failed to start. /// public static string SR_BACKEND_FAILURE_71 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_71", resourceCulture); } } /// /// Looks up a localized string similar to The NFS server version is unsupported. /// public static string SR_BACKEND_FAILURE_72 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_72", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to mount the NFS share. /// public static string SR_BACKEND_FAILURE_73 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_73", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to unmount the NFS share. /// public static string SR_BACKEND_FAILURE_74 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_74", resourceCulture); } } /// /// Looks up a localized string similar to The NFS share has already been added. /// public static string SR_BACKEND_FAILURE_75 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_75", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to remove the NFS share failed. /// public static string SR_BACKEND_FAILURE_76 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_76", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to create a logical volume group failed. /// public static string SR_BACKEND_FAILURE_77 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_77", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to create a VDI failed. /// public static string SR_BACKEND_FAILURE_78 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_78", resourceCulture); } } /// /// Looks up a localized string similar to The size specified for the VDI is invalid. /// public static string SR_BACKEND_FAILURE_79 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_79", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to mark the VDI as hidden failed. /// public static string SR_BACKEND_FAILURE_80 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_80", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to clone the VDI failed. /// public static string SR_BACKEND_FAILURE_81 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_81", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to snapshot the VDI failed. /// public static string SR_BACKEND_FAILURE_82 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_82", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to discover the iSCSI target/device failed. /// public static string SR_BACKEND_FAILURE_83 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_83", resourceCulture); } } /// /// Looks up a localized string similar to The iScsi target and received IQNs do not match. /// public static string SR_BACKEND_FAILURE_84 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_84", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to detach the iSCSI failed. /// public static string SR_BACKEND_FAILURE_85 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_85", resourceCulture); } } /// /// Looks up a localized string similar to The attempt to query the iSCSi daemon failed. /// public static string SR_BACKEND_FAILURE_86 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_86", resourceCulture); } } /// /// Looks up a localized string similar to Either LUNid or LUNserial value must be provided. /// public static string SR_BACKEND_FAILURE_87 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_87", resourceCulture); } } /// /// Looks up a localized string similar to There was an error while attempting to create the NFS storage repository. /// public static string SR_BACKEND_FAILURE_88 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_88", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the LUNid parameter. /// public static string SR_BACKEND_FAILURE_89 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_89", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the device parameter. /// public static string SR_BACKEND_FAILURE_90 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_90", resourceCulture); } } /// /// Looks up a localized string similar to The device is not a valid path. /// public static string SR_BACKEND_FAILURE_91 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_91", resourceCulture); } } /// /// Looks up a localized string similar to The volume cannot be found. /// public static string SR_BACKEND_FAILURE_92 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_92", resourceCulture); } } /// /// Looks up a localized string similar to The pvs utility returns an error. /// public static string SR_BACKEND_FAILURE_93 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_93", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the location parameter. /// public static string SR_BACKEND_FAILURE_94 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_94", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the target parameter. /// public static string SR_BACKEND_FAILURE_95 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_95", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the target IQN parameter. /// public static string SR_BACKEND_FAILURE_96 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_96", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the server configuration iSCSI IQN parameter. /// public static string SR_BACKEND_FAILURE_97 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_97", resourceCulture); } } /// /// Looks up a localized string similar to The request is missing the LUN serial number. /// public static string SR_BACKEND_FAILURE_98 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_98", resourceCulture); } } /// /// Looks up a localized string similar to Only 1 LUN may be used with shared LVM. /// public static string SR_BACKEND_FAILURE_99 { get { return ResourceManager.GetString("SR_BACKEND_FAILURE_99", resourceCulture); } } /// /// Looks up a localized string similar to The SR operation cannot be performed because a device underlying the SR is in use by the server.. /// public static string SR_DEVICE_IN_USE { get { return ResourceManager.GetString("SR_DEVICE_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to migrate a VDI to or from an SR that doesn't support migration. /// public static string SR_DOES_NOT_SUPPORT_MIGRATION { get { return ResourceManager.GetString("SR_DOES_NOT_SUPPORT_MIGRATION", resourceCulture); } } /// /// Looks up a localized string similar to The SR is full. Requested size {0} exceeds the maximum size {1}. /// public static string SR_FULL { get { return ResourceManager.GetString("SR_FULL", resourceCulture); } } /// /// Looks up a localized string similar to The SR.shared flag cannot be set to false while the SR remains connected to multiple servers. /// public static string SR_HAS_MULTIPLE_PBDS { get { return ResourceManager.GetString("SR_HAS_MULTIPLE_PBDS", resourceCulture); } } /// /// Looks up a localized string similar to The SR has no attached PBDs. /// public static string SR_HAS_NO_PBDS { get { return ResourceManager.GetString("SR_HAS_NO_PBDS", resourceCulture); } } /// /// Looks up a localized string similar to The SR {0} is still connected to a server by a PBD. It cannot be destroyed.. /// public static string SR_HAS_PBD { get { return ResourceManager.GetString("SR_HAS_PBD", resourceCulture); } } /// /// Looks up a localized string similar to The SR could not be destroyed because the 'indestructible' flag was set on it.. /// public static string SR_INDESTRUCTIBLE { get { return ResourceManager.GetString("SR_INDESTRUCTIBLE", resourceCulture); } } /// /// Looks up a localized string similar to The SR is currently being used as a local cache SR.. /// public static string SR_IS_CACHE_SR { get { return ResourceManager.GetString("SR_IS_CACHE_SR", resourceCulture); } } /// /// Looks up a localized string similar to The SR is not attached.. /// public static string SR_NOT_ATTACHED { get { return ResourceManager.GetString("SR_NOT_ATTACHED", resourceCulture); } } /// /// Looks up a localized string similar to The SR operation cannot be performed because the SR is not empty.. /// public static string SR_NOT_EMPTY { get { return ResourceManager.GetString("SR_NOT_EMPTY", resourceCulture); } } /// /// Looks up a localized string similar to SR is not sharable. /// public static string SR_NOT_SHARABLE { get { return ResourceManager.GetString("SR_NOT_SHARABLE", resourceCulture); } } /// /// Looks up a localized string similar to This SR does not support this operation. /// public static string SR_OPERATION_NOT_SUPPORTED { get { return ResourceManager.GetString("SR_OPERATION_NOT_SUPPORTED", resourceCulture); } } /// /// Looks up a localized string similar to The operation cannot be performed until the SR has been upgraded. /// public static string SR_REQUIRES_UPGRADE { get { return ResourceManager.GetString("SR_REQUIRES_UPGRADE", resourceCulture); } } /// /// Looks up a localized string similar to The SR could not be connected because the driver {0} was not recognized.. /// public static string SR_UNKNOWN_DRIVER { get { return ResourceManager.GetString("SR_UNKNOWN_DRIVER", resourceCulture); } } /// /// Looks up a localized string similar to An SR with that uuid already exists.. /// public static string SR_UUID_EXISTS { get { return ResourceManager.GetString("SR_UUID_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to The operation could not proceed because necessary VDIs were already locked at the storage level.. /// public static string SR_VDI_LOCKING_FAILED { get { return ResourceManager.GetString("SR_VDI_LOCKING_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The remote system's SSL certificate failed to verify against our certificate library.. /// public static string SSL_VERIFY_ERROR { get { return ResourceManager.GetString("SSL_VERIFY_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to Subject already exists.. /// public static string SUBJECT_ALREADY_EXISTS { get { return ResourceManager.GetString("SUBJECT_ALREADY_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to Subject cannot be resolved by the external directory service.. /// public static string SUBJECT_CANNOT_BE_RESOLVED { get { return ResourceManager.GetString("SUBJECT_CANNOT_BE_RESOLVED", resourceCulture); } } /// /// Looks up a localized string similar to The suspend image of a checkpoint is not accessible from the host on which the VM is running. /// public static string SUSPEND_IMAGE_NOT_ACCESSIBLE { get { return ResourceManager.GetString("SUSPEND_IMAGE_NOT_ACCESSIBLE", resourceCulture); } } /// /// Looks up a localized string similar to You must use tar output to retrieve system status from an OEM server.. /// public static string SYSTEM_STATUS_MUST_USE_TAR_ON_OEM { get { return ResourceManager.GetString("SYSTEM_STATUS_MUST_USE_TAR_ON_OEM", resourceCulture); } } /// /// Looks up a localized string similar to Retrieving system status from the server failed.. /// public static string SYSTEM_STATUS_RETRIEVAL_FAILED { get { return ResourceManager.GetString("SYSTEM_STATUS_RETRIEVAL_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The request was asynchronously cancelled.. /// public static string TASK_CANCELLED { get { return ResourceManager.GetString("TASK_CANCELLED", resourceCulture); } } /// /// Looks up a localized string similar to The request was rejected because the server is too busy.. /// public static string TOO_BUSY { get { return ResourceManager.GetString("TOO_BUSY", resourceCulture); } } /// /// Looks up a localized string similar to The request was rejected because there are too many pending tasks on the server.. /// public static string TOO_MANY_PENDING_TASKS { get { return ResourceManager.GetString("TOO_MANY_PENDING_TASKS", resourceCulture); } } /// /// Looks up a localized string similar to You reached the maximal number of concurrently migrating VMs.. /// public static string TOO_MANY_STORAGE_MIGRATES { get { return ResourceManager.GetString("TOO_MANY_STORAGE_MIGRATES", resourceCulture); } } /// /// Looks up a localized string similar to The tunnel transport PIF has no IP configuration set.. /// public static string TRANSPORT_PIF_NOT_CONFIGURED { get { return ResourceManager.GetString("TRANSPORT_PIF_NOT_CONFIGURED", resourceCulture); } } /// /// Looks up a localized string similar to You have attempted a function which is not implemented. /// public static string UNIMPLEMENTED_IN_SM_BACKEND { get { return ResourceManager.GetString("UNIMPLEMENTED_IN_SM_BACKEND", resourceCulture); } } /// /// Looks up a localized string similar to The requested bootloader {1} for VM {0} is unknown. /// public static string UNKNOWN_BOOTLOADER { get { return ResourceManager.GetString("UNKNOWN_BOOTLOADER", resourceCulture); } } /// /// Looks up a localized string similar to This update has already been applied.. /// public static string UPDATE_ALREADY_APPLIED { get { return ResourceManager.GetString("UPDATE_ALREADY_APPLIED", resourceCulture); } } /// /// Looks up a localized string similar to This update has already been applied to all hosts in the pool.. /// public static string UPDATE_ALREADY_APPLIED_IN_POOL { get { return ResourceManager.GetString("UPDATE_ALREADY_APPLIED_IN_POOL", resourceCulture); } } /// /// Looks up a localized string similar to The uploaded update already exists. /// public static string UPDATE_ALREADY_EXISTS { get { return ResourceManager.GetString("UPDATE_ALREADY_EXISTS", resourceCulture); } } /// /// Looks up a localized string similar to The update failed to apply. View logs for more details.. /// public static string UPDATE_APPLY_FAILED { get { return ResourceManager.GetString("UPDATE_APPLY_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The specified update has been applied and cannot be destroyed.. /// public static string UPDATE_IS_APPLIED { get { return ResourceManager.GetString("UPDATE_IS_APPLIED", resourceCulture); } } /// /// Looks up a localized string similar to The update cannot be applied for the following host(s).. /// public static string UPDATE_POOL_APPLY_FAILED { get { return ResourceManager.GetString("UPDATE_POOL_APPLY_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed: conflicting update(s) are present.. /// public static string UPDATE_PRECHECK_FAILED_CONFLICT_PRESENT { get { return ResourceManager.GetString("UPDATE_PRECHECK_FAILED_CONFLICT_PRESENT", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed: RPM package validation requires a GPG key that is not present on the host.. /// public static string UPDATE_PRECHECK_FAILED_GPGKEY_NOT_IMPORTED { get { return ResourceManager.GetString("UPDATE_PRECHECK_FAILED_GPGKEY_NOT_IMPORTED", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed: the server does not have enough space.. /// public static string UPDATE_PRECHECK_FAILED_OUT_OF_SPACE { get { return ResourceManager.GetString("UPDATE_PRECHECK_FAILED_OUT_OF_SPACE", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed: prerequisite update(s) are missing.. /// public static string UPDATE_PRECHECK_FAILED_PREREQUISITE_MISSING { get { return ResourceManager.GetString("UPDATE_PRECHECK_FAILED_PREREQUISITE_MISSING", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed with an unknown error.. /// public static string UPDATE_PRECHECK_FAILED_UNKNOWN_ERROR { get { return ResourceManager.GetString("UPDATE_PRECHECK_FAILED_UNKNOWN_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The update precheck stage failed: the server is of an incorrect version.. /// public static string UPDATE_PRECHECK_FAILED_WRONG_SERVER_VERSION { get { return ResourceManager.GetString("UPDATE_PRECHECK_FAILED_WRONG_SERVER_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to Only the local superuser can perform this operation. /// public static string USER_IS_NOT_LOCAL_SUPERUSER { get { return ResourceManager.GetString("USER_IS_NOT_LOCAL_SUPERUSER", resourceCulture); } } /// /// Looks up a localized string similar to The uuid you supplied was invalid.. /// public static string UUID_INVALID { get { return ResourceManager.GetString("UUID_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to There was a problem with the license daemon (v6d).. /// public static string V6D_FAILURE { get { return ResourceManager.GetString("V6D_FAILURE", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to set value {1} for field {0} that is not supported. {2}. /// public static string VALUE_NOT_SUPPORTED { get { return ResourceManager.GetString("VALUE_NOT_SUPPORTED", resourceCulture); } } /// /// Looks up a localized string similar to Read/write CDs are not supported. /// public static string VBD_CDS_MUST_BE_READONLY { get { return ResourceManager.GetString("VBD_CDS_MUST_BE_READONLY", resourceCulture); } } /// /// Looks up a localized string similar to VBD {0} - Operation could not be performed because the drive is empty. /// public static string VBD_IS_EMPTY { get { return ResourceManager.GetString("VBD_IS_EMPTY", resourceCulture); } } /// /// Looks up a localized string similar to VBD {0} - Operation could not be performed because the drive is not empty. /// public static string VBD_NOT_EMPTY { get { return ResourceManager.GetString("VBD_NOT_EMPTY", resourceCulture); } } /// /// Looks up a localized string similar to VBD {0} - Media could not be ejected because it is not removable. /// public static string VBD_NOT_REMOVABLE_MEDIA { get { return ResourceManager.GetString("VBD_NOT_REMOVABLE_MEDIA", resourceCulture); } } /// /// Looks up a localized string similar to Drive could not be hot-unplugged because it is not marked as unpluggable. /// public static string VBD_NOT_UNPLUGGABLE { get { return ResourceManager.GetString("VBD_NOT_UNPLUGGABLE", resourceCulture); } } /// /// Looks up a localized string similar to This VM has locked the DVD drive tray, so the disk cannot be ejected. /// public static string VBD_TRAY_LOCKED { get { return ResourceManager.GetString("VBD_TRAY_LOCKED", resourceCulture); } } /// /// Looks up a localized string similar to You have reached the maximum number of virtual disks allowed for this virtual machine.. /// public static string VBDS_MAX_ALLOWED { get { return ResourceManager.GetString("VBDS_MAX_ALLOWED", resourceCulture); } } /// /// Looks up a localized string similar to Maximum number of virtual disks allowed. /// public static string VBDS_MAX_ALLOWED_TITLE { get { return ResourceManager.GetString("VBDS_MAX_ALLOWED_TITLE", resourceCulture); } } /// /// Looks up a localized string similar to You have reached the maximum number of virtual CPUs allowed for this virtual machine.. /// public static string VCPUS_MAX_ALLOWED { get { return ResourceManager.GetString("VCPUS_MAX_ALLOWED", resourceCulture); } } /// /// Looks up a localized string similar to Maximum number of virtual CPUs allowed. /// public static string VCPUS_MAX_ALLOWED_TITLE { get { return ResourceManager.GetString("VCPUS_MAX_ALLOWED_TITLE", resourceCulture); } } /// /// Looks up a localized string similar to The VDI could not be opened for metadata recovery as it contains the current pool's metadata.. /// public static string VDI_CONTAINS_METADATA_OF_THIS_POOL { get { return ResourceManager.GetString("VDI_CONTAINS_METADATA_OF_THIS_POOL", resourceCulture); } } /// /// Looks up a localized string similar to The VDI copy action has failed. /// public static string VDI_COPY_FAILED { get { return ResourceManager.GetString("VDI_COPY_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The operation cannot be performed because this VDI has rrd stats. /// public static string VDI_HAS_RRDS { get { return ResourceManager.GetString("VDI_HAS_RRDS", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because a VDI is in use by some other operation.. /// public static string VDI_IN_USE { get { return ResourceManager.GetString("VDI_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because the specified virtual disk is of an incompatible type (e.g., an HA statefile cannot be attached to a VM). /// public static string VDI_INCOMPATIBLE_TYPE { get { return ResourceManager.GetString("VDI_INCOMPATIBLE_TYPE", resourceCulture); } } /// /// Looks up a localized string similar to The operation cannot be performed on physical device. /// public static string VDI_IS_A_PHYSICAL_DEVICE { get { return ResourceManager.GetString("VDI_IS_A_PHYSICAL_DEVICE", resourceCulture); } } /// /// Looks up a localized string similar to This operation can only be performed on CD VDIs (iso files or CDROM drives). VDI {0} is of type {1}.. /// public static string VDI_IS_NOT_ISO { get { return ResourceManager.GetString("VDI_IS_NOT_ISO", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because the specified virtual disk could not be found in the specified SR. /// public static string VDI_LOCATION_MISSING { get { return ResourceManager.GetString("VDI_LOCATION_MISSING", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because the specified virtual disk could not be found. /// public static string VDI_MISSING { get { return ResourceManager.GetString("VDI_MISSING", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to migrate a VDI which is not attached to a running VM.. /// public static string VDI_NEEDS_VM_FOR_MIGRATE { get { return ResourceManager.GetString("VDI_NEEDS_VM_FOR_MIGRATE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because VDI {0} could not be properly attached to the VM.. /// public static string VDI_NOT_AVAILABLE { get { return ResourceManager.GetString("VDI_NOT_AVAILABLE", resourceCulture); } } /// /// Looks up a localized string similar to This VDI was not mapped to a destination SR in VM.migrate_send operation. /// public static string VDI_NOT_IN_MAP { get { return ResourceManager.GetString("VDI_NOT_IN_MAP", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because the system does not manage this VDI. /// public static string VDI_NOT_MANAGED { get { return ResourceManager.GetString("VDI_NOT_MANAGED", resourceCulture); } } /// /// Looks up a localized string similar to The VDI is not stored using a sparse format. It is not possible to query and manipulate only the changed blocks (or 'block differences' or 'disk deltas') between two VDIs. Please select a VDI which uses a sparse-aware technology such as VHD.. /// public static string VDI_NOT_SPARSE { get { return ResourceManager.GetString("VDI_NOT_SPARSE", resourceCulture); } } /// /// Looks up a localized string similar to This operation is not permitted on VMs containing VDIs in the 'on-boot=reset' mode. /// public static string VDI_ON_BOOT_MODE_INCOMPATIBLE_WITH_OPERATION { get { return ResourceManager.GetString("VDI_ON_BOOT_MODE_INCOMPATIBLE_WITH_OPERATION", resourceCulture); } } /// /// Looks up a localized string similar to The operation required write access but VDI {0} is read-only. /// public static string VDI_READONLY { get { return ResourceManager.GetString("VDI_READONLY", resourceCulture); } } /// /// Looks up a localized string similar to The VDI is too small. Please resize it to at least the minimum size.. /// public static string VDI_TOO_SMALL { get { return ResourceManager.GetString("VDI_TOO_SMALL", resourceCulture); } } /// /// Looks up a localized string similar to The VM cannot start because all GPUs are fully used or are running other types of virtual GPU. /// public static string VGPU_TYPE_NOT_COMPATIBLE_WITH_RUNNING_TYPE { get { return ResourceManager.GetString("VGPU_TYPE_NOT_COMPATIBLE_WITH_RUNNING_TYPE", resourceCulture); } } /// /// Looks up a localized string similar to Virtual GPU type is not one of the GPU's enabled types.. /// public static string VGPU_TYPE_NOT_ENABLED { get { return ResourceManager.GetString("VGPU_TYPE_NOT_ENABLED", resourceCulture); } } /// /// Looks up a localized string similar to Virtual GPU type is not one of the GPU's supported types.. /// public static string VGPU_TYPE_NOT_SUPPORTED { get { return ResourceManager.GetString("VGPU_TYPE_NOT_SUPPORTED", resourceCulture); } } /// /// Looks up a localized string similar to Network has active VIFs. /// public static string VIF_IN_USE { get { return ResourceManager.GetString("VIF_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to This VIF was not mapped to a destination network. /// public static string VIF_NOT_IN_MAP { get { return ResourceManager.GetString("VIF_NOT_IN_MAP", resourceCulture); } } /// /// Looks up a localized string similar to You have reached the maximum number of virtual network interfaces allowed for this virtual machine.. /// public static string VIFS_MAX_ALLOWED { get { return ResourceManager.GetString("VIFS_MAX_ALLOWED", resourceCulture); } } /// /// Looks up a localized string similar to Maximum number of virtual network interfaces allowed. /// public static string VIFS_MAX_ALLOWED_TITLE { get { return ResourceManager.GetString("VIFS_MAX_ALLOWED_TITLE", resourceCulture); } } /// /// Looks up a localized string similar to Operation cannot be performed because this VLAN is already in use. Please check your network configuration.. /// public static string VLAN_IN_USE { get { return ResourceManager.GetString("VLAN_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to You tried to create a VLAN, but the tag you gave ({0}) was invalid -- it must be between 0 and 4094.. /// public static string VLAN_TAG_INVALID { get { return ResourceManager.GetString("VLAN_TAG_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to This VM is assigned to a protection policy.. /// public static string VM_ASSIGNED_TO_PROTECTION_POLICY { get { return ResourceManager.GetString("VM_ASSIGNED_TO_PROTECTION_POLICY", resourceCulture); } } /// /// Looks up a localized string similar to This VM is assigned to a snapshot schedule.. /// public static string VM_ASSIGNED_TO_SNAPSHOT_SCHEDULE { get { return ResourceManager.GetString("VM_ASSIGNED_TO_SNAPSHOT_SCHEDULE", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to start a VM that's attached to more than one VDI with a timeoffset marked as reset-on-boot.. /// public static string VM_ATTACHED_TO_MORE_THAN_ONE_VDI_WITH_TIMEOFFSET_MARKED_AS_RESET_ON_BOOT { get { return ResourceManager.GetString("VM_ATTACHED_TO_MORE_THAN_ONE_VDI_WITH_TIMEOFFSET_MARKED_AS_RESET_ON_BOOT", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation on a VM that needed it to be in state '{1}' but was in state '{2}'.. /// public static string VM_BAD_POWER_STATE { get { return ResourceManager.GetString("VM_BAD_POWER_STATE", resourceCulture); } } /// /// Looks up a localized string similar to The BIOS strings for this VM have already been set and cannot be changed anymore.. /// public static string VM_BIOS_STRINGS_ALREADY_SET { get { return ResourceManager.GetString("VM_BIOS_STRINGS_ALREADY_SET", resourceCulture); } } /// /// Looks up a localized string similar to There is a minimal interval required between consecutive plugin calls made on the same VM, please wait before retry.. /// public static string VM_CALL_PLUGIN_RATE_LIMIT { get { return ResourceManager.GetString("VM_CALL_PLUGIN_RATE_LIMIT", resourceCulture); } } /// /// Looks up a localized string similar to You cannot delete the specified default template.. /// public static string VM_CANNOT_DELETE_DEFAULT_TEMPLATE { get { return ResourceManager.GetString("VM_CANNOT_DELETE_DEFAULT_TEMPLATE", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while restoring the memory image of the specified virtual machine. /// public static string VM_CHECKPOINT_RESUME_FAILED { get { return ResourceManager.GetString("VM_CHECKPOINT_RESUME_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while saving the memory image of the specified virtual machine. /// public static string VM_CHECKPOINT_SUSPEND_FAILED { get { return ResourceManager.GetString("VM_CHECKPOINT_SUSPEND_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The VM crashed. /// public static string VM_CRASHED { get { return ResourceManager.GetString("VM_CRASHED", resourceCulture); } } /// /// Looks up a localized string similar to The specified VM has a duplicate VBD device and cannot be started.. /// public static string VM_DUPLICATE_VBD_DEVICE { get { return ResourceManager.GetString("VM_DUPLICATE_VBD_DEVICE", resourceCulture); } } /// /// Looks up a localized string similar to VM didn't acknowledge the need to shut down.. /// public static string VM_FAILED_SHUTDOWN_ACKNOWLEDGMENT { get { return ResourceManager.GetString("VM_FAILED_SHUTDOWN_ACKNOWLEDGMENT", resourceCulture); } } /// /// Looks up a localized string similar to The VM unexpectedly halted. /// public static string VM_HALTED { get { return ResourceManager.GetString("VM_HALTED", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to migrate a VM which has a checkpoint.. /// public static string VM_HAS_CHECKPOINT { get { return ResourceManager.GetString("VM_HAS_CHECKPOINT", resourceCulture); } } /// /// Looks up a localized string similar to This operation could not be performed because the VM has one or more PCI devices passed through.. /// public static string VM_HAS_PCI_ATTACHED { get { return ResourceManager.GetString("VM_HAS_PCI_ATTACHED", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to migrate a VM with more than one snapshot.. /// public static string VM_HAS_TOO_MANY_SNAPSHOTS { get { return ResourceManager.GetString("VM_HAS_TOO_MANY_SNAPSHOTS", resourceCulture); } } /// /// Looks up a localized string similar to This operation could not be performed, because the VM has one or more virtual GPUs.. /// public static string VM_HAS_VGPU { get { return ResourceManager.GetString("VM_HAS_VGPU", resourceCulture); } } /// /// Looks up a localized string similar to This VM operation cannot be performed on an older-versioned host during an upgrade.. /// public static string VM_HOST_INCOMPATIBLE_VERSION { get { return ResourceManager.GetString("VM_HOST_INCOMPATIBLE_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to migrate a VM to a destination host running a version of XenServer older than the source host.. /// public static string VM_HOST_INCOMPATIBLE_VERSION_MIGRATE { get { return ResourceManager.GetString("VM_HOST_INCOMPATIBLE_VERSION_MIGRATE", resourceCulture); } } /// /// Looks up a localized string similar to The VM's Virtual Hardware Platform version is incompatible with this host.. /// public static string VM_HOST_INCOMPATIBLE_VIRTUAL_HARDWARE_PLATFORM_VERSION { get { return ResourceManager.GetString("VM_HOST_INCOMPATIBLE_VIRTUAL_HARDWARE_PLATFORM_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to HVM is required for this operation. /// public static string VM_HVM_REQUIRED { get { return ResourceManager.GetString("VM_HVM_REQUIRED", resourceCulture); } } /// /// Looks up a localized string similar to HVM not supported. /// public static string VM_HVM_REQUIRED_SHORT { get { return ResourceManager.GetString("VM_HVM_REQUIRED-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to The host does not have some of the CPU features that the VM is currently using. /// public static string VM_INCOMPATIBLE_WITH_THIS_HOST { get { return ResourceManager.GetString("VM_INCOMPATIBLE_WITH_THIS_HOST", resourceCulture); } } /// /// Looks up a localized string similar to The VM is configured in a way that prevents it from being mobile.. /// public static string VM_IS_IMMOBILE { get { return ResourceManager.GetString("VM_IS_IMMOBILE", resourceCulture); } } /// /// Looks up a localized string similar to The VM cannot be recovered on its own as it is part of a VM appliance.. /// public static string VM_IS_PART_OF_AN_APPLIANCE { get { return ResourceManager.GetString("VM_IS_PART_OF_AN_APPLIANCE", resourceCulture); } } /// /// Looks up a localized string similar to This operation cannot be performed because the specified VM is protected by HA. /// public static string VM_IS_PROTECTED { get { return ResourceManager.GetString("VM_IS_PROTECTED", resourceCulture); } } /// /// Looks up a localized string similar to The operation attempted is not valid for templates. /// public static string VM_IS_TEMPLATE { get { return ResourceManager.GetString("VM_IS_TEMPLATE", resourceCulture); } } /// /// Looks up a localized string similar to This operation is illegal because the VM is using nested virtualisation.. /// public static string VM_IS_USING_NESTED_VIRT { get { return ResourceManager.GetString("VM_IS_USING_NESTED_VIRT", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation on a VM which lacks the feature.. /// public static string VM_LACKS_FEATURE { get { return ResourceManager.GetString("VM_LACKS_FEATURE", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation which needs the cooperative shutdown feature on a VM which lacks it.. /// public static string VM_LACKS_FEATURE_SHUTDOWN { get { return ResourceManager.GetString("VM_LACKS_FEATURE_SHUTDOWN", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation which needs the VM static-ip-setting feature on a VM which lacks it.. /// public static string VM_LACKS_FEATURE_STATIC_IP_SETTING { get { return ResourceManager.GetString("VM_LACKS_FEATURE_STATIC_IP_SETTING", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation which needs the VM cooperative suspend feature on a VM which lacks it.. /// public static string VM_LACKS_FEATURE_SUSPEND { get { return ResourceManager.GetString("VM_LACKS_FEATURE_SUSPEND", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation which needs the VM hotplug-vcpu feature on a VM which lacks it.. /// public static string VM_LACKS_FEATURE_VCPU_HOTPLUG { get { return ResourceManager.GetString("VM_LACKS_FEATURE_VCPU_HOTPLUG", resourceCulture); } } /// /// Looks up a localized string similar to The specified VM has too little memory to be started.. /// public static string VM_MEMORY_SIZE_TOO_LOW { get { return ResourceManager.GetString("VM_MEMORY_SIZE_TOO_LOW", resourceCulture); } } /// /// Looks up a localized string similar to VM migration failed: {3}. /// public static string VM_MIGRATE_FAILED { get { return ResourceManager.GetString("VM_MIGRATE_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected.. /// public static string VM_MISSING_PV_DRIVERS { get { return ResourceManager.GetString("VM_MISSING_PV_DRIVERS", resourceCulture); } } /// /// Looks up a localized string similar to This VM does not have a crashdump SR specified.. /// public static string VM_NO_CRASHDUMP_SR { get { return ResourceManager.GetString("VM_NO_CRASHDUMP_SR", resourceCulture); } } /// /// Looks up a localized string similar to The VM has no empty CD drive (VBD).. /// public static string VM_NO_EMPTY_CD_VBD { get { return ResourceManager.GetString("VM_NO_EMPTY_CD_VBD", resourceCulture); } } /// /// Looks up a localized string similar to This VM does not have a suspend SR specified.. /// public static string VM_NO_SUSPEND_SR { get { return ResourceManager.GetString("VM_NO_SUSPEND_SR", resourceCulture); } } /// /// Looks up a localized string similar to You need at least 1 VCPU to start a VM. /// public static string VM_NO_VCPUS { get { return ResourceManager.GetString("VM_NO_VCPUS", resourceCulture); } } /// /// Looks up a localized string similar to The specified VM is not currently resident on the specified server.. /// public static string VM_NOT_RESIDENT_HERE { get { return ResourceManager.GetString("VM_NOT_RESIDENT_HERE", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation on a VM which requires a more recent version of the PV drivers. Please upgrade your PV drivers.. /// public static string VM_OLD_PV_DRIVERS { get { return ResourceManager.GetString("VM_OLD_PV_DRIVERS", resourceCulture); } } /// /// Looks up a localized string similar to VM PV drivers still in use. /// public static string VM_PV_DRIVERS_IN_USE { get { return ResourceManager.GetString("VM_PV_DRIVERS_IN_USE", resourceCulture); } } /// /// Looks up a localized string similar to The VM unexpectedly rebooted. /// public static string VM_REBOOTED { get { return ResourceManager.GetString("VM_REBOOTED", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to run a VM on a host which doesn't have a GPU available in the GPU group needed by the VM. The VM has a virtual GPU attached to this GPU group.. /// public static string VM_REQUIRES_GPU { get { return ResourceManager.GetString("VM_REQUIRES_GPU", resourceCulture); } } /// /// Looks up a localized string similar to GPU not available. /// public static string VM_REQUIRES_GPU_SHORT { get { return ResourceManager.GetString("VM_REQUIRES_GPU-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to You attempted to run a VM on a host which doesn't have I/O virtualization (IOMMU/VT-d) enabled, which is needed by the VM.. /// public static string VM_REQUIRES_IOMMU { get { return ResourceManager.GetString("VM_REQUIRES_IOMMU", resourceCulture); } } /// /// Looks up a localized string similar to This VM needs a network that cannot be seen from that server. /// public static string VM_REQUIRES_NETWORK { get { return ResourceManager.GetString("VM_REQUIRES_NETWORK", resourceCulture); } } /// /// Looks up a localized string similar to Cannot see required network. /// public static string VM_REQUIRES_NETWORK_SHORT { get { return ResourceManager.GetString("VM_REQUIRES_NETWORK-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to This VM needs storage that cannot be seen from that server. /// public static string VM_REQUIRES_SR { get { return ResourceManager.GetString("VM_REQUIRES_SR", resourceCulture); } } /// /// Looks up a localized string similar to Cannot see required storage. /// public static string VM_REQUIRES_SR_SHORT { get { return ResourceManager.GetString("VM_REQUIRES_SR-SHORT", resourceCulture); } } /// /// Looks up a localized string similar to VM cannot be started because it requires a VDI which cannot be attached. /// public static string VM_REQUIRES_VDI { get { return ResourceManager.GetString("VM_REQUIRES_VDI", resourceCulture); } } /// /// Looks up a localized string similar to The VM cannot start because no GPU is available. /// public static string VM_REQUIRES_VGPU { get { return ResourceManager.GetString("VM_REQUIRES_VGPU", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while reverting the specified virtual machine to the specified snapshot. /// public static string VM_REVERT_FAILED { get { return ResourceManager.GetString("VM_REVERT_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The shutdown of this VM timed out. /// public static string VM_SHUTDOWN_TIMEOUT { get { return ResourceManager.GetString("VM_SHUTDOWN_TIMEOUT", resourceCulture); } } /// /// Looks up a localized string similar to The quiesced-snapshot operation failed for an unexpected reason. /// public static string VM_SNAPSHOT_WITH_QUIESCE_FAILED { get { return ResourceManager.GetString("VM_SNAPSHOT_WITH_QUIESCE_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The VSS plug-in is not installed on this virtual machine. /// public static string VM_SNAPSHOT_WITH_QUIESCE_NOT_SUPPORTED { get { return ResourceManager.GetString("VM_SNAPSHOT_WITH_QUIESCE_NOT_SUPPORTED", resourceCulture); } } /// /// Looks up a localized string similar to The VSS plug-in cannot be contacted. /// public static string VM_SNAPSHOT_WITH_QUIESCE_PLUGIN_DEOS_NOT_RESPOND { get { return ResourceManager.GetString("VM_SNAPSHOT_WITH_QUIESCE_PLUGIN_DEOS_NOT_RESPOND", resourceCulture); } } /// /// Looks up a localized string similar to The VSS plug-in has timed out. /// public static string VM_SNAPSHOT_WITH_QUIESCE_TIMEOUT { get { return ResourceManager.GetString("VM_SNAPSHOT_WITH_QUIESCE_TIMEOUT", resourceCulture); } } /// /// Looks up a localized string similar to The VM cannot be imported unforced because it is either the same version or an older version of an existing VM.. /// public static string VM_TO_IMPORT_IS_NOT_NEWER_VERSION { get { return ResourceManager.GetString("VM_TO_IMPORT_IS_NOT_NEWER_VERSION", resourceCulture); } } /// /// Looks up a localized string similar to Too many VCPUs to start this VM. /// public static string VM_TOO_MANY_VCPUS { get { return ResourceManager.GetString("VM_TOO_MANY_VCPUS", resourceCulture); } } /// /// Looks up a localized string similar to You attempted an operation on VM {0} that was judged to be unsafe by the server. This can happen if the VM would run on a CPU that has a potentially incompatible set of feature flags to those the VM requires. If you want to override this warning then use the 'force' option.. /// public static string VM_UNSAFE_BOOT { get { return ResourceManager.GetString("VM_UNSAFE_BOOT", resourceCulture); } } /// /// Looks up a localized string similar to Archive more frequent than backup.. /// public static string VMPP_ARCHIVE_MORE_FREQUENT_THAN_BACKUP { get { return ResourceManager.GetString("VMPP_ARCHIVE_MORE_FREQUENT_THAN_BACKUP", resourceCulture); } } /// /// Looks up a localized string similar to There is at least on VM assigned to this protection policy.. /// public static string VMPP_HAS_VM { get { return ResourceManager.GetString("VMPP_HAS_VM", resourceCulture); } } /// /// Looks up a localized string similar to The given VMs failed to release memory when instructed to do so. /// public static string VMS_FAILED_TO_COOPERATE { get { return ResourceManager.GetString("VMS_FAILED_TO_COOPERATE", resourceCulture); } } /// /// Looks up a localized string similar to There is at least one VM assigned to snapshot schedule.. /// public static string VMSS_HAS_VM { get { return ResourceManager.GetString("VMSS_HAS_VM", resourceCulture); } } /// /// Looks up a localized string similar to WLB rejected our configured authentication details.. /// public static string WLB_AUTHENTICATION_FAILED { get { return ResourceManager.GetString("WLB_AUTHENTICATION_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to WLB refused a connection to the server.. /// public static string WLB_CONNECTION_REFUSED { get { return ResourceManager.GetString("WLB_CONNECTION_REFUSED", resourceCulture); } } /// /// Looks up a localized string similar to The connection to the WLB server was reset.. /// public static string WLB_CONNECTION_RESET { get { return ResourceManager.GetString("WLB_CONNECTION_RESET", resourceCulture); } } /// /// Looks up a localized string similar to This pool has wlb-enabled set to false.. /// public static string WLB_DISABLED { get { return ResourceManager.GetString("WLB_DISABLED", resourceCulture); } } /// /// Looks up a localized string similar to WLB reported an internal error.. /// public static string WLB_INTERNAL_ERROR { get { return ResourceManager.GetString("WLB_INTERNAL_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to WLB rejected the server's request as malformed.. /// public static string WLB_MALFORMED_REQUEST { get { return ResourceManager.GetString("WLB_MALFORMED_REQUEST", resourceCulture); } } /// /// Looks up a localized string similar to The WLB server said something that the server wasn't expecting or didn't understand.. /// public static string WLB_MALFORMED_RESPONSE { get { return ResourceManager.GetString("WLB_MALFORMED_RESPONSE", resourceCulture); } } /// /// Looks up a localized string similar to No WLB connection is configured.. /// public static string WLB_NOT_INITIALIZED { get { return ResourceManager.GetString("WLB_NOT_INITIALIZED", resourceCulture); } } /// /// Looks up a localized string similar to The communication with the WLB server timed out.. /// public static string WLB_TIMEOUT { get { return ResourceManager.GetString("WLB_TIMEOUT", resourceCulture); } } /// /// Looks up a localized string similar to The configured WLB server name failed to resolve in DNS.. /// public static string WLB_UNKNOWN_HOST { get { return ResourceManager.GetString("WLB_UNKNOWN_HOST", resourceCulture); } } /// /// Looks up a localized string similar to The WLB URL is invalid. Ensure it is in format: <ipaddress>:<port>. The configured/given URL is returned.. /// public static string WLB_URL_INVALID { get { return ResourceManager.GetString("WLB_URL_INVALID", resourceCulture); } } /// /// Looks up a localized string similar to WLB reported that the server rejected its configured authentication details.. /// public static string WLB_XENSERVER_AUTHENTICATION_FAILED { get { return ResourceManager.GetString("WLB_XENSERVER_AUTHENTICATION_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to WLB reported that the server refused to let it connect (even though we're connecting perfectly fine in the other direction).. /// public static string WLB_XENSERVER_CONNECTION_REFUSED { get { return ResourceManager.GetString("WLB_XENSERVER_CONNECTION_REFUSED", resourceCulture); } } /// /// Looks up a localized string similar to WLB reported that the server said something to it that WLB wasn't expecting or didn't understand.. /// public static string WLB_XENSERVER_MALFORMED_RESPONSE { get { return ResourceManager.GetString("WLB_XENSERVER_MALFORMED_RESPONSE", resourceCulture); } } /// /// Looks up a localized string similar to WLB reported that communication with the server timed out.. /// public static string WLB_XENSERVER_TIMEOUT { get { return ResourceManager.GetString("WLB_XENSERVER_TIMEOUT", resourceCulture); } } /// /// Looks up a localized string similar to WLB reported that its configured server name for this server instance failed to resolve in DNS.. /// public static string WLB_XENSERVER_UNKNOWN_HOST { get { return ResourceManager.GetString("WLB_XENSERVER_UNKNOWN_HOST", resourceCulture); } } /// /// Looks up a localized string similar to 3rd party xapi hook failed. /// public static string XAPI_HOOK_FAILED { get { return ResourceManager.GetString("XAPI_HOOK_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to Some volumes to be snapshot could not be added to the VSS snapshot set. /// public static string XEN_VSS_REQ_ERROR_ADDING_VOLUME_TO_SNAPSET_FAILED { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_ADDING_VOLUME_TO_SNAPSET_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to An attempt to create the snapshots failed. /// public static string XEN_VSS_REQ_ERROR_CREATING_SNAPSHOT { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_CREATING_SNAPSHOT", resourceCulture); } } /// /// Looks up a localized string similar to Could not create the XML string generated by the transportable snapshot. /// public static string XEN_VSS_REQ_ERROR_CREATING_SNAPSHOT_XML_STRING { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_CREATING_SNAPSHOT_XML_STRING", resourceCulture); } } /// /// Looks up a localized string similar to Initialization of the VSS requester failed. /// public static string XEN_VSS_REQ_ERROR_INIT_FAILED { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_INIT_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to Could not find any volumes supported by the Vss Provider. /// public static string XEN_VSS_REQ_ERROR_NO_VOLUMES_SUPPORTED { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_NO_VOLUMES_SUPPORTED", resourceCulture); } } /// /// Looks up a localized string similar to An attempt to prepare VSS writers for the snapshot failed. /// public static string XEN_VSS_REQ_ERROR_PREPARING_WRITERS { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_PREPARING_WRITERS", resourceCulture); } } /// /// Looks up a localized string similar to The Vss Provider is not loaded. /// public static string XEN_VSS_REQ_ERROR_PROV_NOT_LOADED { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_PROV_NOT_LOADED", resourceCulture); } } /// /// Looks up a localized string similar to An attempt to start a new VSS snapshot failed. /// public static string XEN_VSS_REQ_ERROR_START_SNAPSHOT_SET_FAILED { get { return ResourceManager.GetString("XEN_VSS_REQ_ERROR_START_SNAPSHOT_SET_FAILED", resourceCulture); } } /// /// Looks up a localized string similar to The requested plugin could not be found.. /// public static string XENAPI_MISSING_PLUGIN { get { return ResourceManager.GetString("XENAPI_MISSING_PLUGIN", resourceCulture); } } /// /// Looks up a localized string similar to There was a failure communicating with the plugin.. /// public static string XENAPI_PLUGIN_FAILURE { get { return ResourceManager.GetString("XENAPI_PLUGIN_FAILURE", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while performing the XMLRPC request.. /// public static string XMLRPC_GENERAL_ERROR { get { return ResourceManager.GetString("XMLRPC_GENERAL_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to The server failed to unmarshal the XMLRPC message; it was expecting one element and received something else.. /// public static string XMLRPC_UNMARSHAL_FAILURE { get { return ResourceManager.GetString("XMLRPC_UNMARSHAL_FAILURE", resourceCulture); } } } }