class Google::Apis::ManagerV1beta2::FirewallModuleStatus
Attributes
firewall_url[RW]
- Output Only
-
The URL of the corresponding Firewall resource.
Corresponds to the JSON property `firewallUrl` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 437 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/manager_v1beta2/classes.rb, line 442 def update!(**args) @firewall_url = args[:firewall_url] if args.key?(:firewall_url) end