Class: Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#firewall_policys ⇒ Array<Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>
[Output Only] Effective firewalls from firewall policies.
-
#firewalls ⇒ Array<Google::Apis::ComputeV1::Firewall>
Effective firewalls on the instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesGetEffectiveFirewallsResponse
constructor
A new instance of InstancesGetEffectiveFirewallsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstancesGetEffectiveFirewallsResponse
Returns a new instance of InstancesGetEffectiveFirewallsResponse.
18203 18204 18205 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#firewall_policys ⇒ Array<Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>
[Output Only] Effective firewalls from firewall policies.
Corresponds to the JSON property firewallPolicys
18196 18197 18198 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18196 def firewall_policys @firewall_policys end |
#firewalls ⇒ Array<Google::Apis::ComputeV1::Firewall>
Effective firewalls on the instance.
Corresponds to the JSON property firewalls
18201 18202 18203 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18201 def firewalls @firewalls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18208 18209 18210 18211 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18208 def update!(**args) @firewall_policys = args[:firewall_policys] if args.key?(:firewall_policys) @firewalls = args[:firewalls] if args.key?(:firewalls) end |