Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void main(String[] args)
// TODO(developer): Replace these variables before running the sample.
// project: project ID or project number of the Cloud project your instance belongs to.
// zone: name of the zone your instance belongs to.
// instanceName: name of the instance your want to suspend.
// instanceName: name of the instance you want to suspend.

String project = "your-project-id";
String zone = "zone-name";
Expand Down Expand Up @@ -63,4 +63,4 @@ public static void suspendInstance(String project, String zone, String instanceN
}
}
}
// [END compute_suspend_instance]
// [END compute_suspend_instance]