This product is not supported for your selected
Datadog site. (
).
gcp_vmwareengine_external_access_rule
action
Type: STRING
Provider name: action
Description: The action that the external access rule performs.
Possible values:
ACTION_UNSPECIFIED
- Defaults to allow.
ALLOW
- Allows connections that match the other specified components.
DENY
- Blocks connections that match the other specified components.
ancestors
Type: UNORDERED_LIST_STRING
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. Creation time of this resource.
description
Type: STRING
Provider name: description
Description: User-provided description for this external access rule.
destination_ip_ranges
Type: UNORDERED_LIST_STRUCT
Provider name: destinationIpRanges
Description: If destination ranges are specified, the external access rule applies only to the traffic that has a destination IP address in these ranges. The specified IP addresses must have reserved external IP addresses in the scope of the parent network policy. To match all external IP addresses in the scope of the parent network policy, specify 0.0.0.0/0
. To match a specific external IP address, specify it using the IpRange.external_address
property.
external_address
Type: STRING
Provider name: externalAddress
Description: The name of an ExternalAddress
resource. The external address must have been reserved in the scope of this external access rule’s parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}
. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address
.
ip_address
Type: STRING
Provider name: ipAddress
Description: A single IP address. For example: 10.0.0.5
.
ip_address_range
Type: STRING
Provider name: ipAddressRange
Description: An IP address range in the CIDR format. For example: 10.0.0.0/24
.
destination_ports
Type: UNORDERED_LIST_STRING
Provider name: destinationPorts
Description: A list of destination ports to which the external access rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. For example: ["22"]
, ["80","443"]
, or ["12345-12349"]
. To match all destination ports, specify ["0-65535"]
.
ip_protocol
Type: STRING
Provider name: ipProtocol
Description: The IP protocol to which the external access rule applies. This value can be one of the following three protocol strings (not case-sensitive): tcp
, udp
, or icmp
.
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Output only. The resource name of this external access rule. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule
organization_id
Type: STRING
parent
Type: STRING
priority
Type: INT32
Provider name: priority
Description: External access rule priority, which determines the external access rule to use when multiple rules apply. If multiple rules have the same priority, their ordering is non-deterministic. If specific ordering is required, assign unique priorities to enforce such ordering. The external access rule priority is an integer from 100 to 4096, both inclusive. Lower integers indicate higher precedence. For example, a rule with priority 100
has higher precedence than a rule with priority 101
.
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
source_ip_ranges
Type: UNORDERED_LIST_STRUCT
Provider name: sourceIpRanges
Description: If source ranges are specified, the external access rule applies only to traffic that has a source IP address in these ranges. These ranges can either be expressed in the CIDR format or as an IP address. As only inbound rules are supported, ExternalAddress
resources cannot be the source IP addresses of an external access rule. To match all source addresses, specify 0.0.0.0/0
.
external_address
Type: STRING
Provider name: externalAddress
Description: The name of an ExternalAddress
resource. The external address must have been reserved in the scope of this external access rule’s parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}
. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address
.
ip_address
Type: STRING
Provider name: ipAddress
Description: A single IP address. For example: 10.0.0.5
.
ip_address_range
Type: STRING
Provider name: ipAddressRange
Description: An IP address range in the CIDR format. For example: 10.0.0.0/24
.
source_ports
Type: UNORDERED_LIST_STRING
Provider name: sourcePorts
Description: A list of source ports to which the external access rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. For example: ["22"]
, ["80","443"]
, or ["12345-12349"]
. To match all source ports, specify ["0-65535"]
.
state
Type: STRING
Provider name: state
Description: Output only. The state of the resource.
Possible values:
STATE_UNSPECIFIED
- The default value. This value is used if the state is omitted.
ACTIVE
- The rule is ready.
CREATING
- The rule is being created.
UPDATING
- The rule is being updated.
DELETING
- The rule is being deleted.
Type: UNORDERED_LIST_STRING
uid
Type: STRING
Provider name: uid
Description: Output only. System-generated unique identifier for the resource.
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. Last update time of this resource.