Class SyndicationCluster

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

    public class SyndicationCluster
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Feature information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean allNamespaces()
      Gets the allNamespaces.
      java.lang.String id()
      Gets the id.
      java.lang.String name()
      Gets the name.
      java.util.List<java.lang.String> namespaces()
      Gets the namespaces.
      SyndicationCluster.Builder newBuilder()
      New builder.
      java.lang.String region()
      Gets the region.
      java.lang.String resourceGroupName()
      Gets the resourceGroupName.
      java.lang.String type()
      Gets the type.
      • 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

      • region

        public java.lang.String region()
        Gets the region. Cluster region.
        Returns:
        the region
      • id

        public java.lang.String id()
        Gets the id. Cluster ID.
        Returns:
        the id
      • name

        public java.lang.String name()
        Gets the name. Cluster name.
        Returns:
        the name
      • resourceGroupName

        public java.lang.String resourceGroupName()
        Gets the resourceGroupName. Resource group ID.
        Returns:
        the resourceGroupName
      • type

        public java.lang.String type()
        Gets the type. Syndication type.
        Returns:
        the type
      • namespaces

        public java.util.List<java.lang.String> namespaces()
        Gets the namespaces. Syndicated namespaces.
        Returns:
        the namespaces
      • allNamespaces

        public java.lang.Boolean allNamespaces()
        Gets the allNamespaces. Syndicated to all namespaces on cluster.
        Returns:
        the allNamespaces