Skip to content

TargetListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Arms;
new TargetListProperty {
    object TargetType,
    object FaultTolerantPolicy = null,
    object RetryPolicy = null,
    object TargetName = null,
    object TargetParam = null
};

Properties

Name Type Description
TargetType object No description.
FaultTolerantPolicy object No description.
RetryPolicy object No description.
TargetName object No description.
TargetParam object No description.

TargetTypeRequired

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

FaultTolerantPolicyOptional

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

RetryPolicyOptional

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

TargetNameOptional

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

TargetParamOptional

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