@@ -205,7 +205,8 @@ func (r accessInfrastructureTargetNewResponseIPJSON) RawJSON() string {
205
205
type AccessInfrastructureTargetNewResponseIPIPV4 struct {
206
206
// IP address of the target
207
207
IPAddr string `json:"ip_addr"`
208
- // Private virtual network identifier for the target
208
+ // (optional) Private virtual network identifier for the target. If omitted, the
209
+ // default virtual network ID will be used.
209
210
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
210
211
JSON accessInfrastructureTargetNewResponseIpipv4JSON `json:"-"`
211
212
}
@@ -231,7 +232,8 @@ func (r accessInfrastructureTargetNewResponseIpipv4JSON) RawJSON() string {
231
232
type AccessInfrastructureTargetNewResponseIPIPV6 struct {
232
233
// IP address of the target
233
234
IPAddr string `json:"ip_addr"`
234
- // Private virtual network identifier for the target
235
+ // (optional) Private virtual network identifier for the target. If omitted, the
236
+ // default virtual network ID will be used.
235
237
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
236
238
JSON accessInfrastructureTargetNewResponseIpipv6JSON `json:"-"`
237
239
}
@@ -317,7 +319,8 @@ func (r accessInfrastructureTargetUpdateResponseIPJSON) RawJSON() string {
317
319
type AccessInfrastructureTargetUpdateResponseIPIPV4 struct {
318
320
// IP address of the target
319
321
IPAddr string `json:"ip_addr"`
320
- // Private virtual network identifier for the target
322
+ // (optional) Private virtual network identifier for the target. If omitted, the
323
+ // default virtual network ID will be used.
321
324
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
322
325
JSON accessInfrastructureTargetUpdateResponseIpipv4JSON `json:"-"`
323
326
}
@@ -343,7 +346,8 @@ func (r accessInfrastructureTargetUpdateResponseIpipv4JSON) RawJSON() string {
343
346
type AccessInfrastructureTargetUpdateResponseIPIPV6 struct {
344
347
// IP address of the target
345
348
IPAddr string `json:"ip_addr"`
346
- // Private virtual network identifier for the target
349
+ // (optional) Private virtual network identifier for the target. If omitted, the
350
+ // default virtual network ID will be used.
347
351
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
348
352
JSON accessInfrastructureTargetUpdateResponseIpipv6JSON `json:"-"`
349
353
}
@@ -429,7 +433,8 @@ func (r accessInfrastructureTargetListResponseIPJSON) RawJSON() string {
429
433
type AccessInfrastructureTargetListResponseIPIPV4 struct {
430
434
// IP address of the target
431
435
IPAddr string `json:"ip_addr"`
432
- // Private virtual network identifier for the target
436
+ // (optional) Private virtual network identifier for the target. If omitted, the
437
+ // default virtual network ID will be used.
433
438
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
434
439
JSON accessInfrastructureTargetListResponseIpipv4JSON `json:"-"`
435
440
}
@@ -455,7 +460,8 @@ func (r accessInfrastructureTargetListResponseIpipv4JSON) RawJSON() string {
455
460
type AccessInfrastructureTargetListResponseIPIPV6 struct {
456
461
// IP address of the target
457
462
IPAddr string `json:"ip_addr"`
458
- // Private virtual network identifier for the target
463
+ // (optional) Private virtual network identifier for the target. If omitted, the
464
+ // default virtual network ID will be used.
459
465
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
460
466
JSON accessInfrastructureTargetListResponseIpipv6JSON `json:"-"`
461
467
}
@@ -541,7 +547,8 @@ func (r accessInfrastructureTargetGetResponseIPJSON) RawJSON() string {
541
547
type AccessInfrastructureTargetGetResponseIPIPV4 struct {
542
548
// IP address of the target
543
549
IPAddr string `json:"ip_addr"`
544
- // Private virtual network identifier for the target
550
+ // (optional) Private virtual network identifier for the target. If omitted, the
551
+ // default virtual network ID will be used.
545
552
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
546
553
JSON accessInfrastructureTargetGetResponseIpipv4JSON `json:"-"`
547
554
}
@@ -567,7 +574,8 @@ func (r accessInfrastructureTargetGetResponseIpipv4JSON) RawJSON() string {
567
574
type AccessInfrastructureTargetGetResponseIPIPV6 struct {
568
575
// IP address of the target
569
576
IPAddr string `json:"ip_addr"`
570
- // Private virtual network identifier for the target
577
+ // (optional) Private virtual network identifier for the target. If omitted, the
578
+ // default virtual network ID will be used.
571
579
VirtualNetworkID string `json:"virtual_network_id" format:"uuid"`
572
580
JSON accessInfrastructureTargetGetResponseIpipv6JSON `json:"-"`
573
581
}
@@ -620,7 +628,8 @@ func (r AccessInfrastructureTargetNewParamsIP) MarshalJSON() (data []byte, err e
620
628
type AccessInfrastructureTargetNewParamsIPIPV4 struct {
621
629
// IP address of the target
622
630
IPAddr param.Field [string ] `json:"ip_addr"`
623
- // Private virtual network identifier for the target
631
+ // (optional) Private virtual network identifier for the target. If omitted, the
632
+ // default virtual network ID will be used.
624
633
VirtualNetworkID param.Field [string ] `json:"virtual_network_id" format:"uuid"`
625
634
}
626
635
@@ -632,7 +641,8 @@ func (r AccessInfrastructureTargetNewParamsIPIPV4) MarshalJSON() (data []byte, e
632
641
type AccessInfrastructureTargetNewParamsIPIPV6 struct {
633
642
// IP address of the target
634
643
IPAddr param.Field [string ] `json:"ip_addr"`
635
- // Private virtual network identifier for the target
644
+ // (optional) Private virtual network identifier for the target. If omitted, the
645
+ // default virtual network ID will be used.
636
646
VirtualNetworkID param.Field [string ] `json:"virtual_network_id" format:"uuid"`
637
647
}
638
648
@@ -714,7 +724,8 @@ func (r AccessInfrastructureTargetUpdateParamsIP) MarshalJSON() (data []byte, er
714
724
type AccessInfrastructureTargetUpdateParamsIPIPV4 struct {
715
725
// IP address of the target
716
726
IPAddr param.Field [string ] `json:"ip_addr"`
717
- // Private virtual network identifier for the target
727
+ // (optional) Private virtual network identifier for the target. If omitted, the
728
+ // default virtual network ID will be used.
718
729
VirtualNetworkID param.Field [string ] `json:"virtual_network_id" format:"uuid"`
719
730
}
720
731
@@ -726,7 +737,8 @@ func (r AccessInfrastructureTargetUpdateParamsIPIPV4) MarshalJSON() (data []byte
726
737
type AccessInfrastructureTargetUpdateParamsIPIPV6 struct {
727
738
// IP address of the target
728
739
IPAddr param.Field [string ] `json:"ip_addr"`
729
- // Private virtual network identifier for the target
740
+ // (optional) Private virtual network identifier for the target. If omitted, the
741
+ // default virtual network ID will be used.
730
742
VirtualNetworkID param.Field [string ] `json:"virtual_network_id" format:"uuid"`
731
743
}
732
744
0 commit comments