Skip to content

RosCustomerGatewayProps

Properties for defining a RosCustomerGateway.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-customergateway

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosCustomerGatewayProps {
    object CustomerGatewayId,
    object RefreshOptions = null
};

Properties

Name Type Description
CustomerGatewayId object No description.
RefreshOptions object No description.

CustomerGatewayIdRequired

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

RefreshOptionsOptional

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