Class CFMetaData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.CFMetaData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CFMetaData extends com.ibm.cloud.sdk.core.service.model.GenericModelService-related metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMetaData.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.BooleanasyncProvisioningSupported()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.BooleanasyncUnprovisioningSupported()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.Booleanbindable()Gets the bindable.java.util.Map<java.lang.String,java.lang.String>cfGuid()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.StringcrnMask()Gets the crnMask.java.lang.BooleancustomCreatePageHybridEnabled()Gets the customCreatePageHybridEnabled.java.lang.BooleaniamCompatible()Gets the iamCompatible.CFMetaData.BuildernewBuilder()New builder.java.lang.BooleanpaidOnly()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.BooleanplanUpdateable()Gets the planUpdateable.java.lang.Booleanprovisionable()Gets the provisionable.java.util.List<java.lang.String>requires()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.BooleanserviceCheckEnabled()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.BooleanserviceKeySupported()Gets the serviceKeySupported.java.lang.Stringstate()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.LongtestCheckInterval()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.Stringtype()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.BooleanuniqueApiKey()Deprecated.this method is deprecated and may be removed in a future release
-
-
-
Method Detail
-
newBuilder
public CFMetaData.Builder newBuilder()
New builder.- Returns:
- a CFMetaData builder
-
type
@Deprecated public java.lang.String type()
Deprecated.this method is deprecated and may be removed in a future releaseGets the type. The type of service (public, cfaas, personal_catalog, kms, toolchain, etc.).- Returns:
- the type
-
iamCompatible
public java.lang.Boolean iamCompatible()
Gets the iamCompatible. Boolean value that describes whether the service is compatible with Identity and Access Management for authentication and authorization.- Returns:
- the iamCompatible
-
uniqueApiKey
@Deprecated public java.lang.Boolean uniqueApiKey()
Deprecated.this method is deprecated and may be removed in a future releaseGets the uniqueApiKey. Boolean value that describes whether the service has a unique API key. Only settable on services, should be set via partnercenter.- Returns:
- the uniqueApiKey
-
provisionable
public java.lang.Boolean provisionable()
Gets the provisionable. Boolean value that, if true, the service is provisionable via resource controller (RC) or, if false, via a service control point API. If false, you may need sales or support to create this service.- Returns:
- the provisionable
-
bindable
public java.lang.Boolean bindable()
Gets the bindable. Boolean value that describes whether the service can be bound to an application. If true then this will create and use resource keys.- Returns:
- the bindable
-
asyncProvisioningSupported
@Deprecated public java.lang.Boolean asyncProvisioningSupported()
Deprecated.this method is deprecated and may be removed in a future releaseGets the asyncProvisioningSupported. Boolean value that describes whether the service supports asynchronous provisioning. Now handled by a 202 response indicating support from the broker on provisioning.- Returns:
- the asyncProvisioningSupported
-
asyncUnprovisioningSupported
@Deprecated public java.lang.Boolean asyncUnprovisioningSupported()
Deprecated.this method is deprecated and may be removed in a future releaseGets the asyncUnprovisioningSupported. Boolean value that describes whether the service supports asynchronous unprovisioning. Now handled by a 202 response indicating support from the broker on unprovisioning.- Returns:
- the asyncUnprovisioningSupported
-
requires
@Deprecated public java.util.List<java.lang.String> requires()
Deprecated.this method is deprecated and may be removed in a future releaseGets the requires. Dependencies needed to use this service.- Returns:
- the requires
-
planUpdateable
public java.lang.Boolean planUpdateable()
Gets the planUpdateable. Boolean value that describes whether the service supports changing plans within the service. Only settable on services, read only on plans and deployments.- Returns:
- the planUpdateable
-
state
@Deprecated public java.lang.String state()
Deprecated.this method is deprecated and may be removed in a future releaseGets the state. String that describes whether the service is active or inactive.- Returns:
- the state
-
serviceCheckEnabled
@Deprecated public java.lang.Boolean serviceCheckEnabled()
Deprecated.this method is deprecated and may be removed in a future releaseGets the serviceCheckEnabled. Boolean value that describes whether the Estado testing service will perform uptime tests for this service.- Returns:
- the serviceCheckEnabled
-
testCheckInterval
@Deprecated public java.lang.Long testCheckInterval()
Deprecated.this method is deprecated and may be removed in a future releaseGets the testCheckInterval. A unit of time that determines the time in between uptime checks performed by Estado.- Returns:
- the testCheckInterval
-
serviceKeySupported
public java.lang.Boolean serviceKeySupported()
Gets the serviceKeySupported. Boolean value that describes whether the service supports the creation of service credentials. Without service key support, a service cannot be bound to a cluster.- Returns:
- the serviceKeySupported
-
cfGuid
@Deprecated public java.util.Map<java.lang.String,java.lang.String> cfGuid()
Deprecated.this method is deprecated and may be removed in a future releaseGets the cfGuid. If the field is imported from Cloud Foundry, the Cloud Foundry region's GUID. This is a required field. For example, `us-south=123`.- Returns:
- the cfGuid
-
crnMask
public java.lang.String crnMask()
Gets the crnMask. Cloud resource name identifying the environment containing this service.- Returns:
- the crnMask
-
paidOnly
@Deprecated public java.lang.Boolean paidOnly()
Deprecated.this method is deprecated and may be removed in a future releaseGets the paidOnly. Boolean flag indicating if this service only offers paid pricing plans rather than the default paygo.- Returns:
- the paidOnly
-
customCreatePageHybridEnabled
public java.lang.Boolean customCreatePageHybridEnabled()
Gets the customCreatePageHybridEnabled. Boolean flag that determines if the hybrid page is accessible from the main catalog provisioning page.- Returns:
- the customCreatePageHybridEnabled
-
-