Skip to content

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.

PluginInfoRequired

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

Property pluginInfo: The information about the association of plugin with gateway instance.


AttachResourceIdOptional

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

Property attachResourceId: The resource ID to be attached by the plugin.


AttachResourceIdsOptional

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

Property attachResourceIds: The list of resource IDs to be attached by the plugin.


AttachResourceTypeOptional

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

Property attachResourceType: The type of the resource to be attached by the plugin.


EnableOptional

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

Property enable: Whether to enable this plugin, default value is false.


EnvironmentIdOptional

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

Property environmentId: The ID of the environment.