RosActivationProps
Properties for defining a RosActivation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-activation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosActivationProps {
object Description = null,
object InstanceCount = null,
object InstanceName = null,
object IpAddressRange = null,
TagsProperty[] Tags = null,
object TimeToLiveInHours = null
};
Properties
Name | Type | Description |
---|---|---|
Description |
object |
No description. |
InstanceCount |
object |
No description. |
InstanceName |
object |
No description. |
IpAddressRange |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TimeToLiveInHours |
object |
No description. |
Description
Optional
public object Description { get; set; }
- Type: object
InstanceCount
Optional
public object InstanceCount { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
IpAddressRange
Optional
public object IpAddressRange { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TimeToLiveInHours
Optional
public object TimeToLiveInHours { get; set; }
- Type: object