github.com/Axway/agent-sdk@v1.1.101/pkg/apic/apiserver/models/management/v1alpha1/model_traceability_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  // TraceabilityAgentDataplane  (management.v1alpha1.TraceabilityAgent)
    13  type TraceabilityAgentDataplane 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 traffic collection process. Defaults to false
    18  	QueueTrafficCollection bool `json:"queueTrafficCollection,omitempty"`
    19  }