Skip to content

Commit

Permalink
MKAAS-1327 Add subnet id to file shares (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbernady authored Oct 8, 2024
1 parent 1a0c2a6 commit f3366e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcore/file_share/v1/file_shares/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type FileShare struct {
ShareNetworkName string `json:"share_network_name"`
NetworkID string `json:"network_id"`
NetworkName string `json:"network_name"`
SubnetID string `json:"subnet_id"`
SubnetName string `json:"subnet_name"`
ConnectionPoint string `json:"connection_point"`
TaskID *string `json:"task_id"`
Expand Down

0 comments on commit f3366e0

Please sign in to comment.