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 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]