Class: Google::Cloud::Compute::V1::ServiceAttachmentConsumerProjectLimit
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ServiceAttachmentConsumerProjectLimit
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#connection_limit ⇒ ::Integer
The value of the limit to set.
-
#network_url ⇒ ::String
The network URL for the network to set the limit for.
-
#project_id_or_num ⇒ ::String
The project id or number for the project to set the limit for.
Instance Attribute Details
#connection_limit ⇒ ::Integer
Returns The value of the limit to set.
29285 29286 29287 29288 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29285 class ServiceAttachmentConsumerProjectLimit include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_url ⇒ ::String
Returns The network URL for the network to set the limit for.
29285 29286 29287 29288 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29285 class ServiceAttachmentConsumerProjectLimit include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id_or_num ⇒ ::String
Returns The project id or number for the project to set the limit for.
29285 29286 29287 29288 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29285 class ServiceAttachmentConsumerProjectLimit include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |