Class XenServerHostingManager.DiskTemplateInfo
Used to persist information about downloaded XVA template files.
Namespace: Neon.Kube.Hosting.XenServer
Assembly: Neon.Kube.XenServer.dll
Syntax
public class XenServerHostingManager.DiskTemplateInfo
Properties
ETag
The downloaded file ETAG.
Declaration
[JsonProperty(PropertyName = "ETag", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "etag", ApplyNamingConventions = false)]
public string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Length
The downloaded file length used as a quick verification that the complete file was downloaded.
Declaration
[JsonProperty(PropertyName = "Length", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "length", ApplyNamingConventions = false)]
public long Length { get; set; }
Property Value
Type | Description |
---|---|
long |