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
= ''
$config
protected
mixed
$config
$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
$private_link_id
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|nullgetCloudRegion()
Generated from protobuf field <code>string cloud_region = 8;</code>
public
getCloudRegion() : string
Return values
stringgetConfig()
public
getConfig() : string
Return values
stringgetConnectionEndpoint()
Generated from protobuf field <code>string connection_endpoint = 7;</code>
public
getConnectionEndpoint() : string
Return values
stringgetEndpoint()
Generated from protobuf field <code>string endpoint = 6;</code>
public
getEndpoint() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 2;</code>
public
getName() : string
Return values
stringgetPort()
Generated from protobuf field <code>uint32 port = 5;</code>
public
getPort() : int
Return values
intgetPrivateLinkId()
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
public
getPrivateLinkId() : string
Return values
stringgetRegion()
Generated from protobuf field <code>string region = 4;</code>
public
getRegion() : string
Return values
stringhasAws()
public
hasAws() : mixed
setAws()
Generated from protobuf field <code>.livekit.PrivateLink.AWSConfig aws = 3 [deprecated = true];</code>
public
setAws(AWSConfig $var) : $this
Parameters
- $var : AWSConfig
Return values
$thissetCloudRegion()
Generated from protobuf field <code>string cloud_region = 8;</code>
public
setCloudRegion(string $var) : $this
Parameters
- $var : string
Return values
$thissetConnectionEndpoint()
Generated from protobuf field <code>string connection_endpoint = 7;</code>
public
setConnectionEndpoint(string $var) : $this
Parameters
- $var : string
Return values
$thissetEndpoint()
Generated from protobuf field <code>string endpoint = 6;</code>
public
setEndpoint(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>string name = 2;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetPort()
Generated from protobuf field <code>uint32 port = 5;</code>
public
setPort(int $var) : $this
Parameters
- $var : int
Return values
$thissetPrivateLinkId()
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
public
setPrivateLinkId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRegion()
Generated from protobuf field <code>string region = 4;</code>
public
setRegion(string $var) : $this
Parameters
- $var : string