public interface CdnConfigurationServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CdnConfiguration[] |
createCdnConfigurations(CdnConfiguration[] cdnConfigurations)
Creates new
CdnConfiguration objects. |
CdnConfigurationPage |
getCdnConfigurationsByStatement(Statement statement)
|
CdnConfiguration[] |
updateCdnConfigurations(CdnConfiguration[] cdnConfigurations)
Updates the specified
CdnConfiguration objects. |
CdnConfiguration[] createCdnConfigurations(CdnConfiguration[] cdnConfigurations) throws RemoteException, ApiException
CdnConfiguration objects.RemoteExceptionApiExceptionCdnConfigurationPage getCdnConfigurationsByStatement(Statement statement) throws RemoteException, ApiException
CdnConfigurationPage of CdnConfiguration
objects that satisfy the given
Statement.query. Currently only CDN Configurations
of type CdnConfigurationType.LIVE_STREAM_SOURCE_CONTENT will be returned.
The following fields are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CdnConfiguration.id |
name |
CdnConfiguration.name |
RemoteExceptionApiExceptionCdnConfiguration[] updateCdnConfigurations(CdnConfiguration[] cdnConfigurations) throws RemoteException, ApiException
CdnConfiguration objects.RemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.