Class InfrastructureSettings
InfrastructureSettings
Inheritance
System.Object
InfrastructureSettings
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 InfrastructureSettings
Properties
CloudRegion
CloudRegion
Declaration
public CloudRegion? CloudRegion { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CloudRegion> |
InfrastructureId
Id of a custom infrastructure, e.g., AWS Cloud Connect
Declaration
public string InfrastructureId { get; set; }
Property Value
Type | Description |
---|---|
System.String |