Package com.kaltura.client.types
Interface StorageProfile.Tokenizer
-
- All Superinterfaces:
ObjectBase.Tokenizer
- All Known Subinterfaces:
AmazonS3StorageProfile.Tokenizer,KontikiStorageProfile.Tokenizer
- Enclosing class:
- StorageProfile
public static interface StorageProfile.Tokenizer extends ObjectBase.Tokenizer
-
-
Method Summary
-
-
-
Method Detail
-
id
String id()
-
createdAt
String createdAt()
-
updatedAt
String updatedAt()
-
partnerId
String partnerId()
-
name
String name()
-
systemName
String systemName()
-
desciption
String desciption()
-
status
String status()
-
protocol
String protocol()
-
storageUrl
String storageUrl()
-
storageBaseDir
String storageBaseDir()
-
pathPrefix
String pathPrefix()
-
storageUsername
String storageUsername()
-
storagePassword
String storagePassword()
-
storageFtpPassiveMode
String storageFtpPassiveMode()
-
minFileSize
String minFileSize()
-
maxFileSize
String maxFileSize()
-
flavorParamsIds
String flavorParamsIds()
-
maxConcurrentConnections
String maxConcurrentConnections()
-
pathManagerClass
String pathManagerClass()
-
pathManagerParams
RequestBuilder.ListTokenizer<KeyValue.Tokenizer> pathManagerParams()
-
trigger
String trigger()
-
deliveryPriority
String deliveryPriority()
-
deliveryStatus
String deliveryStatus()
-
readyBehavior
String readyBehavior()
-
allowAutoDelete
String allowAutoDelete()
-
createFileLink
String createFileLink()
-
rules
RequestBuilder.ListTokenizer<Rule.Tokenizer> rules()
-
deliveryProfileIds
RequestBuilder.ListTokenizer<KeyValue.Tokenizer> deliveryProfileIds()
-
privateKey
String privateKey()
-
publicKey
String publicKey()
-
passPhrase
String passPhrase()
-
port
String port()
-
shouldExportThumbs
String shouldExportThumbs()
-
packagerUrl
String packagerUrl()
-
exportPeriodically
String exportPeriodically()
-
excludedFlavorParamsIds
String excludedFlavorParamsIds()
-
shouldExportCaptions
String shouldExportCaptions()
-
excludedEntryTypes
String excludedEntryTypes()
-
-