| Package | Description |
|---|---|
| com.baidubce.services.bcc | |
| com.baidubce.services.bcc.model.volume |
| Modifier and Type | Method and Description |
|---|---|
void |
BccClient.modifyCdsAttribute(ModifyCdsAttrRequest modifyCdsAttrRequest)
change cds volume's attribute。
this interface is used to change cds's attribute, currently Name/Desc attribute is supported.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyCdsAttrRequest |
ModifyCdsAttrRequest.withCdsId(String cdsId)
configure cds's id for the request
|
ModifyCdsAttrRequest |
ModifyCdsAttrRequest.withCdsName(String cdsName)
configure cds's name for the request
|
ModifyCdsAttrRequest |
ModifyCdsAttrRequest.withDesc(String desc)
configure cds's description for the request
|
Copyright © 2022. All rights reserved.