Class: Google::Apis::ManagerV1beta2::FirewallModuleStatus
- Inherits:
-
Object
- Object
- Google::Apis::ManagerV1beta2::FirewallModuleStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/manager_v1beta2/classes.rb,
generated/google/apis/manager_v1beta2/representations.rb,
generated/google/apis/manager_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#firewall_url ⇒ String
[Output Only] The URL of the corresponding Firewall resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FirewallModuleStatus
constructor
A new instance of FirewallModuleStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FirewallModuleStatus
Returns a new instance of FirewallModuleStatus
437 438 439 |
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 437 def initialize(**args) update!(**args) end |
Instance Attribute Details
#firewall_url ⇒ String
[Output Only] The URL of the corresponding Firewall resource.
Corresponds to the JSON property firewallUrl
435 436 437 |
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 435 def firewall_url @firewall_url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
442 443 444 |
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 442 def update!(**args) @firewall_url = args[:firewall_url] if args.key?(:firewall_url) end |