ManagedInstancesProps
Properties for defining a ManagedInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-managedinstances
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.ManagedInstancesProps {
ActivationId: interface{},
InstanceId: interface{},
InstanceIp: interface{},
InstanceName: interface{},
OsType: interface{},
RefreshOptions: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosManagedInstances.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
ActivationId |
interface{} |
Property activationId: The ID of the activation code. |
InstanceId |
interface{} |
Property instanceId: The ID of managed instance. |
InstanceIp |
interface{} |
Property instanceIp: The internal or public IP address of the managed instance. |
InstanceName |
interface{} |
Property instanceName: The name of the managed instance. |
OsType |
interface{} |
Property osType: The operating system type of the managed instance. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
Tags |
*[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosManagedInstances.TagsProperty |
Property tags: Tags of managedinstance. |
ActivationId
Optional
ActivationId interface{}
- Type: interface{}
Property activationId: The ID of the activation code.
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of managed instance.
Valid values of N: 1 to 50.
InstanceIp
Optional
InstanceIp interface{}
- Type: interface{}
Property instanceIp: The internal or public IP address of the managed instance.
InstanceName
Optional
InstanceName interface{}
- Type: interface{}
Property instanceName: The name of the managed instance.
OsType
Optional
OsType interface{}
- Type: interface{}
Property osType: The operating system type of the managed instance.
Valid values: windows linux
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosManagedInstances.TagsProperty
Property tags: Tags of managedinstance.