Class DeleteServiceBindingOptions

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

    public class DeleteServiceBindingOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The deleteServiceBinding options.
    • Method Detail

      • bindingId

        public java.lang.String bindingId()
        Gets the bindingId. The `binding_id` is the ID of a previously provisioned binding for that service instance.
        Returns:
        the bindingId
      • instanceId

        public java.lang.String instanceId()
        Gets the instanceId. The `instance_id` is the ID of a previously provisioned service instance.
        Returns:
        the instanceId
      • planId

        public java.lang.String planId()
        Gets the planId. The ID of the plan from the catalog.json in the broker. It MUST be a non-empty string and should be a GUID.
        Returns:
        the planId
      • serviceId

        public java.lang.String serviceId()
        Gets the serviceId. The ID of the service from the catalog.json in the broker. It MUST be a non-empty string and should be a GUID.
        Returns:
        the serviceId