Class: Google::Cloud::Container::V1::GkeBackupAgentConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Configuration for the Backup for GKE Agent.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Whether the Backup for GKE agent is enabled for this cluster.

Returns:

  • (::Boolean)

    Whether the Backup for GKE agent is enabled for this cluster.



1140
1141
1142
1143
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1140

class GkeBackupAgentConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end