Class: Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::Deployment
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::Deployment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
A deployment belonging to this deployment group.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::NetworkSecurity::V1::InterceptDeployment::State
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. The name of the Intercept Deployment, in the format:
projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}.
586 587 588 589 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 586 class Deployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::NetworkSecurity::V1::InterceptDeployment::State (readonly)
Returns Output only. Most recent known state of the deployment.
586 587 588 589 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 586 class Deployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |