Class: Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Describes a Target Proxy which uses this Certificate Map.
Defined Under Namespace
Classes: IpConfig
Instance Attribute Summary collapse
-
#ip_configs ⇒ ::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig>
readonly
Output only.
-
#target_https_proxy ⇒ ::String
readonly
Output only.
-
#target_ssl_proxy ⇒ ::String
readonly
Output only.
Instance Attribute Details
#ip_configs ⇒ ::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig> (readonly)
Returns Output only. IP configurations for this Target Proxy where the Certificate Map is serving.
690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 690 class GclbTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines IP configuration where this Certificate Map is serving. # @!attribute [r] ip_address # @return [::String] # Output only. An external IP address. # @!attribute [r] ports # @return [::Array<::Integer>] # Output only. Ports. class IpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#target_https_proxy ⇒ ::String (readonly)
Returns Output only. This field returns the resource name in the following
format:
//compute.googleapis.com/projects/*/global/targetHttpsProxies/*.
690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 690 class GclbTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines IP configuration where this Certificate Map is serving. # @!attribute [r] ip_address # @return [::String] # Output only. An external IP address. # @!attribute [r] ports # @return [::Array<::Integer>] # Output only. Ports. class IpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#target_ssl_proxy ⇒ ::String (readonly)
Returns Output only. This field returns the resource name in the following
format:
//compute.googleapis.com/projects/*/global/targetSslProxies/*.
690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 690 class GclbTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines IP configuration where this Certificate Map is serving. # @!attribute [r] ip_address # @return [::String] # Output only. An external IP address. # @!attribute [r] ports # @return [::Array<::Integer>] # Output only. Ports. class IpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |