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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The update time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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. |