Package | Description |
---|---|
org.openstack4j.api.manila | |
org.openstack4j.model.manila | |
org.openstack4j.openstack.manila.domain | |
org.openstack4j.openstack.manila.internal |
Modifier and Type | Method and Description |
---|---|
Share |
SharesService.update(String shareId,
ShareUpdateOptions shareUpdateOptions)
Updates a share.
|
Modifier and Type | Method and Description |
---|---|
static ShareUpdateOptions |
ShareUpdateOptions.create() |
ShareUpdateOptions |
ShareUpdateOptions.displayDescription(String displayDescription)
Update the share description.
|
ShareUpdateOptions |
ShareUpdateOptions.displayName(String displayName)
Update the share name.
|
ShareUpdateOptions |
ShareUpdateOptions.isPublic(Boolean isPublic)
Update the level of visibility for the share.
|
Modifier and Type | Method and Description |
---|---|
static ManilaShareUpdate |
ManilaShareUpdate.fromOptions(ShareUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
Share |
SharesServiceImpl.update(String shareId,
ShareUpdateOptions shareUpdateOptions)
Updates a share.
|
Copyright © 2017. All rights reserved.