Class: Google::Cloud::Compute::V1::NetworkEdgeSecurityService
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkEdgeSecurityService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a Google Cloud Armor network edge security service resource.
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#description ⇒ ::String
An optional description of this resource.
-
#fingerprint ⇒ ::String
Fingerprint of this resource.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output only] Type of the resource.
-
#name ⇒ ::String
Name of the resource.
-
#region ⇒ ::String
[Output Only] URL of the region where the resource resides.
-
#security_policy ⇒ ::String
The resource URL for the network edge security service associated with this network edge security service.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#self_link_with_id ⇒ ::String
[Output Only] Server-defined URL for this resource with the resource id.
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns An optional description of this resource. Provide this property when you create the resource.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fingerprint ⇒ ::String
Returns Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns [Output Only] URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy ⇒ ::String
Returns The resource URL for the network edge security service associated with this network edge security service.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link_with_id ⇒ ::String
Returns [Output Only] Server-defined URL for this resource with the resource id.
20939 20940 20941 20942 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20939 class NetworkEdgeSecurityService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |