Add additional properties to VPC Network.

This commit is contained in:
Riley Karson 2018-09-25 22:29:29 +00:00 committed by Alex Stephen
parent e87c2e837c
commit aca3156cb5
2 changed files with 111 additions and 25 deletions

View file

@ -117,6 +117,21 @@ items:
- Creation timestamp in RFC3339 text format.
returned: success
type: str
routingConfig:
description:
- The network-level routing configuration for this network. Used by Cloud Router to
determine what type of network-wide routing behavior to enforce.
returned: success
type: complex
contains:
routingMode:
description:
- The network-wide routing mode to use. If set to REGIONAL, this network's cloud routers
will only advertise routes with subnetworks of this network in the same region as
the router. If set to GLOBAL, this network's cloud routers will advertise routes
with all subnetworks of this network, across regions.
returned: success
type: str
'''
################################################################################