Skip to content

Commit

Permalink
Merge pull request #838 from ballerina-platform/aashikam-patch-1
Browse files Browse the repository at this point in the history
Update broken link in types.bal
  • Loading branch information
aashikam authored Sep 5, 2024
2 parents bd0a79a + a8efec0 commit dae9b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/googleapis.cloudfilestore/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public type NetworkConfig record {
string[] ipAddresses?;
# Internet protocol versions for which the instance has IP addresses assigned. For this version, only MODE_IPV4 is supported.
string[] modes?;
# The name of the Google Compute Engine [VPC network](/compute/docs/networks-and-firewalls#networks) to which the instance is connected.
# The name of the Google Compute Engine [VPC network](https://cloud.google.com/vpc/docs/vpc#vpc) to which the instance is connected.
string network?;
# A /29 CIDR block in one of the [internal IP address ranges](https://www.arin.net/knowledge/address_filters.html) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
string reservedIpRange?;
Expand Down

0 comments on commit dae9b2b

Please sign in to comment.