AI-generated Key Takeaways
-
A network setting object contains network configurations.
-
It has a JSON representation with two fields:
policySchema(a string) andvalue(an object). -
policySchemarepresents the fully qualified name of the network setting. -
valuecontains the value of the network setting in Struct format.
A network setting contains network configurations.
| JSON representation |
|---|
{ "policySchema": string, "value": { object } } |
| Fields | |
|---|---|
policySchema |
The fully qualified name of the network setting. |
value |
The value of the network setting. |