NetworkSetting
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Un parámetro de configuración de red contiene configuraciones de red.
Representación JSON |
{
"policySchema": string,
"value": {
object
}
} |
Campos |
policySchema |
string
El nombre completo de la configuración de red.
|
value |
object (Struct format)
Es el valor de la configuración de red.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 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. |"]]