NetworkSetting

  • A network setting object contains network configurations.

  • It has a JSON representation with two fields: policySchema (a string) and value (an object).

  • policySchema represents the fully qualified name of the network setting.

  • value contains the value of the network setting in Struct format.

A network setting contains network configurations.

JSON representation
{
  "policySchema": string,
  "value": {
    object
  }
}
Fields
policySchema

string

The fully qualified name of the network setting.

value

object (Struct format)

The value of the network setting.