Class: Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Runtime networking information.
Instance Attribute Summary collapse
-
#connections ⇒ ::Google::Cloud::MigrationCenter::V1::NetworkConnectionList
Network connections.
-
#scan_time ⇒ ::Google::Protobuf::Timestamp
Time of the last network scan.
Instance Attribute Details
#connections ⇒ ::Google::Cloud::MigrationCenter::V1::NetworkConnectionList
Returns Network connections.
2500 2501 2502 2503 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2500 class RuntimeNetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scan_time ⇒ ::Google::Protobuf::Timestamp
Returns Time of the last network scan.
2500 2501 2502 2503 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2500 class RuntimeNetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |