You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/network_connectivity/lib/google_api/network_connectivity/v1/model/internal_range.ex
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.InternalRange do
23
23
24
24
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Time when the internal range was created.
25
25
* `description` (*type:* `String.t`, *default:* `nil`) - A description of this resource.
26
+
* `excludeCidrRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. ExcludeCidrRanges flag. Specifies a set of CIDR blocks that allows exclusion of particular CIDR ranges from the auto-allocation process, without having to reserve these blocks
27
+
* `immutable` (*type:* `boolean()`, *default:* `nil`) - Optional. Immutable ranges cannot have their fields modified, except for labels and description.
26
28
* `ipCidrRange` (*type:* `String.t`, *default:* `nil`) - The IP range that this internal range defines. NOTE: IPv6 ranges are limited to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this field is compulsory, i.e. the address range must be specified explicitly.
* `migration` (*type:* `GoogleApi.NetworkConnectivity.V1.Model.Migration.t`, *default:* `nil`) - Optional. Must be present if usage is set to FOR_MIGRATION.
@@ -42,6 +44,8 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.InternalRange do
0 commit comments