Show / Hide Table of Contents

Class VsphereUpgradeObject

Binary object needed for vSphere upgrade

Inheritance
object
VsphereUpgradeObject
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class VsphereUpgradeObject

Properties

DownloadLink

Declaration
[Required(ErrorMessage = "DownloadLink is required.")]
[JsonProperty(PropertyName = "downloadLink")]
public string DownloadLink { get; set; }
Property Value
Type Description
string

Binary object download link.

Remarks

Required

LinkDescription

Declaration
[Required(ErrorMessage = "LinkDescription is required.")]
[JsonProperty(PropertyName = "linkDescription")]
public string LinkDescription { get; set; }
Property Value
Type Description
string

Binary object description.

Remarks

Required

In this article
Back to top