Class: Google::Cloud::NetworkSecurity::V1beta1::CreateDnsThreatDetectorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::CreateDnsThreatDetectorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb
Overview
The message to create a DnsThreatDetector.
Instance Attribute Summary collapse
-
#dns_threat_detector ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector
Required.
-
#dns_threat_detector_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#dns_threat_detector ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector
Returns Required. The DnsThreatDetector resource to create.
127 128 129 130 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 127 class CreateDnsThreatDetectorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dns_threat_detector_id ⇒ ::String
Returns Optional. The ID of the requesting DnsThreatDetector object. If this field is not supplied, the service generates an identifier.
127 128 129 130 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 127 class CreateDnsThreatDetectorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The value for the parent of the DnsThreatDetector resource.
127 128 129 130 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 127 class CreateDnsThreatDetectorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |