Class: Google::Cloud::NetworkSecurity::V1::FirewallEndpoint::AssociationReference
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::FirewallEndpoint::AssociationReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb
Overview
This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#network ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}.
90 91 92 93 |
# File 'proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb', line 90 class AssociationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String (readonly)
Returns Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
90 91 92 93 |
# File 'proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb', line 90 class AssociationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |