Show / Hide Table of Contents

Class HcxLicenseSummary

HCX on-premise license information summary.

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

Properties

ActivationKey

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

HCX on-premise license key value.

Remarks

Required

Status

Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HcxLicenseStatus? Status { get; set; }
Property Value
Type Description
HcxLicenseStatus?

status of HCX on-premise license.

Remarks

Required

SystemName

Declaration
[JsonProperty(PropertyName = "systemName")]
public string SystemName { get; set; }
Property Value
Type Description
string

Name of the system that consumed the HCX on-premise license

In this article
Back to top