Properties of an Address.
Package
@google-cloud/computeProperties
address
address?: (string|null);
Address address
addressType
addressType?: (google.cloud.compute.v1.Address.AddressType|keyof typeof google.cloud.compute.v1.Address.AddressType|null);
Address addressType
creationTimestamp
creationTimestamp?: (string|null);
Address creationTimestamp
description
description?: (string|null);
Address description
id
id?: (number|Long|string|null);
Address id
ipVersion
ipVersion?: (google.cloud.compute.v1.Address.IpVersion|keyof typeof google.cloud.compute.v1.Address.IpVersion|null);
Address ipVersion
kind
kind?: (string|null);
Address kind
name
name?: (string|null);
Address name
network
network?: (string|null);
Address network
networkTier
networkTier?: (google.cloud.compute.v1.Address.NetworkTier|keyof typeof google.cloud.compute.v1.Address.NetworkTier|null);
Address networkTier
prefixLength
prefixLength?: (number|null);
Address prefixLength
purpose
purpose?: (google.cloud.compute.v1.Address.Purpose|keyof typeof google.cloud.compute.v1.Address.Purpose|null);
Address purpose
region
region?: (string|null);
Address region
selfLink
selfLink?: (string|null);
Address selfLink
status
status?: (google.cloud.compute.v1.Address.Status|keyof typeof google.cloud.compute.v1.Address.Status|null);
Address status
subnetwork
subnetwork?: (string|null);
Address subnetwork
users
users?: (string[]|null);
Address users