Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Compute Engine VM を作成する
このページでは、Compute Engine VM を作成する方法について説明します。
コネクタ VM を作成する最初の手順として、Compute Engine VM を作成します。- Google Cloud プロジェクトに Compute Engine VM を作成するには、次の gcloud コマンドを実行します。
gcloud compute instances create VM_NAME --zone=ZONE --project=PARTNER_PROJECT
- 作成した VM への SSH 接続を作成するには、次の gcloud コマンドを実行します。
gcloud compute ssh --zone ZONE VM_NAME --project PARTNER_PROJECT
ファイアウォールで VM のポート 22 での TCP 上り(内向き)が許可されていることを確認します。
次のステップ
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-05-09 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2026-05-09 UTC。"],[],[]]