Skip to content

RosInstancesProps

Properties for defining a RosInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eais-instances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eais;
new RosInstancesProps {
    object InstanceId = null,
    object InstanceName = null,
    object InstanceType = null,
    object RefreshOptions = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
InstanceId object No description.
InstanceName object No description.
InstanceType object No description.
RefreshOptions object No description.
ResourceGroupId object No description.

InstanceIdOptional

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

InstanceNameOptional

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

InstanceTypeOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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