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. |
Description
Optional
Description interface{}
- Type: interface{}
InstanceCount
Optional
InstanceCount interface{}
- Type: interface{}
InstanceName
Optional
InstanceName interface{}
- Type: interface{}
IpAddressRange
Optional
IpAddressRange interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TimeToLiveInHours
Optional
TimeToLiveInHours interface{}
- Type: interface{}