github.com/Axway/agent-sdk@v1.1.101/pkg/apic/apiserver/models/management/v1alpha1/model_discovery_agent_dataplane.go (about) 1 /* 2 * API Server specification. 3 * 4 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 5 * 6 * API version: SNAPSHOT 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package management 11 12 // DiscoveryAgentDataplane (management.v1alpha1.DiscoveryAgent) 13 type DiscoveryAgentDataplane struct { 14 Name string `json:"name,omitempty"` 15 // Defines the interval that the dataplane will be accessed (30m = 30 minutes, 5h 5m = 5 hours and 5 mins, 2d = 2 days). 30m minimum 16 Frequency string `json:"frequency,omitempty"` 17 // Queues this agent to run a discovery process. Defaults to false 18 QueueDiscovery bool `json:"queueDiscovery,omitempty"` 19 }