class Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IpRules
IP rules associated with the finding.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @allowed = args[:allowed] if args.key?(:allowed) @denied = args[:denied] if args.key?(:denied) @destination_ip_ranges = args[:destination_ip_ranges] if args.key?(:destination_ip_ranges) @direction = args[:direction] if args.key?(:direction) @exposed_services = args[:exposed_services] if args.key?(:exposed_services) @source_ip_ranges = args[:source_ip_ranges] if args.key?(:source_ip_ranges) end