Resource: Pool
Pool resource defines the configuration of Live Stream pools for a specific location. Currently we support only one pool resource per project per location. After the creation of the first input, a default pool is created automatically at "projects/{project}/locations/{location}/pools/default".
JSON representation |
---|
{
"name"
:
string
,
"createTime"
:
string
,
"updateTime"
:
string
,
"labels"
:
{
string
:
string
,
...
}
,
"networkConfig"
:
{
object (
|
Fields | |
---|---|
name
|
The resource name of the pool, in the form of: |
createTime
|
Output only. The creation time. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. The update time. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels
|
User-defined key/value metadata. An object containing a list of |
networkConfig
|
Network configuration for the pool. |
NetworkConfig
Defines the network configuration for the pool.
JSON representation |
---|
{ "peeredNetwork" : string } |
Fields | |
---|---|
peeredNetwork
|
peeredNetwork is the network resource URL of the network that is peered to the service provider network. Must be of the format projects/NETWORK_PROJECT_NUMBER/global/networks/NETWORK_NAME, where NETWORK_PROJECT_NUMBER is the project number of the Cloud project that holds your VPC network and NETWORK_NAME is the name of your VPC network. If peeredNetwork is omitted or empty, the pool will use endpoints that are publicly available. |
Methods |
|
---|---|
|
Returns the specified pool. |
|
Updates the specified pool. |