Skip to content

Commit

Permalink
Added comments for methods
Browse files Browse the repository at this point in the history
  • Loading branch information
TetyanaYahodska committed Dec 19, 2024
1 parent f0a547f commit 4b99978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public static void main(String[] args)
stopRegionalDiskReplicationConsistencyGroup(project, region, consistencyGroupName);
}

// Stops replication for a consistency group for a project in a given region.
public static Status stopRegionalDiskReplicationConsistencyGroup(
String project, String region, String consistencyGroupName)
throws IOException, InterruptedException, ExecutionException, TimeoutException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static void main(String[] args)
stopZonalDiskReplicationConsistencyGroup(project, zone, consistencyGroupName);
}

// Stops replication for a consistency group for a project in a given zone.
public static Status stopZonalDiskReplicationConsistencyGroup(
String project, String zone, String consistencyGroupName)
throws IOException, InterruptedException, ExecutionException, TimeoutException {
Expand Down

0 comments on commit 4b99978

Please sign in to comment.