Class: Google::Cloud::Container::V1beta1::Autopilot
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::Autopilot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Autopilot is the configuration for Autopilot settings on the cluster.
Instance Attribute Summary collapse
-
#conversion_status ⇒ ::Google::Cloud::Container::V1beta1::AutopilotConversionStatus
readonly
Output only.
-
#enabled ⇒ ::Boolean
Enable Autopilot.
-
#workload_policy_config ⇒ ::Google::Cloud::Container::V1beta1::WorkloadPolicyConfig
Workload policy configuration for Autopilot.
Instance Attribute Details
#conversion_status ⇒ ::Google::Cloud::Container::V1beta1::AutopilotConversionStatus (readonly)
Returns Output only. ConversionStatus shows conversion status.
5953 5954 5955 5956 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5953 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Returns Enable Autopilot.
5953 5954 5955 5956 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5953 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workload_policy_config ⇒ ::Google::Cloud::Container::V1beta1::WorkloadPolicyConfig
Returns Workload policy configuration for Autopilot.
5953 5954 5955 5956 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5953 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |