GRE Tunnels
List GRE tunnels
client.MagicTransit.GRETunnels.List(ctx, params) (*GRETunnelListResponse, error)
GET/accounts/{account_id}/magic/gre_tunnels
List GRE Tunnel Details
client.MagicTransit.GRETunnels.Get(ctx, greTunnelID, params) (*GRETunnelGetResponse, error)
GET/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}
Create a GRE tunnel
client.MagicTransit.GRETunnels.New(ctx, params) (*GRETunnelNewResponse, error)
POST/accounts/{account_id}/magic/gre_tunnels
Update GRE Tunnel
client.MagicTransit.GRETunnels.Update(ctx, greTunnelID, params) (*GRETunnelUpdateResponse, error)
PUT/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}
Delete GRE Tunnel
client.MagicTransit.GRETunnels.Delete(ctx, greTunnelID, params) (*GRETunnelDeleteResponse, error)
DELETE/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}
Update multiple GRE tunnels
client.MagicTransit.GRETunnels.BulkUpdate(ctx, params) (*GRETunnelBulkUpdateResponse, error)
PUT/accounts/{account_id}/magic/gre_tunnels