$schema: "http://json-schema.org/draft-06/schema#" title: gkeonprem v1 VmwareNetworkConfig export schema description: A gcloud export/import command YAML validation schema. type: object required: - podAddressCidrBlocks - serviceAddressCidrBlocks additionalProperties: false properties: COMMENT: type: object description: User specified info ignored by gcloud import. additionalProperties: false properties: template-id: type: string region: type: string description: type: string date: type: string version: type: string UNKNOWN: type: array description: Unknown API fields that cannot be imported. items: type: string controlPlaneV2Config: description: Configuration for control plane V2 mode. $ref: VmwareControlPlaneV2Config.yaml dhcpIpConfig: description: Configuration settings for a DHCP IP configuration. $ref: VmwareDhcpIpConfig.yaml hostConfig: description: |- Represents common network settings irrespective of the host's IP address. $ref: VmwareHostConfig.yaml podAddressCidrBlocks: description: |- All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation. type: array items: type: string serviceAddressCidrBlocks: description: |- All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation. type: array items: type: string staticIpConfig: description: Configuration settings for a static IP configuration. $ref: VmwareStaticIpConfig.yaml