Skip to content

Commit

Permalink
MKAAS-1327 Add network id to file shares (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbernady authored Oct 8, 2024
1 parent 8de40c5 commit 1a0c2a6
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 @@ -50,6 +50,7 @@ type FileShare struct {
VolumeType string `json:"volume_type"`
CreatedAt *gcorecloud.JSONRFC3339MilliNoZ `json:"created_at"`
ShareNetworkName string `json:"share_network_name"`
NetworkID string `json:"network_id"`
NetworkName string `json:"network_name"`
SubnetName string `json:"subnet_name"`
ConnectionPoint string `json:"connection_point"`
Expand Down

0 comments on commit 1a0c2a6

Please sign in to comment.