NetworkSetting
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يحتوي أحد إعدادات الشبكة على عمليات ضبط للشبكة.
تمثيل JSON |
{
"policySchema": string,
"value": {
object
}
} |
الحقول |
policySchema |
string
الاسم المؤهل بالكامل لإعداد الشبكة.
|
value |
object (Struct format)
قيمة إعداد الشبكة.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]