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 |
---|---|
SecurityService |
SecurityServiceService.update(String securityServiceId,
SecurityServiceUpdateOptions securityServiceUpdateOptions)
Updates a security service.
|
Modifier and Type | Method and Description |
---|---|
static SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.create() |
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.description(String description)
Update the security service description.
|
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.dnsIp(String dnsIp)
Update the security service DNS IP.
|
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.domain(String domain)
Update the security service domain.
|
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.name(String name)
Update the security service name.
|
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.password(String password)
Update the security service password.
|
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.server(String server)
Update the security service server.
|
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.type(SecurityService.Type type)
Update the security service type.
|
SecurityServiceUpdateOptions |
SecurityServiceUpdateOptions.user(String user)
Update the security service user.
|
Modifier and Type | Method and Description |
---|---|
static ManilaSecurityServiceUpdate |
ManilaSecurityServiceUpdate.fromOptions(SecurityServiceUpdateOptions options)
Creates a security service from options.
|
Modifier and Type | Method and Description |
---|---|
SecurityService |
SecurityServiceServiceImpl.update(String securityServiceId,
SecurityServiceUpdateOptions securityServiceUpdateOptions)
Updates a security service.
|
Copyright © 2017. All rights reserved.