Documentation ¶
Index ¶
- Variables
- func CheckStateAgainstAgentGroupAssignment(t *testing.T, entity string, ...) resource.TestCheckFunc
- func CheckStateAgainstNetworkGroupAssignment(t *testing.T, entity string, ...) resource.TestCheckFunc
- func CheckStateAgainstSensorGroupAssignment(t *testing.T, entity string, ...) resource.TestCheckFunc
- func CheckStateAgainstServiceTestGroupAssignment(t *testing.T, entity string, ...) resource.TestCheckFunc
- func ConditionalProperty(property string, value *string) string
- func GetAgent(id string) config_api_client.AgentsGetItem
- func GetAgentGroupAssignment(id string) *config_api_client.AgentGroupAssignmentsGetItem
- func GetGroupByName(name string) *config_api_client.GroupsGetItem
- func GetNetworkGroupAssignment(id string) config_api_client.NetworkGroupAssignmentsGetItem
- func GetSensor(id string) config_api_client.SensorsGetItem
- func GetSensorGroupAssignment(id string) config_api_client.SensorGroupAssignmentsGetItem
- func GetServiceTest(id string) config_api_client.ServiceTestsGetItem
- func GetServiceTestGroupAssignment(id string) config_api_client.ServiceTestGroupAssignmentsGetItem
- func GetWiredNetwork(id string) config_api_client.WiredNetworksGetItem
- func GetWirelessNetwork(id string) config_api_client.WirelessNetworksGetItem
- func NewClient() *config_api_client.APIClient
- type ProvisionAgent
Constants ¶
This section is empty.
Variables ¶
View Source
var Client = NewClient()
Functions ¶
func CheckStateAgainstAgentGroupAssignment ¶
func CheckStateAgainstAgentGroupAssignment( t *testing.T, entity string, agentGroupAssignment config_api_client.AgentGroupAssignmentsGetItem, ) resource.TestCheckFunc
func CheckStateAgainstNetworkGroupAssignment ¶
func CheckStateAgainstNetworkGroupAssignment( t *testing.T, entity string, networkGroupAssignment config_api_client.NetworkGroupAssignmentsGetItem, ) resource.TestCheckFunc
func CheckStateAgainstSensorGroupAssignment ¶
func CheckStateAgainstSensorGroupAssignment( t *testing.T, entity string, sensorGroupAssignment config_api_client.SensorGroupAssignmentsGetItem, ) resource.TestCheckFunc
func CheckStateAgainstServiceTestGroupAssignment ¶
func CheckStateAgainstServiceTestGroupAssignment( t *testing.T, entity string, serviceTestGroupAssignment config_api_client.ServiceTestGroupAssignmentsGetItem, ) resource.TestCheckFunc
func ConditionalProperty ¶
func GetAgent ¶
func GetAgent(id string) config_api_client.AgentsGetItem
func GetAgentGroupAssignment ¶
func GetAgentGroupAssignment(id string) *config_api_client.AgentGroupAssignmentsGetItem
func GetGroupByName ¶
func GetGroupByName(name string) *config_api_client.GroupsGetItem
func GetNetworkGroupAssignment ¶
func GetNetworkGroupAssignment(id string) config_api_client.NetworkGroupAssignmentsGetItem
func GetSensor ¶
func GetSensor(id string) config_api_client.SensorsGetItem
func GetSensorGroupAssignment ¶
func GetSensorGroupAssignment(id string) config_api_client.SensorGroupAssignmentsGetItem
func GetServiceTest ¶
func GetServiceTest(id string) config_api_client.ServiceTestsGetItem
func GetServiceTestGroupAssignment ¶
func GetServiceTestGroupAssignment(id string) config_api_client.ServiceTestGroupAssignmentsGetItem
func GetWiredNetwork ¶
func GetWiredNetwork(id string) config_api_client.WiredNetworksGetItem
func GetWirelessNetwork ¶
func GetWirelessNetwork(id string) config_api_client.WirelessNetworksGetItem
func NewClient ¶
func NewClient() *config_api_client.APIClient
Types ¶
Click to show internal directories.
Click to hide internal directories.