Class: Google::Cloud::Video::LiveStream::V1::Pool

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/livestream/v1/resources.rb

Overview

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".

Defined Under Namespace

Classes: LabelsEntry, NetworkConfig

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)



1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1169

class Pool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Defines the network configuration for the pool.
  # @!attribute [rw] peered_network
  #   @return [::String]
  #     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.
  class NetworkConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#labels::Google::Protobuf::Map{::String => ::String}



1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1169

class Pool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Defines the network configuration for the pool.
  # @!attribute [rw] peered_network
  #   @return [::String]
  #     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.
  class NetworkConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String



1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1169

class Pool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Defines the network configuration for the pool.
  # @!attribute [rw] peered_network
  #   @return [::String]
  #     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.
  class NetworkConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#network_config::Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig



1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1169

class Pool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Defines the network configuration for the pool.
  # @!attribute [rw] peered_network
  #   @return [::String]
  #     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.
  class NetworkConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)



1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1169

class Pool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Defines the network configuration for the pool.
  # @!attribute [rw] peered_network
  #   @return [::String]
  #     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.
  class NetworkConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end