Class GetOfferingSourceOptions

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String accept()
      Gets the accept.
      java.lang.String catalogId()
      Gets the catalogId.
      java.lang.String channel()
      Gets the channel.
      java.lang.String id()
      Gets the id.
      java.lang.String kind()
      Gets the kind.
      java.lang.String name()
      Gets the name.
      GetOfferingSourceOptions.Builder newBuilder()
      New builder.
      java.lang.String version()
      Gets the version.
      • 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

      • version

        public java.lang.String version()
        Gets the version. The version being requested.
        Returns:
        the version
      • accept

        public java.lang.String accept()
        Gets the accept. The type of the response: application/yaml, application/json, or application/x-gzip.
        Returns:
        the accept
      • catalogId

        public java.lang.String catalogId()
        Gets the catalogId. Catlaog ID. If not specified, this value will default to the public catalog.
        Returns:
        the catalogId
      • name

        public java.lang.String name()
        Gets the name. Offering name. An offering name or ID must be specified.
        Returns:
        the name
      • id

        public java.lang.String id()
        Gets the id. Offering id. An offering name or ID must be specified.
        Returns:
        the id
      • kind

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

        public java.lang.String channel()
        Gets the channel. The channel value of the specified version.
        Returns:
        the channel