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.
18205 18206 18207 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18205 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
18198 18199 18200 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18198 def firewall_policys @firewall_policys end |
#firewalls ⇒ Array<Google::Apis::ComputeV1::Firewall>
Effective firewalls on the instance.
Corresponds to the JSON property firewalls
18203 18204 18205 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18203 def firewalls @firewalls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18210 18211 18212 18213 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18210 def update!(**args) @firewall_policys = args[:firewall_policys] if args.key?(:firewall_policys) @firewalls = args[:firewalls] if args.key?(:firewalls) end |