Show / Hide Table of Contents

Class StaticIp

StaticIp

Inheritance
System.Object
BitmovinResponse
StaticIp
Inherited Members
BitmovinResponse.Id
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 StaticIp : BitmovinResponse

Properties

InfrastructureId

Required if the static IP should be created for an AWS infrastructure account. If this is left blank the static Ip will be created for the managed cloud.

Declaration
public string InfrastructureId { get; set; }
Property Value
Type Description
System.String

IpAddress

The IPv4 address of the static ip

Declaration
public string IpAddress { get; }
Property Value
Type Description
System.String

Region

The region of the static Ip (required)

Declaration
public CloudRegion? Region { get; set; }
Property Value
Type Description
System.Nullable<CloudRegion>

Status

Status of the Static Ip

Declaration
public StaticIpStatus? Status { get; }
Property Value
Type Description
System.Nullable<StaticIpStatus>
Back to top Generated by DocFX