GoogleApi.Compute.V1.Model.Rule (google_api_compute v0.47.0) View Source
This is deprecated and has no effect. Do not use.
Attributes
-
action(type:String.t, default:nil) - This is deprecated and has no effect. Do not use. -
conditions(type:list(GoogleApi.Compute.V1.Model.Condition.t), default:nil) - This is deprecated and has no effect. Do not use. -
description(type:String.t, default:nil) - This is deprecated and has no effect. Do not use. -
ins(type:list(String.t), default:nil) - This is deprecated and has no effect. Do not use. -
logConfigs(type:list(GoogleApi.Compute.V1.Model.LogConfig.t), default:nil) - This is deprecated and has no effect. Do not use. -
notIns(type:list(String.t), default:nil) - This is deprecated and has no effect. Do not use. -
permissions(type:list(String.t), default:nil) - This is deprecated and has no effect. Do not use.
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.Rule{
action: String.t() | nil,
conditions: [GoogleApi.Compute.V1.Model.Condition.t()] | nil,
description: String.t() | nil,
ins: [String.t()] | nil,
logConfigs: [GoogleApi.Compute.V1.Model.LogConfig.t()] | nil,
notIns: [String.t()] | nil,
permissions: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.