Class: Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Defines IP configuration where this Certificate Map is serving.
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
readonly
Output only.
-
#ports ⇒ ::Array<::Integer>
readonly
Output only.
Instance Attribute Details
#ip_address ⇒ ::String (readonly)
701 702 703 704 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 701 class IpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ports ⇒ ::Array<::Integer> (readonly)
701 702 703 704 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 701 class IpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |