Class: Google::Cloud::Compute::V1::FirewallPolicyAssociation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::FirewallPolicyAssociation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#attachment_target ⇒ ::String
The target that the firewall policy is attached to.
-
#display_name ⇒ ::String
[Output Only] Deprecated, please use short name instead.
-
#firewall_policy_id ⇒ ::String
[Output Only] The firewall policy ID of the association.
-
#name ⇒ ::String
The name for an association.
-
#short_name ⇒ ::String
[Output Only] The short name of the firewall policy of the association.
Instance Attribute Details
#attachment_target ⇒ ::String
Returns The target that the firewall policy is attached to.
8113 8114 8115 8116 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8113 class FirewallPolicyAssociation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns [Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
8113 8114 8115 8116 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8113 class FirewallPolicyAssociation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#firewall_policy_id ⇒ ::String
Returns [Output Only] The firewall policy ID of the association.
8113 8114 8115 8116 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8113 class FirewallPolicyAssociation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name for an association.
8113 8114 8115 8116 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8113 class FirewallPolicyAssociation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#short_name ⇒ ::String
Returns [Output Only] The short name of the firewall policy of the association.
8113 8114 8115 8116 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8113 class FirewallPolicyAssociation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |