RosFunctionProps
Properties for defining a RosFunction
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-function
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new RosFunctionProps {
object FunctionName,
object Handler,
object Runtime,
object ServiceName,
object AsyncConfiguration = null,
object CaPort = null,
object Code = null,
object Cpu = null,
object CustomContainerConfig = null,
object CustomDns = null,
object CustomHealthCheckConfig = null,
object CustomRuntimeConfig = null,
object Description = null,
object DiskSize = null,
object EnvironmentVariables = null,
object GpuMemorySize = null,
object InitializationTimeout = null,
object Initializer = null,
object InstanceConcurrency = null,
object InstanceLifecycleConfig = null,
object InstanceSoftConcurrency = null,
object InstanceType = null,
object MemorySize = null,
object Timeout = null
};
Properties
Name | Type | Description |
---|---|---|
FunctionName |
object |
No description. |
Handler |
object |
No description. |
Runtime |
object |
No description. |
ServiceName |
object |
No description. |
AsyncConfiguration |
object |
No description. |
CaPort |
object |
No description. |
Code |
object |
No description. |
Cpu |
object |
No description. |
CustomContainerConfig |
object |
No description. |
CustomDns |
object |
No description. |
CustomHealthCheckConfig |
object |
No description. |
CustomRuntimeConfig |
object |
No description. |
Description |
object |
No description. |
DiskSize |
object |
No description. |
EnvironmentVariables |
object |
No description. |
GpuMemorySize |
object |
No description. |
InitializationTimeout |
object |
No description. |
Initializer |
object |
No description. |
InstanceConcurrency |
object |
No description. |
InstanceLifecycleConfig |
object |
No description. |
InstanceSoftConcurrency |
object |
No description. |
InstanceType |
object |
No description. |
MemorySize |
object |
No description. |
Timeout |
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
ServiceName
Required
public object ServiceName { get; set; }
- Type: object
AsyncConfiguration
Optional
public object AsyncConfiguration { get; set; }
- Type: object
CaPort
Optional
public object CaPort { 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
CustomHealthCheckConfig
Optional
public object CustomHealthCheckConfig { 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
GpuMemorySize
Optional
public object GpuMemorySize { get; set; }
- Type: object
InitializationTimeout
Optional
public object InitializationTimeout { get; set; }
- Type: object
Initializer
Optional
public object Initializer { get; set; }
- Type: object
InstanceConcurrency
Optional
public object InstanceConcurrency { get; set; }
- Type: object
InstanceLifecycleConfig
Optional
public object InstanceLifecycleConfig { get; set; }
- Type: object
InstanceSoftConcurrency
Optional
public object InstanceSoftConcurrency { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object
MemorySize
Optional
public object MemorySize { get; set; }
- Type: object
Timeout
Optional
public object Timeout { get; set; }
- Type: object