Class: Google::Cloud::NetworkConnectivity::V1::InternalRange::Migration
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::InternalRange::Migration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb
Overview
Specification for migration with source and target resource names.
Instance Attribute Summary collapse
-
#source ⇒ ::String
Immutable.
-
#target ⇒ ::String
Immutable.
Instance Attribute Details
#source ⇒ ::String
Returns Immutable. Resource path as an URI of the source resource, for example a subnet. The project for the source resource should match the project for the InternalRange. An example: /projects/{project}/regions/{region}/subnetworks/{subnet}.
132 133 134 135 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb', line 132 class Migration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Immutable. Resource path of the target resource. The target project can be different, as in the cases when migrating to peer networks. For example: /projects/{project}/regions/{region}/subnetworks/{subnet}.
132 133 134 135 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb', line 132 class Migration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |