public class DeleteConfigurationResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DeleteConfigurationResponse.StatusStatus of the configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getConfigurationId()Gets the configurationId. | 
| List<Notice> | getNotices()Gets the notices. | 
| String | getStatus()Gets the status. | 
public String getConfigurationId()
The unique identifier for the configuration.
public String getStatus()
Status of the configuration. A deleted configuration has the status deleted.
Copyright © 2023 IBM Cloud. All rights reserved.