Skip to content

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.

ActivationIdOptional

public object ActivationId { get; set; }
  • Type: object

InstanceIdOptional

public object InstanceId { get; set; }
  • Type: object

InstanceIpOptional

public object InstanceIp { get; set; }
  • Type: object

InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

OsTypeOptional

public object OsType { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosManagedInstances.TagsProperty[]