Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken link in types.bal #838

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading