public sealed class TransferableSku : IMessage<TransferableSku>, IEquatable<TransferableSku>, IDeepCloneable<TransferableSku>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class TransferableSku.
TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.
Implements
IMessageTransferableSku, IEquatableTransferableSku, IDeepCloneableTransferableSku, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
TransferableSku()
public TransferableSku()TransferableSku(TransferableSku)
public TransferableSku(TransferableSku other)| Parameter | |
|---|---|
| Name | Description |
other |
TransferableSku |
Properties
LegacySku
public Sku LegacySku { get; set; }Optional. The customer to transfer has an entitlement with the populated legacy SKU.
| Property Value | |
|---|---|
| Type | Description |
Sku |
|
Sku
public Sku Sku { get; set; }The SKU pertaining to the provisioning resource as specified in the Offer.
| Property Value | |
|---|---|
| Type | Description |
Sku |
|
TransferEligibility
public TransferEligibility TransferEligibility { get; set; }Describes the transfer eligibility of a SKU.
| Property Value | |
|---|---|
| Type | Description |
TransferEligibility |
|