Class: Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Defines the network configuration for the pool.
Instance Attribute Summary collapse
-
#peered_network ⇒ ::String
Peered_network is the network resource URL of the network that is peered to the service provider network.
Instance Attribute Details
#peered_network ⇒ ::String
Returns 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.
1010 1011 1012 1013 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1010 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |