Class GetPricingOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class GetPricingOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getPricing options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String account()
      Gets the account.
      java.lang.String deploymentRegion()
      Gets the deploymentRegion.
      java.lang.String id()
      Gets the id.
      GetPricingOptions.Builder newBuilder()
      New builder.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • id

        public java.lang.String id()
        Gets the id. The object's unique ID.
        Returns:
        the id
      • account

        public java.lang.String account()
        Gets the account. This changes the scope of the request regardless of the authorization header. Example scopes are `account` and `global`. `account=global` is reqired if operating with a service ID that has a global admin policy, for example `GET /?account=global`.
        Returns:
        the account
      • deploymentRegion

        public java.lang.String deploymentRegion()
        Gets the deploymentRegion. Specify a region to retrieve plan pricing for a global deployment. The value must match an entry in the `deployment_regions` list.
        Returns:
        the deploymentRegion