Uses of Class
com.tencentcloudapi.vpc.v20170312.models.CustomerGateway
-
Packages that use CustomerGateway Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of CustomerGateway in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return CustomerGateway Modifier and Type Method Description CustomerGatewayCreateCustomerGatewayResponse. getCustomerGateway()Get 对端网关对象CustomerGateway[]DescribeCustomerGatewaysResponse. getCustomerGatewaySet()Get 对端网关对象列表。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type CustomerGateway Modifier and Type Method Description voidCreateCustomerGatewayResponse. setCustomerGateway(CustomerGateway CustomerGateway)Set 对端网关对象voidDescribeCustomerGatewaysResponse. setCustomerGatewaySet(CustomerGateway[] CustomerGatewaySet)Set 对端网关对象列表。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type CustomerGateway Constructor Description CustomerGateway(CustomerGateway source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-