Class: Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfoInstanceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfoInstanceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#canonical_url ⇒ ::String
[Output Only] Unique identifier for the instance; defined by the server.
-
#url ⇒ ::String
Resource URL to the virtual machine instance which is being mirrored.
Instance Attribute Details
#canonical_url ⇒ ::String
Returns [Output Only] Unique identifier for the instance; defined by the server.
22821 22822 22823 22824 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22821 class PacketMirroringMirroredResourceInfoInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns Resource URL to the virtual machine instance which is being mirrored.
22821 22822 22823 22824 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22821 class PacketMirroringMirroredResourceInfoInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |