Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCI-PricingCategory #281

Open
varunmittal91 opened this issue Jan 17, 2024 · 1 comment
Open

OCI-PricingCategory #281

varunmittal91 opened this issue Jan 17, 2024 · 1 comment
Labels

Comments

@varunmittal91
Copy link
Collaborator

No description provided.

@varunmittal91 varunmittal91 converted this from a draft issue Jan 17, 2024
@ijurica ijurica added the OCI label Jan 17, 2024
@ijurica
Copy link
Collaborator

ijurica commented Feb 6, 2024

Considering the following FOCUS spec reqs:

  • PricingCategory MUST be null if SkuPriceId is null and MUST NOT be null if SkuPriceId is not null.
  • PricingCategory MUST be "On-Demand" when pricing is predetermined at the standard rate for the billing account.
  • The SkuId MUST NOT be null when SkuPriceId is not null.

and some OCI specifics:

  • Whenever there is a ListUnitPrice, it is predefined.
  • SkuPriceId is currently unavailable.

I suggest the following:

  • Transform type: Static Value w/Condition
  • Source type: Static Value
  • Source value: "On-Demand"
  • Condition: SkuId is not null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

2 participants