Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Sam Levenick 2020-01-02 22:27:40 +00:00 committed by Modular Magician
parent c2c8faa1ad
commit e02c58949e
5 changed files with 29 additions and 2 deletions

View file

@ -256,6 +256,14 @@ users:
- The URLs of the resources that are using this address.
returned: success
type: list
status:
description:
- The status of the address, which can be one of RESERVING, RESERVED, or IN_USE.
- An address that is RESERVING is currently in the process of being reserved.
- A RESERVED address is currently reserved and available to use. An IN_USE address
is currently being used by another resource and is not available.
returned: success
type: str
region:
description:
- URL of the region where the regional address resides.
@ -425,6 +433,7 @@ def response_to_hash(module, response):
u'networkTier': response.get(u'networkTier'),
u'subnetwork': response.get(u'subnetwork'),
u'users': response.get(u'users'),
u'status': response.get(u'status'),
}

View file

@ -184,6 +184,14 @@ resources:
- The URLs of the resources that are using this address.
returned: success
type: list
status:
description:
- The status of the address, which can be one of RESERVING, RESERVED, or IN_USE.
- An address that is RESERVING is currently in the process of being reserved.
- A RESERVED address is currently reserved and available to use. An IN_USE address
is currently being used by another resource and is not available.
returned: success
type: str
region:
description:
- URL of the region where the regional address resides.

View file

@ -808,10 +808,10 @@ class FirewallLogconfig(object):
self.request = {}
def to_request(self):
return remove_nones_from_dict({u'enableLogging': self.request.get('enable_logging')})
return remove_nones_from_dict({u'enable': self.request.get('enable_logging')})
def from_response(self):
return remove_nones_from_dict({u'enableLogging': self.request.get(u'enableLogging')})
return remove_nones_from_dict({u'enable': self.request.get(u'enable')})
if __name__ == '__main__':

View file

@ -600,6 +600,11 @@ properties:
returned: success
type: complex
contains:
licenses:
description:
- Any applicable license URI.
returned: success
type: list
autoDelete:
description:
- Specifies whether the disk will be auto-deleted when the instance is deleted

View file

@ -162,6 +162,11 @@ resources:
returned: success
type: complex
contains:
licenses:
description:
- Any applicable license URI.
returned: success
type: list
autoDelete:
description:
- Specifies whether the disk will be auto-deleted when the instance