MCPcopy
hub / github.com/cloudfoundry/cli / UnmapRouteCommand

Struct UnmapRouteCommand

command/v7/unmap_route_command.go:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type UnmapRouteCommand struct {
9 BaseCommand
10
11 RequiredArgs flag.AppDomain `positional-args:"yes"`
12 Hostname string `long:"hostname" short:"n" description:"Hostname used to identify the HTTP route"`
13 Path flag.V7RoutePath `long:"path" description:"Path used to identify the HTTP route"`
14 Port int `long:"port" description:"Port used to identify the TCP route"`
15 relatedCommands interface{} `related_commands:"delete-route, map-route, routes"`
16}
17
18func (cmd UnmapRouteCommand) Usage() string {
19 return `

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected