Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Vpn epc #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 23, 2018
Merged

Vpn epc #95

merged 8 commits into from
May 23, 2018

Conversation

jwp001
Copy link
Contributor

@jwp001 jwp001 commented May 22, 2018

新增接口若干
EPC:
ModifyHyperThreading:
name: ModifyHyperThreading
http:
method: GET
ResetPassword:
name: ResetPassword
http:
method: GET
VPN:
ModifyVpc:
name: ModifyVpc
http:
method: GET
DescribeSubnetAllocatedIpAddresses:
name: DescribeSubnetAllocatedIpAddresses
http:
method: GET

ModifyNetworkAclEntry:
name: ModifyNetworkAclEntry
http:
method: GET
ModifySecurityGroupEntry:
name: ModifySecurityGroupEntry
http:
method: GET
AddNatIp:
name: AddNatIp
http:
method: GET
DeleteNatIp:
name: DeleteNatIp
http:
method: GET

DescribeDirectConnects:
name: DescribeDirectConnects
http:
method: GET
CreateDirectConnectInterface:
name: CreateDirectConnectInterface
http:
method: GET
ModifyDirectConnectInterface:
name: ModifyDirectConnectInterface
http:
method: GET
DeleteDirectConnectInterface:
name: DeleteDirectConnectInterface
http:
method: GET
DescribeDirectConnectInterfaces:
name: DescribeDirectConnectInterfaces
http:
method: GET
CreateDirectConnectGateway:
name: CreateDirectConnectGateway
http:
method: GET
ModifyDirectConnectGateway:
name: ModifyDirectConnectGateway
http:
method: GET
DeleteDirectConnectGateway:
name: DeleteDirectConnectGateway
http:
method: GET
DescribeDirectConnectGateways:
name: DescribeDirectConnectGateways
http:
method: GET
AttachDirectConnectGateway:
name: AttachDirectConnectGateway
http:
method: GET
DetachDirectConnectGateway:
name: DetachDirectConnectGateway
http:
method: GET
CreateVpnGateway:
name: CreateVpnGateway
http:
method: GET
ModifyVpnGateway:
name: ModifyVpnGateway
http:
method: GET
DeleteVpnGateway:
name: DeleteVpnGateway
http:
method: GET
DescribeVpnGateways:
name: DescribeVpnGateways
http:
method: GET

CreateVpnTunnel:
name: CreateVpnTunnel
http:
method: GET
ModifyVpnTunnel:
name: ModifyVpnTunnel
http:
method: GET
DeleteVpnTunnel:
name: DeleteVpnTunnel
http:
method: GET
DescribeVpnTunnels:
name: DescribeVpnTunnels
http:
method: GET
CreateCustomerGateway:
name: CreateCustomerGateway
http:
method: GET
ModifyCustomerGateway:
name: ModifyCustomerGateway
http:
method: GET
DeleteCustomerGateway:
name: DeleteCustomerGateway
http:
method: GET
DescribeCustomerGateways:
name: DescribeCustomerGateways
http:
method: GET
CreateVpcPeeringConnection:
name: CreateVpcPeeringConnection
http:
method: GET
AcceptVpcPeeringConnection:
name: AcceptVpcPeeringConnection
http:
method: GET
RejectVpcPeeringConnection:
name: RejectVpcPeeringConnection
http:
method: GET
DeleteVpcPeeringConnection:
name: DeleteVpcPeeringConnection
http:
method: GET
ModifyVpcPeeringConnection:
name: ModifyVpcPeeringConnection
http:
method: GET
DescribeVpcPeeringConnections:
name: DescribeVpcPeeringConnections
http:
method: GET
AssociateDirectConnectGateway:
name: AssociateDirectConnectGateway
http:
method: GET
DisassociateDirectConnectGateway:
name: DisassociateDirectConnectGateway
http:
method: GET
AssociateVpnGateway:
name: AssociateVpnGateway
http:
method: GET
DisassociateVpnGateway:
name: DisassociateVpnGateway
http:
method: GET
CreateDirectConnect: 没测
name: CreateDirectConnect
http:
method: GET
ModifyDirectConnect: 没测
name: ModifyDirectConnect
http:
method: GET
DeleteDirectConnect: 没测
name: DeleteDirectConnect
http:
method: GET
DescribeTunnels:
name: DescribeTunnels
http:
method: GET
ModifyTunnel:
name: ModifyTunnel
http:
method: GET
AssociateSubnet:
name: AssociateSubnet
http:
method: GET
DisassociateSubnet:
name: DisassociateSubnet
http:
method: GET
AssociateRemoteCidr:
name: AssociateRemoteCidr
http:
method: GET
DisassociateRemoteCidr:
name: DisassociateRemoteCidr
http:
method: GET

金山云SDK and others added 8 commits February 1, 2018 11:25
  ModifyVpc:
    name: ModifyVpc
    http:
      method: GET
  DescribeSubnetAllocatedIpAddresses:
    name: DescribeSubnetAllocatedIpAddresses
    http:
      method: GET

  ModifyNetworkAclEntry:
    name: ModifyNetworkAclEntry
    http:
      method: GET
  ModifySecurityGroupEntry:
    name: ModifySecurityGroupEntry
    http:
      method: GET
  AddNatIp:
    name: AddNatIp
    http:
      method: GET
  DeleteNatIp:
    name: DeleteNatIp
    http:
      method: GET

  DescribeDirectConnects:
    name: DescribeDirectConnects
    http:
      method: GET
  CreateDirectConnectInterface:
    name: CreateDirectConnectInterface
    http:
      method: GET
  ModifyDirectConnectInterface:
    name: ModifyDirectConnectInterface
    http:
      method: GET
  DeleteDirectConnectInterface:
    name: DeleteDirectConnectInterface
    http:
      method: GET
  DescribeDirectConnectInterfaces:
    name: DescribeDirectConnectInterfaces
    http:
      method: GET
  CreateDirectConnectGateway:
    name: CreateDirectConnectGateway
    http:
      method: GET
  ModifyDirectConnectGateway:
    name: ModifyDirectConnectGateway
    http:
      method: GET
  DeleteDirectConnectGateway:
    name: DeleteDirectConnectGateway
    http:
      method: GET
  DescribeDirectConnectGateways:
    name: DescribeDirectConnectGateways
    http:
      method: GET
  AttachDirectConnectGateway:
    name: AttachDirectConnectGateway
    http:
      method: GET
  DetachDirectConnectGateway:
    name: DetachDirectConnectGateway
    http:
      method: GET
  CreateVpnGateway:
    name: CreateVpnGateway
    http:
      method: GET
  ModifyVpnGateway:
    name: ModifyVpnGateway
    http:
      method: GET
  DeleteVpnGateway:
    name: DeleteVpnGateway
    http:
      method: GET
  DescribeVpnGateways:
    name: DescribeVpnGateways
    http:
      method: GET

  CreateVpnTunnel:
    name: CreateVpnTunnel
    http:
      method: GET
  ModifyVpnTunnel:
    name: ModifyVpnTunnel
    http:
      method: GET
  DeleteVpnTunnel:
    name: DeleteVpnTunnel
    http:
      method: GET
  DescribeVpnTunnels:
    name: DescribeVpnTunnels
    http:
      method: GET
  CreateCustomerGateway:
    name: CreateCustomerGateway
    http:
      method: GET
  ModifyCustomerGateway:
    name: ModifyCustomerGateway
    http:
      method: GET
  DeleteCustomerGateway:
    name: DeleteCustomerGateway
    http:
      method: GET
  DescribeCustomerGateways:
    name: DescribeCustomerGateways
    http:
      method: GET
  CreateVpcPeeringConnection:
    name: CreateVpcPeeringConnection
    http:
      method: GET
  AcceptVpcPeeringConnection:
    name: AcceptVpcPeeringConnection
    http:
      method: GET
  RejectVpcPeeringConnection:
    name: RejectVpcPeeringConnection
    http:
      method: GET
  DeleteVpcPeeringConnection:
    name: DeleteVpcPeeringConnection
    http:
      method: GET
  ModifyVpcPeeringConnection:
    name: ModifyVpcPeeringConnection
    http:
      method: GET
  DescribeVpcPeeringConnections:
    name: DescribeVpcPeeringConnections
    http:
      method: GET
   AssociateDirectConnectGateway:
    name: AssociateDirectConnectGateway
    http:
      method: GET
  DisassociateDirectConnectGateway:
    name: DisassociateDirectConnectGateway
    http:
      method: GET
  AssociateVpnGateway:
    name: AssociateVpnGateway
    http:
      method: GET
  DisassociateVpnGateway:
    name: DisassociateVpnGateway
    http:
      method: GET
   CreateDirectConnect:  没测
    name: CreateDirectConnect
    http:
      method: GET
   ModifyDirectConnect: 没测
    name: ModifyDirectConnect
    http:
      method: GET
  DeleteDirectConnect: 没测
    name: DeleteDirectConnect
    http:
      method: GET
DescribeTunnels:
    name: DescribeTunnels
    http:
      method: GET
  ModifyTunnel:
    name: ModifyTunnel
    http:
      method: GET
  AssociateSubnet:
    name: AssociateSubnet
    http:
      method: GET
  DisassociateSubnet:
    name: DisassociateSubnet
    http:
      method: GET
  AssociateRemoteCidr:
    name: AssociateRemoteCidr
    http:
      method: GET
  DisassociateRemoteCidr:
    name: DisassociateRemoteCidr
    http:
      method: GET
@KscSDK KscSDK merged commit 5cde67a into KscSDK:trunk May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants