RosAScriptProps
Properties for defining a RosAScript
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-ascript
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.RosAScriptProps {
AScriptName: interface{},
ListenerId: interface{},
ScriptContent: interface{},
Enabled: interface{},
ExtAttributeEnabled: interface{},
ExtAttributes: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AScriptName |
interface{} |
No description. |
ListenerId |
interface{} |
No description. |
ScriptContent |
interface{} |
No description. |
Enabled |
interface{} |
No description. |
ExtAttributeEnabled |
interface{} |
No description. |
ExtAttributes |
interface{} |
No description. |
AScriptName
Required
AScriptName interface{}
- Type: interface{}
ListenerId
Required
ListenerId interface{}
- Type: interface{}
ScriptContent
Required
ScriptContent interface{}
- Type: interface{}
Enabled
Optional
Enabled interface{}
- Type: interface{}
ExtAttributeEnabled
Optional
ExtAttributeEnabled interface{}
- Type: interface{}
ExtAttributes
Optional
ExtAttributes interface{}
- Type: interface{}