RosInstanceEndpointAclPolicyProps
Properties for defining a RosInstanceEndpointAclPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instanceendpointaclpolicy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosInstanceEndpointAclPolicyProps {
object Entry,
object InstanceId,
object Comment = null,
object EndpointType = null,
object ModuleName = null,
object RegionId = null
};
Properties
Name | Type | Description |
---|---|---|
Entry |
object |
No description. |
InstanceId |
object |
No description. |
Comment |
object |
No description. |
EndpointType |
object |
No description. |
ModuleName |
object |
No description. |
RegionId |
object |
No description. |
Entry
Required
public object Entry { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Comment
Optional
public object Comment { get; set; }
- Type: object
EndpointType
Optional
public object EndpointType { get; set; }
- Type: object
ModuleName
Optional
public object ModuleName { get; set; }
- Type: object
RegionId
Optional
public object RegionId { get; set; }
- Type: object