RosAScriptProps
Properties for defining a RosAScript.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-ascript
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosAScriptProps {
object AScriptName,
object ListenerId,
object ScriptContent,
object Enabled = null,
object ExtAttributeEnabled = null,
object ExtAttributes = null
};
Properties
| Name | Type | Description |
|---|---|---|
AScriptName |
object |
No description. |
ListenerId |
object |
No description. |
ScriptContent |
object |
No description. |
Enabled |
object |
No description. |
ExtAttributeEnabled |
object |
No description. |
ExtAttributes |
object |
No description. |
AScriptNameRequired
public object AScriptName { get; set; }
- Type: object
ListenerIdRequired
public object ListenerId { get; set; }
- Type: object
ScriptContentRequired
public object ScriptContent { get; set; }
- Type: object
EnabledOptional
public object Enabled { get; set; }
- Type: object
ExtAttributeEnabledOptional
public object ExtAttributeEnabled { get; set; }
- Type: object
ExtAttributesOptional
public object ExtAttributes { get; set; }
- Type: object