Class: Google::Cloud::NetworkServices::V1::AgentGateway::AgentGatewayOutputCard
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::AgentGateway::AgentGatewayOutputCard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/agent_gateway.rb
Overview
AgentGatewayOutputCard contains informational output-only fields
Instance Attribute Summary collapse
-
#mtls_endpoint ⇒ ::String
readonly
Output only.
-
#root_certificates ⇒ ::Array<::String>
readonly
Output only.
-
#service_extensions_service_account ⇒ ::String
readonly
Output only.
Instance Attribute Details
#mtls_endpoint ⇒ ::String (readonly)
Returns Output only. mTLS Endpoint associated with this AgentGateway.
179 180 181 182 |
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 179 class AgentGatewayOutputCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#root_certificates ⇒ ::Array<::String> (readonly)
Returns Output only. Root Certificates for Agents to validate this AgentGateway.
179 180 181 182 |
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 179 class AgentGatewayOutputCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_extensions_service_account ⇒ ::String (readonly)
Returns Output only. Service Account used by Service Extensions to operate.
179 180 181 182 |
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 179 class AgentGatewayOutputCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |