Skip to content

Commit

Permalink
feat(alloydb): instance: add support for inbound public ip and author…
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Mar 1, 2024
1 parent 072343e commit e72a6f7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mmv1/products/alloydb/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,23 @@ properties:
values:
- :ENCRYPTED_ONLY
- :ALLOW_UNENCRYPTED_AND_ENCRYPTED
- !ruby/object:Api::Type::NestedObject
name: 'networkConfig'
defaullt_from_api: true
min_version: beta
description: |
Metadata related to network configuration.
properties:
- !ruby/object:Api::Type::Boolean
name: enablePublicIp
description: |
Enables inbound public IP address.
- !ruby/object:Api::Type::List
name: authorizedExternalNetworks
description: |
list of external networks authorized to access the instance.
items:
- !ruby/object:Api::Type::String
name: cidrRange
description: |
The IP range in CIDR notation that is allowed to access the instance.

0 comments on commit e72a6f7

Please sign in to comment.