Show / Hide Table of Contents

Class VsphereLicense

License for vSphere upgrade.

Inheritance
object
VsphereLicense
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 VsphereLicense

Properties

LicenseKey

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

vSphere license key value.

Remarks

Required

LicenseType

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

vSphere license type.

Remarks

Required

In this article
Back to top