Class GetOfferingUpdatesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetOfferingUpdatesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetOfferingUpdatesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getOfferingUpdates options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetOfferingUpdatesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanallNamespaces()Gets the allNamespaces.java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.java.lang.Stringchannel()Gets the channel.java.lang.StringclusterId()Gets the clusterId.java.lang.Stringkind()Gets the kind.java.lang.Stringnamespace()Gets the namespace.java.util.List<java.lang.String>namespaces()Gets the namespaces.GetOfferingUpdatesOptions.BuildernewBuilder()New builder.java.lang.StringofferingId()Gets the offeringId.java.lang.Stringregion()Gets the region.java.lang.StringresourceGroupId()Gets the resourceGroupId.java.lang.Stringsha()Gets the sha.java.lang.Stringtarget()Gets the target.java.lang.Stringversion()Gets the version.java.lang.StringxAuthRefreshToken()Gets the xAuthRefreshToken.
-
-
-
Method Detail
-
newBuilder
public GetOfferingUpdatesOptions.Builder newBuilder()
New builder.- Returns:
- a GetOfferingUpdatesOptions builder
-
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
-
-