BitmovinApiSdk\Models\StaticIp

Synopsis

class StaticIp extends BitmovinResponse {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

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)

Inherited from BitmovinApiSdk\Common\ApiResource

public