Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb
Overview
Service provisioned for an entitlement.
Instance Attribute Summary collapse
-
#product_id ⇒ String
Output only.
-
#provisioning_id ⇒ String
Output only.
-
#sku_id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1alpha1ProvisionedService
constructor
A new instance of GoogleCloudChannelV1alpha1ProvisionedService.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1alpha1ProvisionedService
Returns a new instance of GoogleCloudChannelV1alpha1ProvisionedService.
2727 2728 2729 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2727 def initialize(**args) update!(**args) end |
Instance Attribute Details
#product_id ⇒ String
Output only. The product pertaining to the provisioning resource as specified
in the Offer.
Corresponds to the JSON property productId
2713 2714 2715 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2713 def product_id @product_id end |
#provisioning_id ⇒ String
Output only. Provisioning ID of the entitlement. For Google Workspace, this
would be the underlying Subscription ID.
Corresponds to the JSON property provisioningId
2719 2720 2721 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2719 def provisioning_id @provisioning_id end |
#sku_id ⇒ String
Output only. The SKU pertaining to the provisioning resource as specified in
the Offer.
Corresponds to the JSON property skuId
2725 2726 2727 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2725 def sku_id @sku_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2732 2733 2734 2735 2736 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2732 def update!(**args) @product_id = args[:product_id] if args.key?(:product_id) @provisioning_id = args[:provisioning_id] if args.key?(:provisioning_id) @sku_id = args[:sku_id] if args.key?(:sku_id) end |