NetworkSetting
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Setelan jaringan berisi konfigurasi jaringan.
Representasi JSON |
{
"policySchema": string,
"value": {
object
}
} |
Kolom |
policySchema |
string
Nama setelan jaringan yang sepenuhnya memenuhi syarat.
|
value |
object (Struct format)
Nilai setelan jaringan.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\u003cp\u003eNetwork settings encompass network configurations and are represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation includes \u003ccode\u003epolicySchema\u003c/code\u003e which defines the setting's name and \u003ccode\u003evalue\u003c/code\u003e which holds the setting's data in a structured format.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field utilizes a structured object format to store the network setting's specific configurations.\u003c/p\u003e\n"]]],[],null,["# NetworkSetting\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA network setting contains network configurations.\n\n| JSON representation |\n|---------------------------------------------------------|\n| ``` { \"policySchema\": string, \"value\": { object } } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `policySchema` | `string` The fully qualified name of the network setting. |\n| `value` | `object (`[Struct](https://protobuf.dev/reference/protobuf/google.protobuf/#struct)` format)` The value of the network setting. |"]]