BitmovinApiSdk\Models\StaticIp
Synopsis
class StaticIp
extends BitmovinResponse
{
- // members
- public string $ipAddress;
- public string $infrastructureId;
- public StaticIpStatus $status;
- public CloudRegion $region;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this infrastructureId()
- public $this region()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $id — string
- $infrastructureId — string
- $ipAddress — string
- $region — BitmovinApiSdk\Models\CloudRegion
- $status — BitmovinApiSdk\Models\StaticIpStatus
Methods
public
- __construct()
- 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.
- region() — The region of the static Ip (required)