Class: Google::Cloud::Compute::V1::FirewallPoliciesListAssociationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::FirewallPoliciesListAssociationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#associations ⇒ ::Array<::Google::Cloud::Compute::V1::FirewallPolicyAssociation>
A list of associations.
-
#kind ⇒ ::String
[Output Only] Type of firewallPolicy associations.
Instance Attribute Details
#associations ⇒ ::Array<::Google::Cloud::Compute::V1::FirewallPolicyAssociation>
Returns A list of associations.
8042 8043 8044 8045 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8042 class FirewallPoliciesListAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists of firewallPolicy associations.
8042 8043 8044 8045 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8042 class FirewallPoliciesListAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |