Class PrewarmedEncoderPool
PrewarmedEncoderPool
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class PrewarmedEncoderPool : BitmovinResource
Properties
CloudRegion
The cloud region in which the pool's instances will be running. Must be a specific region (e.g. not 'AUTO', 'GOOGLE' or 'EUROPE') (required)
Declaration
public CloudRegion? CloudRegion { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CloudRegion> |
DiskSize
Disk size of the prewarmed instances in GB. Needs to be chosen depending on input file sizes and encoding features used. (required)
Declaration
public PrewarmedEncoderDiskSize? DiskSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrewarmedEncoderDiskSize> |
EncoderVersion
The encoder version which the pool's instances will be running (required)
Declaration
public string EncoderVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InfrastructureId
Define an external infrastructure to run the pool on.
Declaration
public string InfrastructureId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Current status of the pool.
Declaration
public PrewarmedEncoderPoolStatus? Status { get; }
Property Value
Type | Description |
---|---|
System.Nullable<PrewarmedEncoderPoolStatus> |
TargetPoolSize
Number of instances to keep prewarmed while the pool is running (required)
Declaration
public int? TargetPoolSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |