class Google::Apis::ComputeV1::Rule
This is deprecated and has no effect. Do not use.
Attributes
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `action` @return [String]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `conditions` @return [Array<Google::Apis::ComputeV1::Condition>]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `description` @return [String]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `ins` @return [Array<String>]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `logConfigs` @return [Array<Google::Apis::ComputeV1::LogConfig>]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `notIns` @return [Array<String>]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `permissions` @return [Array<String>]
Public Class Methods
# File lib/google/apis/compute_v1/classes.rb, line 30978 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 30983 def update!(**args) @action = args[:action] if args.key?(:action) @conditions = args[:conditions] if args.key?(:conditions) @description = args[:description] if args.key?(:description) @ins = args[:ins] if args.key?(:ins) @log_configs = args[:log_configs] if args.key?(:log_configs) @not_ins = args[:not_ins] if args.key?(:not_ins) @permissions = args[:permissions] if args.key?(:permissions) end