فهرست منبع

VPC SDK Auto Released By shengkun.qxy,Version:1.60.15

Signed-off-by: sdk-team <sdk-team@alibabacloud.com>
sdk-team 6 سال پیش
والد
کامیت
6482cc07cb
36فایلهای تغییر یافته به همراه47 افزوده شده و 41 حذف شده
  1. 4 0
      ChangeLog.txt
  2. 1 1
      services/vpc/allocate_eip_address.go
  3. 1 1
      services/vpc/create_customer_gateway.go
  4. 1 1
      services/vpc/create_i_pv6_translator.go
  5. 1 1
      services/vpc/create_router_interface.go
  6. 1 1
      services/vpc/create_vpn_connection.go
  7. 1 1
      services/vpc/create_vpn_gateway.go
  8. 1 1
      services/vpc/create_vpn_pbr_route_entry.go
  9. 1 1
      services/vpc/create_vpn_route_entry.go
  10. 1 1
      services/vpc/describe_customer_gateway.go
  11. 2 2
      services/vpc/describe_ssl_vpn_client_cert.go
  12. 1 1
      services/vpc/describe_v_switch_attributes.go
  13. 1 1
      services/vpc/describe_vpn_connection.go
  14. 3 3
      services/vpc/describe_vpn_gateway.go
  15. 1 1
      services/vpc/modify_common_bandwidth_package_pay_type.go
  16. 1 1
      services/vpc/modify_customer_gateway_attribute.go
  17. 1 1
      services/vpc/modify_ssl_vpn_server.go
  18. 1 1
      services/vpc/modify_vpn_connection_attribute.go
  19. 2 2
      services/vpc/modify_vpn_gateway_attribute.go
  20. 1 1
      services/vpc/struct_associated_cen.go
  21. 1 1
      services/vpc/struct_cbn_grant_rule.go
  22. 1 1
      services/vpc/struct_customer_gateway.go
  23. 1 1
      services/vpc/struct_ike_config.go
  24. 1 1
      services/vpc/struct_ipsec_config.go
  25. 2 2
      services/vpc/struct_ipv6_translator.go
  26. 1 1
      services/vpc/struct_physical_connection_type.go
  27. 1 0
      services/vpc/struct_route_table.go
  28. 1 0
      services/vpc/struct_router_table_list_type.go
  29. 2 2
      services/vpc/struct_ssl_vpn_client_cert_key.go
  30. 1 1
      services/vpc/struct_ssl_vpn_server.go
  31. 1 1
      services/vpc/struct_v_switch.go
  32. 1 1
      services/vpc/struct_virtual_border_router_for_physical_connection_type.go
  33. 1 1
      services/vpc/struct_vpn_connection.go
  34. 3 3
      services/vpc/struct_vpn_gateway.go
  35. 1 1
      services/vpc/struct_vpn_pbr_route_entry.go
  36. 1 1
      services/vpc/struct_vpn_route_entry.go

+ 4 - 0
ChangeLog.txt

@@ -1,3 +1,7 @@
+2019-05-20 Version: 1.60.15
+1,  DescribeRouteTableList add route table status
+2,  DescribeRouteTables add route table  status
+
 2019-05-18 Version: 1.60.14
 1, Add ModifyBackupObjects DBS interface.
 

+ 1 - 1
services/vpc/allocate_eip_address.go

@@ -98,7 +98,7 @@ type AllocateEipAddressResponse struct {
 	RequestId       string `json:"RequestId" xml:"RequestId"`
 	AllocationId    string `json:"AllocationId" xml:"AllocationId"`
 	EipAddress      string `json:"EipAddress" xml:"EipAddress"`
-	OrderId         int    `json:"OrderId" xml:"OrderId"`
+	OrderId         int64  `json:"OrderId" xml:"OrderId"`
 	ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
 }
 

+ 1 - 1
services/vpc/create_customer_gateway.go

@@ -94,7 +94,7 @@ type CreateCustomerGatewayResponse struct {
 	IpAddress         string `json:"IpAddress" xml:"IpAddress"`
 	Name              string `json:"Name" xml:"Name"`
 	Description       string `json:"Description" xml:"Description"`
-	CreateTime        int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
 }
 
 // CreateCreateCustomerGatewayRequest creates a request to invoke CreateCustomerGateway API

+ 1 - 1
services/vpc/create_i_pv6_translator.go

@@ -97,7 +97,7 @@ type CreateIPv6TranslatorResponse struct {
 	Ipv6TranslatorId string `json:"Ipv6TranslatorId" xml:"Ipv6TranslatorId"`
 	Name             string `json:"Name" xml:"Name"`
 	Spec             string `json:"Spec" xml:"Spec"`
-	OrderId          int    `json:"OrderId" xml:"OrderId"`
+	OrderId          int64  `json:"OrderId" xml:"OrderId"`
 }
 
 // CreateCreateIPv6TranslatorRequest creates a request to invoke CreateIPv6Translator API

+ 1 - 1
services/vpc/create_router_interface.go

@@ -107,7 +107,7 @@ type CreateRouterInterfaceResponse struct {
 	*responses.BaseResponse
 	RequestId         string `json:"RequestId" xml:"RequestId"`
 	RouterInterfaceId string `json:"RouterInterfaceId" xml:"RouterInterfaceId"`
-	OrderId           int    `json:"OrderId" xml:"OrderId"`
+	OrderId           int64  `json:"OrderId" xml:"OrderId"`
 }
 
 // CreateCreateRouterInterfaceRequest creates a request to invoke CreateRouterInterface API

+ 1 - 1
services/vpc/create_vpn_connection.go

@@ -99,7 +99,7 @@ type CreateVpnConnectionResponse struct {
 	RequestId       string `json:"RequestId" xml:"RequestId"`
 	VpnConnectionId string `json:"VpnConnectionId" xml:"VpnConnectionId"`
 	Name            string `json:"Name" xml:"Name"`
-	CreateTime      int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime      int64  `json:"CreateTime" xml:"CreateTime"`
 }
 
 // CreateCreateVpnConnectionRequest creates a request to invoke CreateVpnConnection API

+ 1 - 1
services/vpc/create_vpn_gateway.go

@@ -97,7 +97,7 @@ type CreateVpnGatewayResponse struct {
 	RequestId    string `json:"RequestId" xml:"RequestId"`
 	VpnGatewayId string `json:"VpnGatewayId" xml:"VpnGatewayId"`
 	Name         string `json:"Name" xml:"Name"`
-	OrderId      int    `json:"OrderId" xml:"OrderId"`
+	OrderId      int64  `json:"OrderId" xml:"OrderId"`
 }
 
 // CreateCreateVpnGatewayRequest creates a request to invoke CreateVpnGateway API

+ 1 - 1
services/vpc/create_vpn_pbr_route_entry.go

@@ -102,7 +102,7 @@ type CreateVpnPbrRouteEntryResponse struct {
 	OverlayMode   string `json:"OverlayMode" xml:"OverlayMode"`
 	Description   string `json:"Description" xml:"Description"`
 	State         string `json:"State" xml:"State"`
-	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime    int64  `json:"CreateTime" xml:"CreateTime"`
 }
 
 // CreateCreateVpnPbrRouteEntryRequest creates a request to invoke CreateVpnPbrRouteEntry API

+ 1 - 1
services/vpc/create_vpn_route_entry.go

@@ -100,7 +100,7 @@ type CreateVpnRouteEntryResponse struct {
 	OverlayMode   string `json:"OverlayMode" xml:"OverlayMode"`
 	Description   string `json:"Description" xml:"Description"`
 	State         string `json:"State" xml:"State"`
-	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime    int64  `json:"CreateTime" xml:"CreateTime"`
 }
 
 // CreateCreateVpnRouteEntryRequest creates a request to invoke CreateVpnRouteEntry API

+ 1 - 1
services/vpc/describe_customer_gateway.go

@@ -91,7 +91,7 @@ type DescribeCustomerGatewayResponse struct {
 	IpAddress         string `json:"IpAddress" xml:"IpAddress"`
 	Name              string `json:"Name" xml:"Name"`
 	Description       string `json:"Description" xml:"Description"`
-	CreateTime        int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
 }
 
 // CreateDescribeCustomerGatewayRequest creates a request to invoke DescribeCustomerGateway API

+ 2 - 2
services/vpc/describe_ssl_vpn_client_cert.go

@@ -95,8 +95,8 @@ type DescribeSslVpnClientCertResponse struct {
 	ClientCert         string `json:"ClientCert" xml:"ClientCert"`
 	ClientKey          string `json:"ClientKey" xml:"ClientKey"`
 	ClientConfig       string `json:"ClientConfig" xml:"ClientConfig"`
-	CreateTime         int    `json:"CreateTime" xml:"CreateTime"`
-	EndTime            int    `json:"EndTime" xml:"EndTime"`
+	CreateTime         int64  `json:"CreateTime" xml:"CreateTime"`
+	EndTime            int64  `json:"EndTime" xml:"EndTime"`
 	Status             string `json:"Status" xml:"Status"`
 }
 

+ 1 - 1
services/vpc/describe_v_switch_attributes.go

@@ -93,7 +93,7 @@ type DescribeVSwitchAttributesResponse struct {
 	CidrBlock               string                                    `json:"CidrBlock" xml:"CidrBlock"`
 	Ipv6CidrBlock           string                                    `json:"Ipv6CidrBlock" xml:"Ipv6CidrBlock"`
 	ZoneId                  string                                    `json:"ZoneId" xml:"ZoneId"`
-	AvailableIpAddressCount int                                       `json:"AvailableIpAddressCount" xml:"AvailableIpAddressCount"`
+	AvailableIpAddressCount int64                                     `json:"AvailableIpAddressCount" xml:"AvailableIpAddressCount"`
 	Description             string                                    `json:"Description" xml:"Description"`
 	VSwitchName             string                                    `json:"VSwitchName" xml:"VSwitchName"`
 	CreationTime            string                                    `json:"CreationTime" xml:"CreationTime"`

+ 1 - 1
services/vpc/describe_vpn_connection.go

@@ -93,7 +93,7 @@ type DescribeVpnConnectionResponse struct {
 	Name              string         `json:"Name" xml:"Name"`
 	LocalSubnet       string         `json:"LocalSubnet" xml:"LocalSubnet"`
 	RemoteSubnet      string         `json:"RemoteSubnet" xml:"RemoteSubnet"`
-	CreateTime        int            `json:"CreateTime" xml:"CreateTime"`
+	CreateTime        int64          `json:"CreateTime" xml:"CreateTime"`
 	EffectImmediately bool           `json:"EffectImmediately" xml:"EffectImmediately"`
 	Status            string         `json:"Status" xml:"Status"`
 	IkeConfig         IkeConfig      `json:"IkeConfig" xml:"IkeConfig"`

+ 3 - 3
services/vpc/describe_vpn_gateway.go

@@ -91,8 +91,8 @@ type DescribeVpnGatewayResponse struct {
 	VpcId             string `json:"VpcId" xml:"VpcId"`
 	VSwitchId         string `json:"VSwitchId" xml:"VSwitchId"`
 	InternetIp        string `json:"InternetIp" xml:"InternetIp"`
-	CreateTime        int    `json:"CreateTime" xml:"CreateTime"`
-	EndTime           int    `json:"EndTime" xml:"EndTime"`
+	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
+	EndTime           int64  `json:"EndTime" xml:"EndTime"`
 	Spec              string `json:"Spec" xml:"Spec"`
 	Name              string `json:"Name" xml:"Name"`
 	Description       string `json:"Description" xml:"Description"`
@@ -101,7 +101,7 @@ type DescribeVpnGatewayResponse struct {
 	ChargeType        string `json:"ChargeType" xml:"ChargeType"`
 	IpsecVpn          string `json:"IpsecVpn" xml:"IpsecVpn"`
 	SslVpn            string `json:"SslVpn" xml:"SslVpn"`
-	SslMaxConnections int    `json:"SslMaxConnections" xml:"SslMaxConnections"`
+	SslMaxConnections int64  `json:"SslMaxConnections" xml:"SslMaxConnections"`
 	Tag               string `json:"Tag" xml:"Tag"`
 }
 

+ 1 - 1
services/vpc/modify_common_bandwidth_package_pay_type.go

@@ -95,7 +95,7 @@ type ModifyCommonBandwidthPackagePayTypeRequest struct {
 type ModifyCommonBandwidthPackagePayTypeResponse struct {
 	*responses.BaseResponse
 	RequestId string `json:"RequestId" xml:"RequestId"`
-	OrderId   int    `json:"OrderId" xml:"OrderId"`
+	OrderId   int64  `json:"OrderId" xml:"OrderId"`
 	Code      string `json:"Code" xml:"Code"`
 	Message   string `json:"Message" xml:"Message"`
 }

+ 1 - 1
services/vpc/modify_customer_gateway_attribute.go

@@ -94,7 +94,7 @@ type ModifyCustomerGatewayAttributeResponse struct {
 	IpAddress         string `json:"IpAddress" xml:"IpAddress"`
 	Name              string `json:"Name" xml:"Name"`
 	Description       string `json:"Description" xml:"Description"`
-	CreateTime        int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
 }
 
 // CreateModifyCustomerGatewayAttributeRequest creates a request to invoke ModifyCustomerGatewayAttribute API

+ 1 - 1
services/vpc/modify_ssl_vpn_server.go

@@ -101,7 +101,7 @@ type ModifySslVpnServerResponse struct {
 	Name           string `json:"Name" xml:"Name"`
 	LocalSubnet    string `json:"LocalSubnet" xml:"LocalSubnet"`
 	ClientIpPool   string `json:"ClientIpPool" xml:"ClientIpPool"`
-	CreateTime     int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime     int64  `json:"CreateTime" xml:"CreateTime"`
 	Cipher         string `json:"Cipher" xml:"Cipher"`
 	Proto          string `json:"Proto" xml:"Proto"`
 	Port           int    `json:"Port" xml:"Port"`

+ 1 - 1
services/vpc/modify_vpn_connection_attribute.go

@@ -103,7 +103,7 @@ type ModifyVpnConnectionAttributeResponse struct {
 	Description       string         `json:"Description" xml:"Description"`
 	LocalSubnet       string         `json:"LocalSubnet" xml:"LocalSubnet"`
 	RemoteSubnet      string         `json:"RemoteSubnet" xml:"RemoteSubnet"`
-	CreateTime        int            `json:"CreateTime" xml:"CreateTime"`
+	CreateTime        int64          `json:"CreateTime" xml:"CreateTime"`
 	EffectImmediately bool           `json:"EffectImmediately" xml:"EffectImmediately"`
 	IkeConfig         IkeConfig      `json:"IkeConfig" xml:"IkeConfig"`
 	IpsecConfig       IpsecConfig    `json:"IpsecConfig" xml:"IpsecConfig"`

+ 2 - 2
services/vpc/modify_vpn_gateway_attribute.go

@@ -95,8 +95,8 @@ type ModifyVpnGatewayAttributeResponse struct {
 	VSwitchId      string `json:"VSwitchId" xml:"VSwitchId"`
 	InternetIp     string `json:"InternetIp" xml:"InternetIp"`
 	IntranetIp     string `json:"IntranetIp" xml:"IntranetIp"`
-	CreateTime     int    `json:"CreateTime" xml:"CreateTime"`
-	EndTime        int    `json:"EndTime" xml:"EndTime"`
+	CreateTime     int64  `json:"CreateTime" xml:"CreateTime"`
+	EndTime        int64  `json:"EndTime" xml:"EndTime"`
 	Spec           string `json:"Spec" xml:"Spec"`
 	Name           string `json:"Name" xml:"Name"`
 	Description    string `json:"Description" xml:"Description"`

+ 1 - 1
services/vpc/struct_associated_cen.go

@@ -18,6 +18,6 @@ package vpc
 // AssociatedCen is a nested struct in vpc response
 type AssociatedCen struct {
 	CenStatus  string `json:"CenStatus" xml:"CenStatus"`
-	CenOwnerId int    `json:"CenOwnerId" xml:"CenOwnerId"`
+	CenOwnerId int64  `json:"CenOwnerId" xml:"CenOwnerId"`
 	CenId      string `json:"CenId" xml:"CenId"`
 }

+ 1 - 1
services/vpc/struct_cbn_grant_rule.go

@@ -18,6 +18,6 @@ package vpc
 // CbnGrantRule is a nested struct in vpc response
 type CbnGrantRule struct {
 	CenInstanceId string `json:"CenInstanceId" xml:"CenInstanceId"`
-	CenOwnerId    int    `json:"CenOwnerId" xml:"CenOwnerId"`
+	CenOwnerId    int64  `json:"CenOwnerId" xml:"CenOwnerId"`
 	CreationTime  string `json:"CreationTime" xml:"CreationTime"`
 }

+ 1 - 1
services/vpc/struct_customer_gateway.go

@@ -21,5 +21,5 @@ type CustomerGateway struct {
 	Name              string `json:"Name" xml:"Name"`
 	IpAddress         string `json:"IpAddress" xml:"IpAddress"`
 	Description       string `json:"Description" xml:"Description"`
-	CreateTime        int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
 }

+ 1 - 1
services/vpc/struct_ike_config.go

@@ -25,5 +25,5 @@ type IkeConfig struct {
 	Psk         string `json:"Psk" xml:"Psk"`
 	RemoteId    string `json:"RemoteId" xml:"RemoteId"`
 	IkeVersion  string `json:"IkeVersion" xml:"IkeVersion"`
-	IkeLifetime int    `json:"IkeLifetime" xml:"IkeLifetime"`
+	IkeLifetime int64  `json:"IkeLifetime" xml:"IkeLifetime"`
 }

+ 1 - 1
services/vpc/struct_ipsec_config.go

@@ -20,5 +20,5 @@ type IpsecConfig struct {
 	IpsecAuthAlg  string `json:"IpsecAuthAlg" xml:"IpsecAuthAlg"`
 	IpsecPfs      string `json:"IpsecPfs" xml:"IpsecPfs"`
 	IpsecEncAlg   string `json:"IpsecEncAlg" xml:"IpsecEncAlg"`
-	IpsecLifetime int    `json:"IpsecLifetime" xml:"IpsecLifetime"`
+	IpsecLifetime int64  `json:"IpsecLifetime" xml:"IpsecLifetime"`
 }

+ 2 - 2
services/vpc/struct_ipv6_translator.go

@@ -18,8 +18,8 @@ package vpc
 // Ipv6Translator is a nested struct in vpc response
 type Ipv6Translator struct {
 	Ipv6TranslatorId       string                 `json:"Ipv6TranslatorId" xml:"Ipv6TranslatorId"`
-	CreateTime             int                    `json:"CreateTime" xml:"CreateTime"`
-	EndTime                int                    `json:"EndTime" xml:"EndTime"`
+	CreateTime             int64                  `json:"CreateTime" xml:"CreateTime"`
+	EndTime                int64                  `json:"EndTime" xml:"EndTime"`
 	Spec                   string                 `json:"Spec" xml:"Spec"`
 	Name                   string                 `json:"Name" xml:"Name"`
 	Description            string                 `json:"Description" xml:"Description"`

+ 1 - 1
services/vpc/struct_physical_connection_type.go

@@ -34,7 +34,7 @@ type PhysicalConnectionType struct {
 	AdLocation                    string `json:"AdLocation" xml:"AdLocation"`
 	PortNumber                    string `json:"PortNumber" xml:"PortNumber"`
 	CircuitCode                   string `json:"CircuitCode" xml:"CircuitCode"`
-	Bandwidth                     int    `json:"Bandwidth" xml:"Bandwidth"`
+	Bandwidth                     int64  `json:"Bandwidth" xml:"Bandwidth"`
 	LoaStatus                     string `json:"LoaStatus" xml:"LoaStatus"`
 	HasReservationData            string `json:"HasReservationData" xml:"HasReservationData"`
 	ReservationInternetChargeType string `json:"ReservationInternetChargeType" xml:"ReservationInternetChargeType"`

+ 1 - 0
services/vpc/struct_route_table.go

@@ -20,6 +20,7 @@ type RouteTable struct {
 	ResourceGroupId string                          `json:"ResourceGroupId" xml:"ResourceGroupId"`
 	CreationTime    string                          `json:"CreationTime" xml:"CreationTime"`
 	RouteTableType  string                          `json:"RouteTableType" xml:"RouteTableType"`
+	Status          string                          `json:"Status" xml:"Status"`
 	RouteTableId    string                          `json:"RouteTableId" xml:"RouteTableId"`
 	VRouterId       string                          `json:"VRouterId" xml:"VRouterId"`
 	VSwitchIds      VSwitchIdsInDescribeRouteTables `json:"VSwitchIds" xml:"VSwitchIds"`

+ 1 - 0
services/vpc/struct_router_table_list_type.go

@@ -26,6 +26,7 @@ type RouterTableListType struct {
 	Description     string                             `json:"Description" xml:"Description"`
 	ResourceGroupId string                             `json:"ResourceGroupId" xml:"ResourceGroupId"`
 	CreationTime    string                             `json:"CreationTime" xml:"CreationTime"`
+	Status          string                             `json:"Status" xml:"Status"`
 	VSwitchIds      VSwitchIdsInDescribeRouteTableList `json:"VSwitchIds" xml:"VSwitchIds"`
 	Tags            TagsInDescribeRouteTableList       `json:"Tags" xml:"Tags"`
 }

+ 2 - 2
services/vpc/struct_ssl_vpn_client_cert_key.go

@@ -21,7 +21,7 @@ type SslVpnClientCertKey struct {
 	SslVpnClientCertId string `json:"SslVpnClientCertId" xml:"SslVpnClientCertId"`
 	Name               string `json:"Name" xml:"Name"`
 	SslVpnServerId     string `json:"SslVpnServerId" xml:"SslVpnServerId"`
-	CreateTime         int    `json:"CreateTime" xml:"CreateTime"`
-	EndTime            int    `json:"EndTime" xml:"EndTime"`
+	CreateTime         int64  `json:"CreateTime" xml:"CreateTime"`
+	EndTime            int64  `json:"EndTime" xml:"EndTime"`
 	Status             string `json:"Status" xml:"Status"`
 }

+ 1 - 1
services/vpc/struct_ssl_vpn_server.go

@@ -23,7 +23,7 @@ type SslVpnServer struct {
 	Name           string `json:"Name" xml:"Name"`
 	LocalSubnet    string `json:"LocalSubnet" xml:"LocalSubnet"`
 	ClientIpPool   string `json:"ClientIpPool" xml:"ClientIpPool"`
-	CreateTime     int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime     int64  `json:"CreateTime" xml:"CreateTime"`
 	Cipher         string `json:"Cipher" xml:"Cipher"`
 	Proto          string `json:"Proto" xml:"Proto"`
 	Port           int    `json:"Port" xml:"Port"`

+ 1 - 1
services/vpc/struct_v_switch.go

@@ -23,7 +23,7 @@ type VSwitch struct {
 	CidrBlock               string                  `json:"CidrBlock" xml:"CidrBlock"`
 	Ipv6CidrBlock           string                  `json:"Ipv6CidrBlock" xml:"Ipv6CidrBlock"`
 	ZoneId                  string                  `json:"ZoneId" xml:"ZoneId"`
-	AvailableIpAddressCount int                     `json:"AvailableIpAddressCount" xml:"AvailableIpAddressCount"`
+	AvailableIpAddressCount int64                   `json:"AvailableIpAddressCount" xml:"AvailableIpAddressCount"`
 	Description             string                  `json:"Description" xml:"Description"`
 	VSwitchName             string                  `json:"VSwitchName" xml:"VSwitchName"`
 	CreationTime            string                  `json:"CreationTime" xml:"CreationTime"`

+ 1 - 1
services/vpc/struct_virtual_border_router_for_physical_connection_type.go

@@ -18,7 +18,7 @@ package vpc
 // VirtualBorderRouterForPhysicalConnectionType is a nested struct in vpc response
 type VirtualBorderRouterForPhysicalConnectionType struct {
 	VbrId             string `json:"VbrId" xml:"VbrId"`
-	VbrOwnerUid       int    `json:"VbrOwnerUid" xml:"VbrOwnerUid"`
+	VbrOwnerUid       int64  `json:"VbrOwnerUid" xml:"VbrOwnerUid"`
 	CreationTime      string `json:"CreationTime" xml:"CreationTime"`
 	ActivationTime    string `json:"ActivationTime" xml:"ActivationTime"`
 	TerminationTime   string `json:"TerminationTime" xml:"TerminationTime"`

+ 1 - 1
services/vpc/struct_vpn_connection.go

@@ -23,7 +23,7 @@ type VpnConnection struct {
 	Name              string         `json:"Name" xml:"Name"`
 	LocalSubnet       string         `json:"LocalSubnet" xml:"LocalSubnet"`
 	RemoteSubnet      string         `json:"RemoteSubnet" xml:"RemoteSubnet"`
-	CreateTime        int            `json:"CreateTime" xml:"CreateTime"`
+	CreateTime        int64          `json:"CreateTime" xml:"CreateTime"`
 	EffectImmediately bool           `json:"EffectImmediately" xml:"EffectImmediately"`
 	Status            string         `json:"Status" xml:"Status"`
 	IkeConfig         IkeConfig      `json:"IkeConfig" xml:"IkeConfig"`

+ 3 - 3
services/vpc/struct_vpn_gateway.go

@@ -21,8 +21,8 @@ type VpnGateway struct {
 	VpcId             string `json:"VpcId" xml:"VpcId"`
 	VSwitchId         string `json:"VSwitchId" xml:"VSwitchId"`
 	InternetIp        string `json:"InternetIp" xml:"InternetIp"`
-	CreateTime        int    `json:"CreateTime" xml:"CreateTime"`
-	EndTime           int    `json:"EndTime" xml:"EndTime"`
+	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
+	EndTime           int64  `json:"EndTime" xml:"EndTime"`
 	Spec              string `json:"Spec" xml:"Spec"`
 	Name              string `json:"Name" xml:"Name"`
 	Description       string `json:"Description" xml:"Description"`
@@ -31,6 +31,6 @@ type VpnGateway struct {
 	ChargeType        string `json:"ChargeType" xml:"ChargeType"`
 	IpsecVpn          string `json:"IpsecVpn" xml:"IpsecVpn"`
 	SslVpn            string `json:"SslVpn" xml:"SslVpn"`
-	SslMaxConnections int    `json:"SslMaxConnections" xml:"SslMaxConnections"`
+	SslMaxConnections int64  `json:"SslMaxConnections" xml:"SslMaxConnections"`
 	Tag               string `json:"Tag" xml:"Tag"`
 }

+ 1 - 1
services/vpc/struct_vpn_pbr_route_entry.go

@@ -22,6 +22,6 @@ type VpnPbrRouteEntry struct {
 	RouteDest     string `json:"RouteDest" xml:"RouteDest"`
 	NextHop       string `json:"NextHop" xml:"NextHop"`
 	Weight        int    `json:"Weight" xml:"Weight"`
-	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime    int64  `json:"CreateTime" xml:"CreateTime"`
 	State         string `json:"State" xml:"State"`
 }

+ 1 - 1
services/vpc/struct_vpn_route_entry.go

@@ -21,6 +21,6 @@ type VpnRouteEntry struct {
 	RouteDest     string `json:"RouteDest" xml:"RouteDest"`
 	NextHop       string `json:"NextHop" xml:"NextHop"`
 	Weight        int    `json:"Weight" xml:"Weight"`
-	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
+	CreateTime    int64  `json:"CreateTime" xml:"CreateTime"`
 	State         string `json:"State" xml:"State"`
 }