Class: Google::Cloud::Channel::V1::TransferableSku

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#legacy_sku::Google::Cloud::Channel::V1::Sku

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

Returns:



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.

Returns:



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.

Returns:



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