Class: Google::Apis::ManagerV1beta2::FirewallModuleStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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_urlString

[Output Only] The URL of the corresponding Firewall resource. Corresponds to the JSON property firewallUrl

Returns:

  • (String)


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