LayerProps
Properties for defining a Layer.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-layer
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new LayerProps {
object Code,
object CompatibleRuntime,
object LayerName,
object Description = null
};
Properties
| Name | Type | Description |
|---|---|---|
Code | object | Property code: The code of layer. |
CompatibleRuntime | object | Property compatibleRuntime: The runtime environment supported by the layer. |
LayerName | object | Property layerName: The name of layer. |
Description | object | Property description: The description of the layer. |
CodeRequired
public object Code { get; set; }
- Type: object
Property code: The code of layer.
CompatibleRuntimeRequired
public object CompatibleRuntime { get; set; }
- Type: object
Property compatibleRuntime: The runtime environment supported by the layer.
For example:nodejs12, nodejs10, nodejs8, nodejs6, python3, and python2.7
LayerNameRequired
public object LayerName { get; set; }
- Type: object
Property layerName: The name of layer.
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: The description of the layer.