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. |
DescriptionOptional
public object Description { get; set; }
- Type: object
InstanceCountOptional
public object InstanceCount { get; set; }
- Type: object
InstanceNameOptional
public object InstanceName { get; set; }
- Type: object
IpAddressRangeOptional
public object IpAddressRange { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TimeToLiveInHoursOptional
public object TimeToLiveInHours { get; set; }
- Type: object