Class LicensingSubscriptionSubscription
Licensing SubscriptionSubscription
[DataContract]
public class LicensingSubscriptionSubscription
- Inheritance
-
LicensingSubscriptionSubscription
- Inherited Members
Constructors
LicensingSubscriptionSubscription()
public LicensingSubscriptionSubscription()
Properties
Claimed
Whether the subscription has been claimed
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "claimed")]
public bool Claimed { get; set; }
Property Value
Counts
Numeric breakdown of network and entitlement counts
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public LicensingSubscriptionClaimCounts Counts { get; set; }
Property Value
Description
Subscription Description
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
EndDate
Subscription expiration date
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endDate")]
public DateTime EndDate { get; set; }
Property Value
EnterpriseAgreement
Enterprise agreement details
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enterpriseAgreement")]
public LicensingSubscriptionClaimEnterpriseAgreement EnterpriseAgreement { get; set; }
Property Value
Entitlements
Entitlement info
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "entitlements")]
public List<LicensingSubscriptionClaimEntitlement> Entitlements { get; set; }
Property Value
IsMultiCluster
Whether the subscription is multi-cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isMultiCluster")]
public bool IsMultiCluster { get; set; }
Property Value
LastUpdatedAt
When the subscription was last changed
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public DateTime LastUpdatedAt { get; set; }
Property Value
Name
Subscription name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
ProductTypes
Web order id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productTypes")]
public List<string> ProductTypes { get; set; }
Property Value
RenewalDate
Renewal date for the subscription
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "renewalDate")]
public DateTime? RenewalDate { get; set; }
Property Value
RenewalRequested
Whether a renewal has been requested for the subscription
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "renewalRequested")]
public bool RenewalRequested { get; set; }
Property Value
SmartAccount
Smart account
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "smartAccount")]
public LicensingSubscriptionClaimSmartAccount SmartAccount { get; set; }
Property Value
SmartAccountStatus
Smart account status
[Obsolete("Removed in Merak API v 1.53")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "smartAccountStatus")]
public string SmartAccountStatus { get; set; }
Property Value
StartDate
Subscription start date
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startDate")]
public DateTime StartDate { get; set; }
Property Value
Status
Subscription Status
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
SubscriptionId
Subscription's ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "subscriptionId")]
public string SubscriptionId { get; set; }
Property Value
Type
Subscription type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string? Type { get; set; }
Property Value
WebOrderId
Web order id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "webOrderId")]
public string WebOrderId { get; set; }