RosCustomerGatewaysProps
Properties for defining a RosCustomerGateways.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-customergateways
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosCustomerGatewaysProps {
object CustomerGatewayId = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
CustomerGatewayId |
object |
No description. |
RefreshOptions |
object |
No description. |
CustomerGatewayIdOptional
public object CustomerGatewayId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object