Compute Engine インスタンスの静的 IP アドレスを作成する
bookmark_borderbookmark
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
固定 IP アドレスを持つ Compute Engine インスタンスを指定されたリージョンに作成します。
コードサンプル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[[["This content provides a guide on creating a Compute Engine instance with a fixed IP address in a specific region using Terraform."],["The provided Terraform code defines a static IP address resource named \"my-test-static-ip-address\" within the \"us-central1\" region."],["The Terraform code also defines a Compute Engine instance named \"dns-proxy-nfs,\" configured with a specific machine type, zone, and boot disk image."],["The instance is configured to use the fixed IP address defined by the `google_compute_address` resource."]]],[]]