Skip to content

ManagedInstancesProps

Properties for defining a ManagedInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-managedinstances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new ManagedInstancesProps {
    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 Property activationId: The ID of the activation code.
InstanceId object Property instanceId: The ID of managed instance.
InstanceIp object Property instanceIp: The internal or public IP address of the managed instance.
InstanceName object Property instanceName: The name of the managed instance.
OsType object Property osType: The operating system type of the managed instance.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Tags AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosManagedInstances.TagsProperty[] Property tags: Tags of managedinstance.

ActivationIdOptional

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

Property activationId: The ID of the activation code.


InstanceIdOptional

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

Property instanceId: The ID of managed instance.

Valid values of N: 1 to 50.


InstanceIpOptional

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

Property instanceIp: The internal or public IP address of the managed instance.


InstanceNameOptional

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

Property instanceName: The name of the managed instance.


OsTypeOptional

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

Property osType: The operating system type of the managed instance.

Valid values: windows linux


RefreshOptionsOptional

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

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.

TagsOptional

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

Property tags: Tags of managedinstance.