Documentation

PrivateLink extends Message
in package

Generated from protobuf message <code>livekit.PrivateLink</code>

Table of Contents

Properties

$cloud_region  : mixed
Generated from protobuf field <code>string cloud_region = 8;</code>
$config  : mixed
$connection_endpoint  : mixed
Generated from protobuf field <code>string connection_endpoint = 7;</code>
$endpoint  : mixed
Generated from protobuf field <code>string endpoint = 6;</code>
$name  : mixed
Generated from protobuf field <code>string name = 2;</code>
$port  : mixed
Generated from protobuf field <code>uint32 port = 5;</code>
$private_link_id  : mixed
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
$region  : mixed
Generated from protobuf field <code>string region = 4;</code>

Methods

__construct()  : mixed
Constructor.
getAws()  : AWSConfig|null
Generated from protobuf field <code>.livekit.PrivateLink.AWSConfig aws = 3 [deprecated = true];</code>
getCloudRegion()  : string
Generated from protobuf field <code>string cloud_region = 8;</code>
getConfig()  : string
getConnectionEndpoint()  : string
Generated from protobuf field <code>string connection_endpoint = 7;</code>
getEndpoint()  : string
Generated from protobuf field <code>string endpoint = 6;</code>
getName()  : string
Generated from protobuf field <code>string name = 2;</code>
getPort()  : int
Generated from protobuf field <code>uint32 port = 5;</code>
getPrivateLinkId()  : string
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
getRegion()  : string
Generated from protobuf field <code>string region = 4;</code>
hasAws()  : mixed
setAws()  : $this
Generated from protobuf field <code>.livekit.PrivateLink.AWSConfig aws = 3 [deprecated = true];</code>
setCloudRegion()  : $this
Generated from protobuf field <code>string cloud_region = 8;</code>
setConnectionEndpoint()  : $this
Generated from protobuf field <code>string connection_endpoint = 7;</code>
setEndpoint()  : $this
Generated from protobuf field <code>string endpoint = 6;</code>
setName()  : $this
Generated from protobuf field <code>string name = 2;</code>
setPort()  : $this
Generated from protobuf field <code>uint32 port = 5;</code>
setPrivateLinkId()  : $this
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
setRegion()  : $this
Generated from protobuf field <code>string region = 4;</code>

Properties

$cloud_region

Generated from protobuf field <code>string cloud_region = 8;</code>

protected mixed $cloud_region = ''

$connection_endpoint

Generated from protobuf field <code>string connection_endpoint = 7;</code>

protected mixed $connection_endpoint = ''

$endpoint

Generated from protobuf field <code>string endpoint = 6;</code>

protected mixed $endpoint = ''

$name

Generated from protobuf field <code>string name = 2;</code>

protected mixed $name = ''

$port

Generated from protobuf field <code>uint32 port = 5;</code>

protected mixed $port = 0

Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>

protected mixed $private_link_id = ''

$region

Generated from protobuf field <code>string region = 4;</code>

protected mixed $region = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $private_link_id
@type string $name
@type string $region
@type int $port
@type string $endpoint
@type string $connection_endpoint
@type string $cloud_region
@type \Livekit\PrivateLink\AWSConfig $aws

}

getAws()

Generated from protobuf field <code>.livekit.PrivateLink.AWSConfig aws = 3 [deprecated = true];</code>

public getAws() : AWSConfig|null
Return values
AWSConfig|null

getCloudRegion()

Generated from protobuf field <code>string cloud_region = 8;</code>

public getCloudRegion() : string
Return values
string

getConfig()

public getConfig() : string
Return values
string

getConnectionEndpoint()

Generated from protobuf field <code>string connection_endpoint = 7;</code>

public getConnectionEndpoint() : string
Return values
string

getEndpoint()

Generated from protobuf field <code>string endpoint = 6;</code>

public getEndpoint() : string
Return values
string

getName()

Generated from protobuf field <code>string name = 2;</code>

public getName() : string
Return values
string

getPort()

Generated from protobuf field <code>uint32 port = 5;</code>

public getPort() : int
Return values
int

getPrivateLinkId()

Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>

public getPrivateLinkId() : string
Return values
string

getRegion()

Generated from protobuf field <code>string region = 4;</code>

public getRegion() : string
Return values
string

setAws()

Generated from protobuf field <code>.livekit.PrivateLink.AWSConfig aws = 3 [deprecated = true];</code>

public setAws(AWSConfig $var) : $this
Parameters
$var : AWSConfig
Return values
$this

setCloudRegion()

Generated from protobuf field <code>string cloud_region = 8;</code>

public setCloudRegion(string $var) : $this
Parameters
$var : string
Return values
$this

setConnectionEndpoint()

Generated from protobuf field <code>string connection_endpoint = 7;</code>

public setConnectionEndpoint(string $var) : $this
Parameters
$var : string
Return values
$this

setEndpoint()

Generated from protobuf field <code>string endpoint = 6;</code>

public setEndpoint(string $var) : $this
Parameters
$var : string
Return values
$this

setName()

Generated from protobuf field <code>string name = 2;</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setPort()

Generated from protobuf field <code>uint32 port = 5;</code>

public setPort(int $var) : $this
Parameters
$var : int
Return values
$this

setPrivateLinkId()

Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>

public setPrivateLinkId(string $var) : $this
Parameters
$var : string
Return values
$this

setRegion()

Generated from protobuf field <code>string region = 4;</code>

public setRegion(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results