mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-25 20:31:24 -07:00
adding fields to compute#instance.accessConfigs[]
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
bc4c90ad08
commit
8013a6bde0
4 changed files with 191 additions and 6 deletions
|
@ -385,6 +385,28 @@ resources:
|
|||
- The type of configuration. The default and only option is ONE_TO_ONE_NAT.
|
||||
returned: success
|
||||
type: str
|
||||
setPublicPtr:
|
||||
description:
|
||||
- Specifies whether a public DNS PTR record should be created to
|
||||
map the external IP address of the instance to a DNS domain name.
|
||||
returned: success
|
||||
type: bool
|
||||
publicPtrDomainName:
|
||||
description:
|
||||
- The DNS domain name for the public PTR record. You can set this
|
||||
field only if the setPublicPtr field is enabled.
|
||||
returned: success
|
||||
type: str
|
||||
networkTier:
|
||||
description:
|
||||
- This signifies the networking tier used for configuring this access
|
||||
configuration. If an AccessConfig is specified without a valid
|
||||
external IP address, an ephemeral IP will be created with this
|
||||
networkTier. If an AccessConfig with a valid external IP address
|
||||
is specified, it must match that of the networkTier associated
|
||||
with the Address resource owning that IP.
|
||||
returned: success
|
||||
type: str
|
||||
aliasIpRanges:
|
||||
description:
|
||||
- An array of alias IP ranges for this network interface. Can only be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue