public interface ConnectionTemplateClient extends SearchableResource<ConnectionTemplate>
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_TEMPLATE_URI |
static String |
DEFAULT_CONNECTION_TEMPLATE_URI |
Modifier and Type | Method and Description |
---|---|
ConnectionTemplate |
getDefaultConnectionTemplate()
Retrieves the default connection template details for the network
found under the current HPE OneView.
|
ConnectionTemplate |
update(String resourceId,
ConnectionTemplate connectionTemplate)
Updates a
ConnectionTemplate identified by the given resource identifier. |
getByName
static final String CONNECTION_TEMPLATE_URI
static final String DEFAULT_CONNECTION_TEMPLATE_URI
ConnectionTemplate getDefaultConnectionTemplate()
ConnectionTemplate
object containing the default details.ConnectionTemplate update(String resourceId, ConnectionTemplate connectionTemplate)
ConnectionTemplate
identified by the given resource identifier.resourceId
- connection template resource identifier as seen in HPE OneView.connectionTemplate
- object containing the connection template details.ConnectionTemplate
containing the connection template updated.Copyright © 2017. All rights reserved.