Class: Google::Cloud::EdgeContainer::V1::ServerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ServerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Server configuration for supported versions and release channels.
Defined Under Namespace
Classes: ChannelsEntry
Instance Attribute Summary collapse
-
#channels ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::EdgeContainer::V1::ChannelConfig}
readonly
Output only.
-
#default_version ⇒ ::String
readonly
Output only.
-
#versions ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::Version>
readonly
Output only.
Instance Attribute Details
#channels ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::EdgeContainer::V1::ChannelConfig} (readonly)
Returns Output only. Mapping from release channel to channel config.
833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 833 class ServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::EdgeContainer::V1::ChannelConfig] class ChannelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#default_version ⇒ ::String (readonly)
Returns Output only. Default version, e.g.: "1.4.0".
833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 833 class ServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::EdgeContainer::V1::ChannelConfig] class ChannelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#versions ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::Version> (readonly)
Returns Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"].
833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 833 class ServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::EdgeContainer::V1::ChannelConfig] class ChannelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |