GoogleApi.DNS.V1.Model.ResponsePolicy (google_api_dns v0.26.0) View Source
A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
Attributes
-
description
(type:String.t
, default:nil
) - User-provided description for this Response Policy. -
id
(type:String.t
, default:nil
) - Unique identifier for the resource; defined by the server (output only). -
kind
(type:String.t
, default:dns#responsePolicy
) - -
networks
(type:list(GoogleApi.DNS.V1.Model.ResponsePolicyNetwork.t)
, default:nil
) - List of network names specifying networks to which this policy is applied. -
responsePolicyName
(type:String.t
, default:nil
) - User assigned name for this Response Policy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DNS.V1.Model.ResponsePolicy{ description: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, networks: [GoogleApi.DNS.V1.Model.ResponsePolicyNetwork.t()] | nil, responsePolicyName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.