GoogleCloudChannelV1RepricingConfigArgs

data class GoogleCloudChannelV1RepricingConfigArgs(val adjustment: Output<GoogleCloudChannelV1RepricingAdjustmentArgs>, val channelPartnerGranularity: Output<GoogleCloudChannelV1RepricingConfigChannelPartnerGranularityArgs>? = null, val conditionalOverrides: Output<List<GoogleCloudChannelV1ConditionalOverrideArgs>>? = null, val effectiveInvoiceMonth: Output<GoogleTypeDateArgs>, val entitlementGranularity: Output<GoogleCloudChannelV1RepricingConfigEntitlementGranularityArgs>? = null, val rebillingBasis: Output<GoogleCloudChannelV1RepricingConfigRebillingBasis>) : ConvertibleToJava<GoogleCloudChannelV1RepricingConfigArgs>

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

Constructors

Link copied to clipboard
constructor(adjustment: Output<GoogleCloudChannelV1RepricingAdjustmentArgs>, channelPartnerGranularity: Output<GoogleCloudChannelV1RepricingConfigChannelPartnerGranularityArgs>? = null, conditionalOverrides: Output<List<GoogleCloudChannelV1ConditionalOverrideArgs>>? = null, effectiveInvoiceMonth: Output<GoogleTypeDateArgs>, entitlementGranularity: Output<GoogleCloudChannelV1RepricingConfigEntitlementGranularityArgs>? = null, rebillingBasis: Output<GoogleCloudChannelV1RepricingConfigRebillingBasis>)

Properties

Link copied to clipboard

Information about the adjustment.

Link copied to clipboard

Applies the repricing configuration at the channel partner level. This is the only supported value for ChannelPartnerRepricingConfig.

Link copied to clipboard

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.

Link copied to clipboard

The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries.

Link copied to clipboard

Applies the repricing configuration at the entitlement level. This is the only supported value for CustomerRepricingConfig.

Link copied to clipboard

The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudChannelV1RepricingConfigArgs