Class SyndicationCluster
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.SyndicationCluster
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SyndicationCluster extends com.ibm.cloud.sdk.core.service.model.GenericModelFeature information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSyndicationCluster.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanallNamespaces()Gets the allNamespaces.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.java.util.List<java.lang.String>namespaces()Gets the namespaces.SyndicationCluster.BuildernewBuilder()New builder.java.lang.Stringregion()Gets the region.java.lang.StringresourceGroupName()Gets the resourceGroupName.java.lang.Stringtype()Gets the type.
-
-
-
Method Detail
-
newBuilder
public SyndicationCluster.Builder newBuilder()
New builder.- Returns:
- a SyndicationCluster builder
-
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
-
-