PluginAttachmentProps
Properties for defining a PluginAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new PluginAttachmentProps {
object PluginInfo,
object AttachResourceId = null,
object AttachResourceIds = null,
object AttachResourceType = null,
object Enable = null,
object EnvironmentId = null
};
Properties
Name | Type | Description |
---|---|---|
PluginInfo |
object |
Property pluginInfo: The information about the association of plugin with gateway instance. |
AttachResourceId |
object |
Property attachResourceId: The resource ID to be attached by the plugin. |
AttachResourceIds |
object |
Property attachResourceIds: The list of resource IDs to be attached by the plugin. |
AttachResourceType |
object |
Property attachResourceType: The type of the resource to be attached by the plugin. |
Enable |
object |
Property enable: Whether to enable this plugin, default value is false. |
EnvironmentId |
object |
Property environmentId: The ID of the environment. |
PluginInfo
Required
public object PluginInfo { get; set; }
- Type: object
Property pluginInfo: The information about the association of plugin with gateway instance.
AttachResourceId
Optional
public object AttachResourceId { get; set; }
- Type: object
Property attachResourceId: The resource ID to be attached by the plugin.
AttachResourceIds
Optional
public object AttachResourceIds { get; set; }
- Type: object
Property attachResourceIds: The list of resource IDs to be attached by the plugin.
AttachResourceType
Optional
public object AttachResourceType { get; set; }
- Type: object
Property attachResourceType: The type of the resource to be attached by the plugin.
Enable
Optional
public object Enable { get; set; }
- Type: object
Property enable: Whether to enable this plugin, default value is false.
EnvironmentId
Optional
public object EnvironmentId { get; set; }
- Type: object
Property environmentId: The ID of the environment.