Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
static StreamPackagingConfig.LifecycleState |
StreamPackagingConfig.LifecycleState.create(String key) |
StreamPackagingConfig.LifecycleState |
StreamPackagingConfig.getLifecycleState()
The current state of the Packaging Configuration.
|
StreamPackagingConfig.LifecycleState |
StreamPackagingConfigSummary.getLifecycleState()
The current state of the Distribution Channel.
|
static StreamPackagingConfig.LifecycleState |
StreamPackagingConfig.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamPackagingConfig.LifecycleState[] |
StreamPackagingConfig.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DashStreamPackagingConfig.Builder |
DashStreamPackagingConfig.Builder.lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState) |
HlsStreamPackagingConfig.Builder |
HlsStreamPackagingConfig.Builder.lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState) |
StreamPackagingConfigSummary.Builder |
StreamPackagingConfigSummary.Builder.lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
The current state of the Distribution Channel.
|
Constructor and Description |
---|
DashStreamPackagingConfig(String id,
String compartmentId,
String distributionChannelId,
String displayName,
Integer segmentTimeInSeconds,
StreamPackagingConfigEncryption encryption,
Date timeCreated,
Date timeUpdated,
StreamPackagingConfig.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
HlsStreamPackagingConfig(String id,
String compartmentId,
String distributionChannelId,
String displayName,
Integer segmentTimeInSeconds,
StreamPackagingConfigEncryption encryption,
Date timeCreated,
Date timeUpdated,
StreamPackagingConfig.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
StreamPackagingConfig(String id,
String compartmentId,
String distributionChannelId,
String displayName,
Integer segmentTimeInSeconds,
StreamPackagingConfigEncryption encryption,
Date timeCreated,
Date timeUpdated,
StreamPackagingConfig.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
StreamPackagingConfigSummary(String id,
String compartmentId,
String distributionChannelId,
String displayName,
Date timeCreated,
Date timeUpdated,
StreamPackagingConfig.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StreamPackagingConfig.LifecycleState |
ListStreamPackagingConfigsRequest.getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListStreamPackagingConfigsRequest.Builder |
ListStreamPackagingConfigsRequest.Builder.lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.