Class RepricingConfig (1.12.0)

RepricingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for repricing a Google bill over a period of time.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
entitlement_granularity google.cloud.channel_v1.types.RepricingConfig.EntitlementGranularity
Applies the repricing configuration at the entitlement level. This is the only supported value for CustomerRepricingConfig. This field is a member of oneof_ granularity.
channel_partner_granularity google.cloud.channel_v1.types.RepricingConfig.ChannelPartnerGranularity
Applies the repricing configuration at the channel partner level. This is the only supported value for ChannelPartnerRepricingConfig. This field is a member of oneof_ granularity.
effective_invoice_month google.type.date_pb2.Date
Required. The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries.
adjustment google.cloud.channel_v1.types.RepricingAdjustment
Required. Information about the adjustment.
rebilling_basis google.cloud.channel_v1.types.RebillingBasis
Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply.
conditional_overrides MutableSequence[google.cloud.channel_v1.types.ConditionalOverride]
The conditional overrides to apply for this configuration. If you list multiple overrides, only the first valid override is used. If you don't list any overrides, the API uses the normal adjustment and rebilling basis.

Classes

ChannelPartnerGranularity

ChannelPartnerGranularity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Applies the repricing configuration at the channel partner level. The channel partner value is derived from the resource name. Takes an empty json object.

EntitlementGranularity

EntitlementGranularity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Applies the repricing configuration at the entitlement level.