Class: Google::Cloud::Compute::V1::TargetHttpProxy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetHttpProxy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a Target HTTP Proxy resource. Google Compute Engine has two Target HTTP Proxy resources: * Global * Regional A target HTTP proxy is a component of GCP HTTP load balancers. * targetHttpProxies are used by external HTTP load balancers and Traffic Director. * regionTargetHttpProxies are used by internal HTTP load balancers. Forwarding rules reference a target HTTP proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#description ⇒ ::String
An optional description of this resource.
-
#fingerprint ⇒ ::String
Fingerprint of this resource.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output Only] Type of resource.
-
#name ⇒ ::String
Name of the resource.
-
#proxy_bind ⇒ ::Boolean
This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.
-
#region ⇒ ::String
[Output Only] URL of the region where the regional Target HTTP Proxy resides.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#url_map ⇒ ::String
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
Instance Attribute Details
#creation_timestamp ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fingerprint ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#proxy_bind ⇒ ::Boolean
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url_map ⇒ ::String
28708 28709 28710 28711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28708 class TargetHttpProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |