Class: Google::Cloud::NetworkServices::V1::Mesh
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::Mesh
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/mesh.rb
Overview
Mesh represents a logical configuration grouping for workload to workload communication within a service mesh. Routes that point to mesh dictate how requests are routed within this logical mesh boundary.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#envoy_headers ⇒ ::Google::Cloud::NetworkServices::V1::EnvoyHeaders
Optional.
-
#interception_port ⇒ ::Integer
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
-
#self_link ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the resource was created.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Optional. A free-text description of the resource. Max length 1024 characters.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#envoy_headers ⇒ ::Google::Cloud::NetworkServices::V1::EnvoyHeaders
Returns Optional. Determines if envoy will insert internal debug headers into upstream requests. Other Envoy headers may still be injected. By default, envoy will not insert any debug headers.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#interception_port ⇒ ::Integer
Returns Optional. If set to a valid TCP port (1-65535), instructs the SIDECAR proxy to listen on the specified port of localhost (127.0.0.1) address. The SIDECAR proxy will expect all traffic to be redirected to this port regardless of its actual ip:port destination. If unset, a port '15001' is used as the interception port. This is applicable only for sidecar proxy deployments.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Set of label tags associated with the Mesh resource.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Identifier. Name of the Mesh resource. It matches pattern
projects/*/locations/global/meshes/<mesh_name>.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#self_link ⇒ ::String (readonly)
Returns Output only. Server-defined URL of this resource.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the resource was updated.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 60 class Mesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |