Package-level declarations
Types
Link copied to clipboard
data class AwsCloudProfileResponse(val accountId: String, val excludedAccounts: List<String>? = null, val isOrganizationalAccount: Boolean? = null)
cloud profile for AWS.
Link copied to clipboard
data class GetEndpointResult(val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val resourceId: String? = null, val systemData: SystemDataResponse, val type: String)
The endpoint for the target resource.
Link copied to clipboard
data class GetPublicCloudConnectorResult(val awsCloudProfile: AwsCloudProfileResponse, val azureApiVersion: String, val connectorPrimaryIdentifier: String, val hostType: String, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Public Cloud Connector
Link copied to clipboard
data class GetServiceConfigurationResult(val azureApiVersion: String, val id: String, val name: String, val port: Double? = null, val provisioningState: String, val resourceId: String? = null, val serviceName: String, val systemData: SystemDataResponse, val type: String)
The service configuration details associated with the target resource.
Link copied to clipboard
data class GetSolutionConfigurationResult(val azureApiVersion: String, val id: String, val lastSyncTime: String, val name: String, val provisioningState: String, val solutionSettings: Map<String, String>? = null, val solutionType: String, val status: String, val statusDetails: String, val systemData: SystemDataResponse, val type: String)
Solution Configuration
Link copied to clipboard
Link copied to clipboard
data class ListEndpointIngressGatewayCredentialsResult(val accessKey: String, val expiresOn: Double? = null, val hostname: String, val hybridConnectionName: String, val namespaceName: String, val namespaceNameSuffix: String, val serverId: String, val serviceConfigurationToken: String? = null, val tenantId: String)
The ingress gateway access credentials
Link copied to clipboard
Managed Proxy
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.