Class: Google::Cloud::NetworkSecurity::V1::UrlList
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::UrlList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/url_list.rb
Overview
UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#values ⇒ ::Array<::String>
Required.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when the security policy was created.
45 46 47 48 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 45 class UrlList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. Free-text description of the resource.
45 46 47 48 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 45 class UrlList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
45 46 47 48 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 45 class UrlList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when the security policy was updated.
45 46 47 48 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 45 class UrlList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |