Class: Google::Cloud::EdgeContainer::V1::Cluster::SurvivabilityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::Cluster::SurvivabilityConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Configuration of the cluster survivability, e.g., for the case when network connectivity is lost.
Instance Attribute Summary collapse
Instance Attribute Details
#offline_reboot_ttl ⇒ ::Google::Protobuf::Duration
Returns Optional. Time period that allows the cluster nodes to be rebooted and become functional without network connectivity to Google. The default 0 means not allowed. The maximum is 7 days.
316 317 318 319 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 316 class SurvivabilityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |