You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"region": "The resource region. If not defined, the provider region is used.",
67
69
"disable_target_security_group_assignment": "Disable target security group assignemt to allow targets outside of the given network. Connectivity to targets need to be ensured by the customer, including routing and Security Groups (targetSecurityGroup can be assigned). Not changeable after creation.",
68
70
"errors": "Reports all errors a Application Load Balancer has.",
69
-
"errors.type": "Enum: \"TYPE_UNSPECIFIED\"\"TYPE_INTERNAL\"\"TYPE_QUOTA_SECGROUP_EXCEEDED\"\"TYPE_QUOTA_SECGROUPRULE_EXCEEDED\"\"TYPE_PORT_NOT_CONFIGURED\"\"TYPE_FIP_NOT_CONFIGURED\"\"TYPE_TARGET_NOT_ACTIVE\"\"TYPE_METRICS_MISCONFIGURED\"\"TYPE_LOGS_MISCONFIGURED\"\nThe error type specifies which part of the Application Load Balancer encountered the error. I.e. the API will not check if a provided public IP is actually available in the project. Instead the Application Load Balancer with try to use the provided IP and if not available reports TYPE_FIP_NOT_CONFIGURED error.",
71
+
"errors.type": "Enum: "+utils.FormatPossibleValues(errorOptions...) +"\nThe error type specifies which part of the Application Load Balancer encountered the error. I.e. the API will not check if a provided public IP is actually available in the project. Instead the Application Load Balancer with try to use the provided IP and if not available reports TYPE_FIP_NOT_CONFIGURED error.",
70
72
"errors.description": "The error description contains additional helpful user information to fix the error state of the Application Load Balancer. For example the IP 45.135.247.139 does not exist in the project, then the description will report: Floating IP \"45.135.247.139\" could not be found.",
71
73
"external_address": "The external IP address where this Application Load Balancer is exposed. Not changeable after creation.",
72
74
"labels": "Labels represent user-defined metadata as key-value pairs. Label count cannot exceed 64 per ALB.",
0 commit comments