Class GetOfferingUpdatesOptions

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

    public class GetOfferingUpdatesOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getOfferingUpdates options.
    • Method Detail

      • catalogIdentifier

        public java.lang.String catalogIdentifier()
        Gets the catalogIdentifier. Catalog identifier.
        Returns:
        the catalogIdentifier
      • offeringId

        public java.lang.String offeringId()
        Gets the offeringId. Offering identification.
        Returns:
        the offeringId
      • kind

        public java.lang.String kind()
        Gets the kind. The kind of offering (e.g, helm, ova, terraform ...).
        Returns:
        the kind
      • xAuthRefreshToken

        public java.lang.String xAuthRefreshToken()
        Gets the xAuthRefreshToken. IAM Refresh token.
        Returns:
        the xAuthRefreshToken
      • target

        public java.lang.String target()
        Gets the target. The target kind of the currently installed version (e.g. iks, roks, etc).
        Returns:
        the target
      • version

        public java.lang.String version()
        Gets the version. optionaly provide an existing version to check updates for if one is not given, all version will be returned.
        Returns:
        the version
      • clusterId

        public java.lang.String clusterId()
        Gets the clusterId. The id of the cluster where this version was installed.
        Returns:
        the clusterId
      • region

        public java.lang.String region()
        Gets the region. The region of the cluster where this version was installed.
        Returns:
        the region
      • resourceGroupId

        public java.lang.String resourceGroupId()
        Gets the resourceGroupId. The resource group id of the cluster where this version was installed.
        Returns:
        the resourceGroupId
      • namespace

        public java.lang.String namespace()
        Gets the namespace. The namespace of the cluster where this version was installed.
        Returns:
        the namespace
      • sha

        public java.lang.String sha()
        Gets the sha. The sha value of the currently installed version.
        Returns:
        the sha
      • channel

        public java.lang.String channel()
        Gets the channel. Optionally provide the channel value of the currently installed version.
        Returns:
        the channel
      • namespaces

        public java.util.List<java.lang.String> namespaces()
        Gets the namespaces. Optionally provide a list of namespaces used for the currently installed version.
        Returns:
        the namespaces
      • allNamespaces

        public java.lang.Boolean allNamespaces()
        Gets the allNamespaces. Optionally indicate that the current version was installed in all namespaces.
        Returns:
        the allNamespaces