Live Stream v1 API - Class Pool.Types.NetworkConfig (1.3.0)

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.

Defines the network configuration for the pool.

Inheritance

object > Pool.Types.NetworkConfig

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

NetworkConfig()

public NetworkConfig()

NetworkConfig(NetworkConfig)

public NetworkConfig(Pool.Types.NetworkConfig other)
Parameter
NameDescription
otherPoolTypesNetworkConfig

Properties

PeeredNetwork

public string PeeredNetwork { get; set; }

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.

Property Value
TypeDescription
string