Class: Google::Cloud::NetworkSecurity::V1::UrlList

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when the security policy was created.

Returns:



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.

Returns:

  • (::String)

    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?$).

Returns:

  • (::String)

    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.

Returns:



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

#values::Array<::String>

Returns Required. FQDNs and URLs.

Returns:

  • (::Array<::String>)

    Required. FQDNs and URLs.



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