Osconfig_v1Functions
object Osconfig_v1Functions
Functions
Link copied to clipboard
suspend fun getOsPolicyAssignment(argument: GetOsPolicyAssignmentPlainArgs): GetOsPolicyAssignmentResult
Retrieve an existing OS policy assignment. This method always returns the latest revision. In order to retrieve a previous revision of the assignment, also provide the revision ID in the name
parameter.
suspend fun getOsPolicyAssignment(argument: suspend GetOsPolicyAssignmentPlainArgsBuilder.() -> Unit): GetOsPolicyAssignmentResult
suspend fun getOsPolicyAssignment(location: String, osPolicyAssignmentId: String, project: String? = null): GetOsPolicyAssignmentResult
Link copied to clipboard
Get an OS Config patch deployment.
suspend fun getPatchDeployment(argument: suspend GetPatchDeploymentPlainArgsBuilder.() -> Unit): GetPatchDeploymentResult
suspend fun getPatchDeployment(patchDeploymentId: String, project: String? = null): GetPatchDeploymentResult