RosActivationProps
Properties for defining a RosActivation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-activation
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosActivationProps {
Description: interface{},
InstanceCount: interface{},
InstanceName: interface{},
IpAddressRange: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosActivation.TagsProperty,
TimeToLiveInHours: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Description |
interface{} |
No description. |
InstanceCount |
interface{} |
No description. |
InstanceName |
interface{} |
No description. |
IpAddressRange |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
TimeToLiveInHours |
interface{} |
No description. |
DescriptionOptional
Description interface{}
- Type: interface{}
InstanceCountOptional
InstanceCount interface{}
- Type: interface{}
InstanceNameOptional
InstanceName interface{}
- Type: interface{}
IpAddressRangeOptional
IpAddressRange interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TimeToLiveInHoursOptional
TimeToLiveInHours interface{}
- Type: interface{}