@@ -9872,14 +9872,12 @@ class ForwardingRule
98729872 attr_accessor :all_ports
98739873 alias_method :all_ports?, :all_ports
98749874
9875- # This field is used along with the backend_service field for internal load
9876- # balancing or with the target field for internal TargetInstance. If set to true,
9877- # clients can access the internal passthrough Network Load Balancers, the
9878- # regional internal Application Load Balancer, and the regional internal proxy
9879- # Network Load Balancer from all regions. If false, only allows access from the
9880- # local region the load balancer is located at. Note that for INTERNAL_MANAGED
9881- # forwarding rules, this field cannot be changed after the forwarding rule is
9882- # created.
9875+ # If set to true, clients can access the internal passthrough Network Load
9876+ # Balancers, the regional internal Application Load Balancer, and the regional
9877+ # internal proxy Network Load Balancer from all regions. If false, only allows
9878+ # access from the local region the load balancer is located at. Note that for
9879+ # INTERNAL_MANAGED forwarding rules, this field cannot be changed after the
9880+ # forwarding rule is created.
98839881 # Corresponds to the JSON property `allowGlobalAccess`
98849882 # @return [Boolean]
98859883 attr_accessor :allow_global_access
@@ -11712,8 +11710,9 @@ class GuestOsFeature
1171211710 # The ID of a supported feature. To add multiple values, use commas to separate
1171311711 # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
1171411712 # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
11715- # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE - IDPF For
11716- # more information, see Enabling guest operating system features.
11713+ # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
11714+ # TDX_CAPABLE - IDPF For more information, see Enabling guest operating system
11715+ # features.
1171711716 # Corresponds to the JSON property `type`
1171811717 # @return [String]
1171911718 attr_accessor :type
@@ -25571,10 +25570,12 @@ class NetworkEndpoint
2557125570 # @return [String]
2557225571 attr_accessor :fqdn
2557325572
25574- # The name for a specific VM instance that the IP address belongs to. This is
25575- # required for network endpoints of type GCE_VM_IP_PORT. The instance must be in
25576- # the same zone of network endpoint group. The name must be 1-63 characters long,
25577- # and comply with RFC1035.
25573+ # The name or a URL of a specific VM instance that the IP address belongs to.
25574+ # This is required for network endpoints of type GCE_VM_IP_PORT. The instance
25575+ # must be in the same zone of network endpoint group (for zonal NEGs) or in the
25576+ # zone within the region of the NEG (for regional NEGs). The name must be 1-63
25577+ # characters long, and comply with RFC1035 or be a valid URL pointing to an
25578+ # existing instance.
2557825579 # Corresponds to the JSON property `instance`
2557925580 # @return [String]
2558025581 attr_accessor :instance
0 commit comments