public sealed class Pool.Types.NetworkConfig : IMessage<Pool.Types.NetworkConfig>, IEquatable<Pool.Types.NetworkConfig>, IDeepCloneable<Pool.Types.NetworkConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Pool.Types.NetworkConfig.
peered_network 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 peered_network is omitted or empty, the pool will use endpoints that
are publicly available.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Pool.Types.NetworkConfig` class is 1.8.0, with multiple previous versions available, starting from 1.0.0."],["The `Pool.Types.NetworkConfig` class is part of the Google Cloud Live Stream v1 API and defines the network configuration for the pool."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting message handling, equality checks, deep cloning, and buffer message capabilities."],["The class includes a `PeeredNetwork` property, allowing configuration of a peered network to the service provider network, defaulting to public endpoints if omitted."],["`Pool.Types.NetworkConfig` contains two constructors, `NetworkConfig()` and `NetworkConfig(Pool.Types.NetworkConfig other)`, allowing for creation of a new instance, or using another instance as a blueprint."]]],[]]