RosPatchBaselineProps
Properties for defining a RosPatchBaseline
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-patchbaseline
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosPatchBaselineProps {
object ApprovalRules,
object OperationSystem,
object PatchBaselineName,
object ApprovedPatches = null,
object ApprovedPatchesEnableNonSecurity = null,
object Description = null,
object RejectedPatches = null,
object RejectedPatchesAction = null,
object ResourceGroupId = null,
object Sources = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
ApprovalRules |
object |
No description. |
OperationSystem |
object |
No description. |
PatchBaselineName |
object |
No description. |
ApprovedPatches |
object |
No description. |
ApprovedPatchesEnableNonSecurity |
object |
No description. |
Description |
object |
No description. |
RejectedPatches |
object |
No description. |
RejectedPatchesAction |
object |
No description. |
ResourceGroupId |
object |
No description. |
Sources |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ApprovalRules
Required
public object ApprovalRules { get; set; }
- Type: object
OperationSystem
Required
public object OperationSystem { get; set; }
- Type: object
PatchBaselineName
Required
public object PatchBaselineName { get; set; }
- Type: object
ApprovedPatches
Optional
public object ApprovedPatches { get; set; }
- Type: object
ApprovedPatchesEnableNonSecurity
Optional
public object ApprovedPatchesEnableNonSecurity { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
RejectedPatches
Optional
public object RejectedPatches { get; set; }
- Type: object
RejectedPatchesAction
Optional
public object RejectedPatchesAction { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Sources
Optional
public object Sources { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]