Package-level declarations

Types

Link copied to clipboard
data class BranchResponse(val actions: List<Any>, val name: String)

Model that represents a branch in the step.

Link copied to clipboard
data class CapabilityPropertiesResponse(val description: String, val parametersSchema: String, val publisher: String, val targetType: String, val urn: String)

Model that represents the Capability properties model.

Link copied to clipboard
data class ContinuousActionResponse(val duration: String, val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)

Model that represents a continuous action.

Link copied to clipboard
data class DelayActionResponse(val duration: String, val name: String, val type: String)

Model that represents a delay action.

Link copied to clipboard
data class DiscreteActionResponse(val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)

Model that represents a discrete action.

Link copied to clipboard
data class ExperimentPropertiesResponse(val selectors: List<Either<ListSelectorResponse, QuerySelectorResponse>>, val startOnCreation: Boolean? = null, val steps: List<StepResponse>)

Model that represents the Experiment properties model.

Link copied to clipboard
data class GetCapabilityResult(val id: String, val name: String, val properties: CapabilityPropertiesResponse, val systemData: SystemDataResponse, val type: String)

Model that represents a Capability resource.

Link copied to clipboard
data class GetExperimentResult(val id: String, val identity: ResourceIdentityResponse? = null, val location: String, val name: String, val properties: ExperimentPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Model that represents a Experiment resource.

Link copied to clipboard
data class GetTargetResult(val id: String, val location: String? = null, val name: String, val properties: Any, val systemData: SystemDataResponse, val type: String)

Model that represents a Target resource.

Link copied to clipboard
data class KeyValuePairResponse(val key: String, val value: String)

A map to describe the settings of an action.

Link copied to clipboard
data class ListSelectorResponse(val filter: SimpleFilterResponse? = null, val id: String, val targets: List<TargetReferenceResponse>, val type: String)

Model that represents a list selector.

Link copied to clipboard
data class QuerySelectorResponse(val filter: SimpleFilterResponse? = null, val id: String, val queryString: String, val subscriptionIds: List<String>, val type: String)

Model that represents a query selector.

Link copied to clipboard
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

The identity of a resource.

Link copied to clipboard
data class SimpleFilterParametersResponse(val zones: List<String>? = null)

Model that represents the Simple filter parameters.

Link copied to clipboard
data class SimpleFilterResponse(val parameters: SimpleFilterParametersResponse? = null, val type: String)

Model that represents a simple target filter.

Link copied to clipboard
data class StepResponse(val branches: List<BranchResponse>, val name: String)

Model that represents a step in the Experiment resource.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class TargetReferenceResponse(val id: String, val type: String)

Model that represents a reference to a Target in the selector.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties