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. |
CenId
Required
public object CenId { get; set; }
- Type: object
CenOwnerId
Required
public object CenOwnerId { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
InstanceType
Required
public object InstanceType { get; set; }
- Type: object