Package-level declarations

Types

Link copied to clipboard
data class GetApplicationGroupsGroup(val applicationGroupName: String, val applicationName: String, val cmsGroupId: String, val createTime: String, val deployRegionId: String, val description: String, val id: String, val importTagKey: String, val importTagValue: String, val updateTime: String)
Link copied to clipboard
data class GetApplicationGroupsResult(val applicationName: String, val deployRegionId: String? = null, val groups: List<GetApplicationGroupsGroup>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getApplicationGroups.

Link copied to clipboard
data class GetApplicationsApplication(val applicationName: String, val createTime: String, val description: String, val id: String, val resourceGroupId: String, val tags: Map<String, String>, val updateTime: String)
Link copied to clipboard
data class GetApplicationsResult(val applications: List<GetApplicationsApplication>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val tags: Map<String, String>? = null)

A collection of values returned by getApplications.

Link copied to clipboard
data class GetExecutionsExecution(val category: String, val counters: String, val createDate: String, val endDate: String, val executedBy: String, val executionId: String, val id: String, val isParent: Boolean, val mode: String, val outputs: String, val parameters: String, val parentExecutionId: String, val ramRole: String, val startDate: String, val status: String, val statusMessage: String, val statusReason: String, val templateId: String, val templateName: String, val templateVersion: String, val updateDate: String)
Link copied to clipboard
data class GetExecutionsResult(val category: String? = null, val endDate: String? = null, val endDateAfter: String? = null, val executedBy: String? = null, val executions: List<GetExecutionsExecution>, val id: String, val ids: List<String>, val includeChildExecution: Boolean? = null, val mode: String? = null, val outputFile: String? = null, val parentExecutionId: String? = null, val ramRole: String? = null, val sortField: String? = null, val sortOrder: String? = null, val startDateAfter: String? = null, val startDateBefore: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val templateName: String? = null)

A collection of values returned by getExecutions.

Link copied to clipboard
data class GetParametersParameter(val constraints: String, val createTime: String, val createdBy: String, val description: String, val id: String, val parameterId: String, val parameterName: String, val parameterVersion: Int, val resourceGroupId: String, val shareType: String, val tags: Map<String, String>, val type: String, val updatedBy: String, val updatedDate: String, val value: String)
Link copied to clipboard
data class GetParametersResult(val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val parameterName: String? = null, val parameters: List<GetParametersParameter>, val resourceGroupId: String? = null, val sortField: String? = null, val sortOrder: String? = null, val tags: Map<String, String>? = null, val type: String? = null)

A collection of values returned by getParameters.

Link copied to clipboard
data class GetPatchBaselinesBaseline(val approvalRules: String, val createTime: String, val createdBy: String, val description: String, val id: String, val isDefault: Boolean, val operationSystem: String, val patchBaselineId: String, val patchBaselineName: String, val shareType: String, val updatedBy: String, val updatedDate: String)
Link copied to clipboard
data class GetPatchBaselinesResult(val baselines: List<GetPatchBaselinesBaseline>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val operationSystem: String? = null, val outputFile: String? = null, val shareType: String? = null)

A collection of values returned by getPatchBaselines.

Link copied to clipboard
data class GetSecretParametersParameter(val constraints: String, val createTime: String, val createdBy: String, val description: String, val id: String, val keyId: String, val parameterVersion: Int, val resourceGroupId: String, val secretParameterId: String, val secretParameterName: String, val shareType: String, val tags: Map<String, String>, val type: String, val updatedBy: String, val updatedDate: String, val value: String)
Link copied to clipboard
data class GetSecretParametersResult(val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val parameters: List<GetSecretParametersParameter>, val resourceGroupId: String? = null, val secretParameterName: String? = null, val sortField: String? = null, val sortOrder: String? = null, val tags: Map<String, String>? = null, val withDecryption: Boolean? = null)

A collection of values returned by getSecretParameters.

Link copied to clipboard
data class GetStateConfigurationsConfiguration(val configureMode: String, val createTime: String, val description: String, val id: String, val parameters: String, val resourceGroupId: String, val scheduleExpression: String, val scheduleType: String, val stateConfigurationId: String, val tags: Map<String, String>, val targets: String, val templateId: String, val templateName: String, val templateVersion: String, val updateTime: String)
Link copied to clipboard
data class GetStateConfigurationsResult(val configurations: List<GetStateConfigurationsConfiguration>, val id: String, val ids: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null)

A collection of values returned by getStateConfigurations.

Link copied to clipboard
data class GetTemplatesResult(val category: String? = null, val createdBy: String? = null, val createdDate: String? = null, val createdDateAfter: String? = null, val hasTrigger: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val shareType: String? = null, val sortField: String? = null, val sortOrder: String? = null, val tags: Map<String, String>? = null, val templateFormat: String? = null, val templateType: String? = null, val templates: List<GetTemplatesTemplate>)

A collection of values returned by getTemplates.

Link copied to clipboard
data class GetTemplatesTemplate(val category: String, val createdBy: String, val createdDate: String, val description: String, val hasTrigger: Boolean, val id: String, val shareType: String, val tags: Map<String, String>, val templateFormat: String, val templateId: String, val templateName: String, val templateType: String, val templateVersion: String, val updatedBy: String, val updatedDate: String)