Class: Google::Cloud::Channel::V1::TransferableSku
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::TransferableSku
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/entitlements.rb
Overview
TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.
Instance Attribute Summary collapse
-
#legacy_sku ⇒ ::Google::Cloud::Channel::V1::Sku
Optional.
-
#sku ⇒ ::Google::Cloud::Channel::V1::Sku
The SKU pertaining to the provisioning resource as specified in the Offer.
-
#transfer_eligibility ⇒ ::Google::Cloud::Channel::V1::TransferEligibility
Describes the transfer eligibility of a SKU.
Instance Attribute Details
#legacy_sku ⇒ ::Google::Cloud::Channel::V1::Sku
Returns Optional. The customer to transfer has an entitlement with the populated legacy SKU.
243 244 245 246 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 243 class TransferableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sku ⇒ ::Google::Cloud::Channel::V1::Sku
Returns The SKU pertaining to the provisioning resource as specified in the Offer.
243 244 245 246 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 243 class TransferableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transfer_eligibility ⇒ ::Google::Cloud::Channel::V1::TransferEligibility
Returns Describes the transfer eligibility of a SKU.
243 244 245 246 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 243 class TransferableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |