GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy (google_api_compute v0.47.0) View Source
Attributes
-
displayName(type:String.t, default:nil) - [Output Only] Deprecated, please use short name instead. The display name of the firewall policy. -
name(type:String.t, default:nil) - [Output Only] The name of the firewall policy. -
rules(type:list(GoogleApi.Compute.V1.Model.FirewallPolicyRule.t), default:nil) - The rules that apply to the network. -
shortName(type:String.t, default:nil) - [Output Only] The short name of the firewall policy. -
type(type:String.t, default:nil) - [Output Only] The type of the firewall policy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy{
displayName: String.t() | nil,
name: String.t() | nil,
rules: [GoogleApi.Compute.V1.Model.FirewallPolicyRule.t()] | nil,
shortName: String.t() | nil,
type: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.