Skip to content

RosGrantInstanceToCenProps

Properties for defining a RosGrantInstanceToCen.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-grantinstancetocen

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosGrantInstanceToCenProps {
    object CenId,
    object CenOwnerId,
    object InstanceId,
    object InstanceType
};

Properties

Name Type Description
CenId object No description.
CenOwnerId object No description.
InstanceId object No description.
InstanceType object No description.

CenIdRequired

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

CenOwnerIdRequired

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

InstanceIdRequired

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

InstanceTypeRequired

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