View Source GoogleApi.OSConfig.V1.Model.OSPolicy (google_api_os_config v0.21.1)

An OS policy defines the desired state configuration for a VM.

Attributes

  • allowNoResourceGroupMatch (type: boolean(), default: nil) - This flag determines the OS policy compliance status when none of the resource groups within the policy are applicable for a VM. Set this value to true if the policy needs to be reported as compliant even if the policy has nothing to validate or enforce.
  • description (type: String.t, default: nil) - Policy description. Length of the description is limited to 1024 characters.
  • id (type: String.t, default: nil) - Required. The id of the OS policy with the following restrictions: Must contain only lowercase letters, numbers, and hyphens. Must start with a letter. Must be between 1-63 characters. Must end with a number or a letter. * Must be unique within the assignment.
  • mode (type: String.t, default: nil) - Required. Policy mode
  • resourceGroups (type: list(GoogleApi.OSConfig.V1.Model.OSPolicyResourceGroup.t), default: nil) - Required. List of resource groups for the policy. For a particular VM, resource groups are evaluated in the order specified and the first resource group that is applicable is selected and the rest are ignored. If none of the resource groups are applicable for a VM, the VM is considered to be non-compliant w.r.t this policy. This behavior can be toggled by the flag allow_no_resource_group_match

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.OSPolicy{
  allowNoResourceGroupMatch: boolean() | nil,
  description: String.t() | nil,
  id: String.t() | nil,
  mode: String.t() | nil,
  resourceGroups: [GoogleApi.OSConfig.V1.Model.OSPolicyResourceGroup.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.