RosIntranetConnectorEndpointProps
Properties for defining a RosIntranetConnectorEndpoint.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-computenest-intranetconnectorendpoint
Initializer
using AlibabaCloud.SDK.ROS.CDK.Computenest;
new RosIntranetConnectorEndpointProps {
object EndpointRegionId,
object VpcId,
object Description = null,
object EnablePrivateZone = null,
object Name = null,
object ResourceIds = null,
object Type = null
};
Properties
| Name | Type | Description |
|---|---|---|
EndpointRegionId | object | No description. |
VpcId | object | No description. |
Description | object | No description. |
EnablePrivateZone | object | No description. |
Name | object | No description. |
ResourceIds | object | No description. |
Type | object | No description. |
EndpointRegionIdRequired
public object EndpointRegionId { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
EnablePrivateZoneOptional
public object EnablePrivateZone { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
ResourceIdsOptional
public object ResourceIds { get; set; }
- Type: object
TypeOptional
public object Type { get; set; }
- Type: object