Skip to content

Commit 58b0e5e

Browse files
authored
feat(instance): add field zone for PrivateNIC/PrivateNetwork (scaleway#2781)
1 parent 46f307f commit 58b0e5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,9 @@ type PrivateNIC struct {
14411441

14421442
// CreationDate: private NIC creation date.
14431443
CreationDate *time.Time `json:"creation_date"`
1444+
1445+
// Zone: the zone in which the Private NIC is located.
1446+
Zone scw.Zone `json:"zone"`
14441447
}
14451448

14461449
// SecurityGroupSummary: security group summary.

0 commit comments

Comments
 (0)