Skip to content

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.

ApprovalRulesRequired

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

OperationSystemRequired

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

PatchBaselineNameRequired

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

ApprovedPatchesOptional

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

ApprovedPatchesEnableNonSecurityOptional

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

DescriptionOptional

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

RejectedPatchesOptional

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

RejectedPatchesActionOptional

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

ResourceGroupIdOptional

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

SourcesOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }