Class: Google::Apis::GkehubV2::PolicyControllerPolicyContentState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV2::PolicyControllerPolicyContentState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v2/classes.rb,
lib/google/apis/gkehub_v2/representations.rb,
lib/google/apis/gkehub_v2/representations.rb
Overview
The state of the policy controller policy content
Instance Attribute Summary collapse
-
#bundle_states ⇒ Hash<String,Google::Apis::GkehubV2::PolicyControllerOnClusterState>
The state of the any bundles included in the chosen version of the manifest Corresponds to the JSON property
bundleStates
. -
#referential_sync_config_state ⇒ Google::Apis::GkehubV2::PolicyControllerOnClusterState
OnClusterState represents the state of a sub-component of Policy Controller.
-
#template_library_state ⇒ Google::Apis::GkehubV2::PolicyControllerOnClusterState
OnClusterState represents the state of a sub-component of Policy Controller.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyControllerPolicyContentState
constructor
A new instance of PolicyControllerPolicyContentState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicyControllerPolicyContentState
Returns a new instance of PolicyControllerPolicyContentState.
2807 2808 2809 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 2807 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bundle_states ⇒ Hash<String,Google::Apis::GkehubV2::PolicyControllerOnClusterState>
The state of the any bundles included in the chosen version of the manifest
Corresponds to the JSON property bundleStates
2795 2796 2797 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 2795 def bundle_states @bundle_states end |
#referential_sync_config_state ⇒ Google::Apis::GkehubV2::PolicyControllerOnClusterState
OnClusterState represents the state of a sub-component of Policy Controller.
Corresponds to the JSON property referentialSyncConfigState
2800 2801 2802 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 2800 def referential_sync_config_state @referential_sync_config_state end |
#template_library_state ⇒ Google::Apis::GkehubV2::PolicyControllerOnClusterState
OnClusterState represents the state of a sub-component of Policy Controller.
Corresponds to the JSON property templateLibraryState
2805 2806 2807 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 2805 def template_library_state @template_library_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2812 2813 2814 2815 2816 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 2812 def update!(**args) @bundle_states = args[:bundle_states] if args.key?(:bundle_states) @referential_sync_config_state = args[:referential_sync_config_state] if args.key?(:referential_sync_config_state) @template_library_state = args[:template_library_state] if args.key?(:template_library_state) end |