RosFunctionProps
Properties for defining a RosFunction
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc3-function
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new RosFunctionProps {
object FunctionName,
object Handler,
object Runtime,
object Code = null,
object Cpu = null,
object CustomContainerConfig = null,
object CustomDns = null,
object CustomRuntimeConfig = null,
object Description = null,
object DiskSize = null,
object EnvironmentVariables = null,
object GpuConfig = null,
object InstanceConcurrency = null,
object InstanceLifecycleConfig = null,
object InternetAccess = null,
object Layers = null,
object LogConfig = null,
object MemorySize = null,
object NasConfig = null,
object OssMountConfig = null,
object Role = null,
object Timeout = null,
object TracingConfig = null,
object VpcConfig = null
};
Properties
Name | Type | Description |
---|---|---|
FunctionName |
object |
No description. |
Handler |
object |
No description. |
Runtime |
object |
No description. |
Code |
object |
No description. |
Cpu |
object |
No description. |
CustomContainerConfig |
object |
No description. |
CustomDns |
object |
No description. |
CustomRuntimeConfig |
object |
No description. |
Description |
object |
No description. |
DiskSize |
object |
No description. |
EnvironmentVariables |
object |
No description. |
GpuConfig |
object |
No description. |
InstanceConcurrency |
object |
No description. |
InstanceLifecycleConfig |
object |
No description. |
InternetAccess |
object |
No description. |
Layers |
object |
No description. |
LogConfig |
object |
No description. |
MemorySize |
object |
No description. |
NasConfig |
object |
No description. |
OssMountConfig |
object |
No description. |
Role |
object |
No description. |
Timeout |
object |
No description. |
TracingConfig |
object |
No description. |
VpcConfig |
object |
No description. |
FunctionName
Required
public object FunctionName { get; set; }
- Type: object
Handler
Required
public object Handler { get; set; }
- Type: object
Runtime
Required
public object Runtime { get; set; }
- Type: object
Code
Optional
public object Code { get; set; }
- Type: object
Cpu
Optional
public object Cpu { get; set; }
- Type: object
CustomContainerConfig
Optional
public object CustomContainerConfig { get; set; }
- Type: object
CustomDns
Optional
public object CustomDns { get; set; }
- Type: object
CustomRuntimeConfig
Optional
public object CustomRuntimeConfig { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DiskSize
Optional
public object DiskSize { get; set; }
- Type: object
EnvironmentVariables
Optional
public object EnvironmentVariables { get; set; }
- Type: object
GpuConfig
Optional
public object GpuConfig { get; set; }
- Type: object
InstanceConcurrency
Optional
public object InstanceConcurrency { get; set; }
- Type: object
InstanceLifecycleConfig
Optional
public object InstanceLifecycleConfig { get; set; }
- Type: object
InternetAccess
Optional
public object InternetAccess { get; set; }
- Type: object
Layers
Optional
public object Layers { get; set; }
- Type: object
LogConfig
Optional
public object LogConfig { get; set; }
- Type: object
MemorySize
Optional
public object MemorySize { get; set; }
- Type: object
NasConfig
Optional
public object NasConfig { get; set; }
- Type: object
OssMountConfig
Optional
public object OssMountConfig { get; set; }
- Type: object
Role
Optional
public object Role { get; set; }
- Type: object
Timeout
Optional
public object Timeout { get; set; }
- Type: object
TracingConfig
Optional
public object TracingConfig { get; set; }
- Type: object
VpcConfig
Optional
public object VpcConfig { get; set; }
- Type: object