Cloud Channel v1 API - Class TransferableSku (2.11.0)

public sealed class TransferableSku : IMessage<TransferableSku>, IEquatable<TransferableSku>, IDeepCloneable<TransferableSku>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > TransferableSku

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TransferableSku()

public TransferableSku()

TransferableSku(TransferableSku)

public TransferableSku(TransferableSku other)
Parameter
NameDescription
otherTransferableSku

Properties

LegacySku

public Sku LegacySku { get; set; }

Optional. The customer to transfer has an entitlement with the populated legacy SKU.

Property Value
TypeDescription
Sku

Sku

public Sku Sku { get; set; }

The SKU pertaining to the provisioning resource as specified in the Offer.

Property Value
TypeDescription
Sku

TransferEligibility

public TransferEligibility TransferEligibility { get; set; }

Describes the transfer eligibility of a SKU.

Property Value
TypeDescription
TransferEligibility