Class: Google::Cloud::Container::V1beta1::CompliancePostureConfig Deprecated

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

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

Deprecated: Compliance Posture is no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation.

CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture.

Defined Under Namespace

Modules: Mode Classes: ComplianceStandard

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_standards::Array<::Google::Cloud::Container::V1beta1::CompliancePostureConfig::ComplianceStandard>

Returns List of enabled compliance standards.

Returns:



3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3501

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

  # Defines the details of a compliance standard.
  # @!attribute [rw] standard
  #   @return [::String]
  #     Name of the compliance standard.
  class ComplianceStandard
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mode defines enablement mode for Compliance Posture.
  module Mode
    # Default value not specified.
    MODE_UNSPECIFIED = 0

    # Disables Compliance Posture features on the cluster.
    DISABLED = 1

    # Enables Compliance Posture features on the cluster.
    ENABLED = 2
  end
end

#mode::Google::Cloud::Container::V1beta1::CompliancePostureConfig::Mode

Returns Defines the enablement mode for Compliance Posture.

Returns:



3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3501

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

  # Defines the details of a compliance standard.
  # @!attribute [rw] standard
  #   @return [::String]
  #     Name of the compliance standard.
  class ComplianceStandard
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Mode defines enablement mode for Compliance Posture.
  module Mode
    # Default value not specified.
    MODE_UNSPECIFIED = 0

    # Disables Compliance Posture features on the cluster.
    DISABLED = 1

    # Enables Compliance Posture features on the cluster.
    ENABLED = 2
  end
end