RosManagedInstancesProps
Properties for defining a RosManagedInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-managedinstances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosManagedInstancesProps {
object ActivationId = null,
object InstanceId = null,
object InstanceIp = null,
object InstanceName = null,
object OsType = null,
object RefreshOptions = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
ActivationId |
object |
No description. |
InstanceId |
object |
No description. |
InstanceIp |
object |
No description. |
InstanceName |
object |
No description. |
OsType |
object |
No description. |
RefreshOptions |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosManagedInstances.TagsProperty[] |
No description. |
ActivationId
Optional
public object ActivationId { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
InstanceIp
Optional
public object InstanceIp { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
OsType
Optional
public object OsType { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosManagedInstances.TagsProperty[]