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
// We use a filter to retrieve disk types available within a specific region.
761
+
// This filter leverages the GCE naming convention where zone names are prefixed with their region (e.g., "us-central1-a" is in the "us-central1" region).
762
+
// By using the provided region, the filter effectively selects all matching zones within that region.
763
+
// For example, if region is "us-central1", the filter will match all zones in that region (e.g., "us-central1-a", "us-central1-b").
0 commit comments