google_api_compute v0.9.0 GoogleApi.Compute.V1.Model.Address View Source
Represents an IP Address resource. An address resource represents a regional internal IP address. Regional internal IP addresses are RFC 1918 addresses that come from either a primary or secondary IP range of a subnet in a VPC network. Regional external IP addresses can be assigned to GCP VM instances, Cloud VPN gateways, regional external forwarding rules for network load balancers (in either Standard or Premium Tier), and regional external forwarding rules for HTTP(S), SSL Proxy, and TCP Proxy load balancers in Standard Tier. For more information, read IP addresses. A globalAddresses resource represent a global external IP address. Global external IP addresses are IPv4 or IPv6 addresses. They can only be assigned to global forwarding rules for HTTP(S), SSL Proxy, or TCP Proxy load balancers in Premium Tier. For more information, read Global resources. (== resource_for beta.addresses ==) (== resource_for v1.addresses ==) (== resource_for beta.globalAddresses ==) (== resource_for v1.globalAddresses ==)
Attributes
- address (String.t): The static IP address represented by this resource. Defaults to:
null. addressType (String.t): The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL. Defaults to:
null.- Enum - one of [EXTERNAL, INTERNAL, UNSPECIFIED_TYPE]
- creationTimestamp (String.t): [Output Only] Creation timestamp in RFC3339 text format. Defaults to:
null. - description (String.t): An optional description of this resource. Provide this field when you create the resource. Defaults to:
null. - id (String.t): [Output Only] The unique identifier for the resource. This identifier is defined by the server. Defaults to:
null. ipVersion (String.t): The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address. Defaults to:
null.- Enum - one of [IPV4, IPV6, UNSPECIFIED_VERSION]
- kind (String.t): [Output Only] Type of the resource. Always compute#address for addresses. Defaults to:
null. - name (String.t): Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `a-z?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit. Defaults to:
null. - network (String.t): The URL of the network in which to reserve the address. This field can only be used with INTERNAL type with the VPC_PEERING purpose. Defaults to:
null. networkTier (String.t): This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Global forwarding rules can only be Premium Tier. Regional forwarding rules can be either Premium or Standard Tier. Standard Tier addresses applied to regional forwarding rules can be used with any external load balancer. Regional forwarding rules in Premium Tier can only be used with a network load balancer. If this field is not specified, it is assumed to be PREMIUM. Defaults to:
null.- Enum - one of [PREMIUM, STANDARD]
- prefixLength (integer()): The prefix length if the resource reprensents an IP range. Defaults to:
null. purpose (String.t): The purpose of this resource, which can be one of the following values: - `GCE_ENDPOINT` for addresses that are used by VM instances, alias IP ranges, internal load balancers, and similar resources. - `DNS_RESOLVER` for a DNS resolver address in a subnetwork - `VPC_PEERING` for addresses that are reserved for VPC peer networks. - `NAT_AUTO` for addresses that are external IP addresses automatically reserved for Cloud NAT. Defaults to:
null.- Enum - one of [DNS_RESOLVER, GCE_ENDPOINT, NAT_AUTO, VPC_PEERING]
- region (String.t): [Output Only] The URL of the region where the regional address resides. This field is not applicable to global addresses. You must specify this field as part of the HTTP request URL. Defaults to:
null. - selfLink (String.t): [Output Only] Server-defined URL for the resource. Defaults to:
null. status (String.t): [Output Only] 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. Defaults to:
null.- Enum - one of [IN_USE, RESERVED, RESERVING]
- subnetwork (String.t): The URL of the subnetwork in which to reserve the address. If an IP address is specified, it must be within the subnetwork's IP range. This field can only be used with INTERNAL type with a GCE_ENDPOINT or DNS_RESOLVER purpose. Defaults to:
null. - users ([String.t]): [Output Only] The URLs of the resources that are using this address. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Source
t() :: %GoogleApi.Compute.V1.Model.Address{
address: any(),
addressType: any(),
creationTimestamp: any(),
description: any(),
id: any(),
ipVersion: any(),
kind: any(),
name: any(),
network: any(),
networkTier: any(),
prefixLength: any(),
purpose: any(),
region: any(),
selfLink: any(),
status: any(),
subnetwork: any(),
users: [any()]
}
t() :: %GoogleApi.Compute.V1.Model.Address{
address: any(),
addressType: any(),
creationTimestamp: any(),
description: any(),
id: any(),
ipVersion: any(),
kind: any(),
name: any(),
network: any(),
networkTier: any(),
prefixLength: any(),
purpose: any(),
region: any(),
selfLink: any(),
status: any(),
subnetwork: any(),
users: [any()]
}
Link to this section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.