Метод | Описание | |
---|---|---|
CreateCustomerGatewayRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateCustomerGatewayRequest ( GatewayType type, string publicIp, int bgpAsn ) : System |
Instantiates CreateCustomerGatewayRequest with the parameterized properties
|
Метод | Описание | |
---|---|---|
IsSetBgpAsn ( ) : bool | ||
IsSetPublicIp ( ) : bool | ||
IsSetType ( ) : bool |
public CreateCustomerGatewayRequest ( ) : System | ||
Результат | System |
public CreateCustomerGatewayRequest ( GatewayType type, string publicIp, int bgpAsn ) : System | ||
type | GatewayType | The type of VPN connection that this customer gateway supports (ipsec.1 ). |
publicIp | string | The Internet-routable IP address for the customer gateway's outside interface. The address must be static. |
bgpAsn | int | For devices that support BGP, the customer gateway's BGP ASN. Default: 65000 |
Результат | System |