Skip to content

Commit

Permalink
Add missing user provided service URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sneal committed Jan 6, 2023
1 parent 91c0866 commit 254add2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resource/service_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ type ServiceInstance struct {

// The URL to the service instance dashboard (or null if there is none); only shown when type is managed
DashboardURL *string `json:"dashboard_url,omitempty"`

// The URL to the syslog drain (or null if there is none); only shown when type is user provided
SyslogDrainURL *string `json:"syslog_drain_url,omitempty"`

// The URL to the route service (or null if there is none); only shown when type is user provided
RouteServiceURL *string `json:"route_service_url,omitempty"`
}

type ServiceInstanceCreate struct {
Expand Down

0 comments on commit 254add2

Please sign in to comment.