Skip to content

PatchBaselineProps

Properties for defining a PatchBaseline.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-patchbaseline

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oos;
new PatchBaselineProps {
    object PatchBaselineName,
    object RefreshOptions = null
};

Properties

Name Type Description
PatchBaselineName object Property patchBaselineName: The name of the patch baseline.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

PatchBaselineNameRequired

public object PatchBaselineName { get; set; }
  • Type: object

Property patchBaselineName: The name of the patch baseline.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.