public sealed class InternalRange.Types.Migration : IMessage<InternalRange.Types.Migration>, IEquatable<InternalRange.Types.Migration>, IDeepCloneable<InternalRange.Types.Migration>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class InternalRange.Types.Migration.
Specification for migration with source and target resource names.
Implements
IMessageInternalRangeTypesMigration, IEquatableInternalRangeTypesMigration, IDeepCloneableInternalRangeTypesMigration, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
Migration()
public Migration()
Migration(Migration)
public Migration(InternalRange.Types.Migration other)
Parameter | |
---|---|
Name | Description |
other |
InternalRangeTypesMigration |
Properties
Source
public string Source { get; set; }
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}
Property Value | |
---|---|
Type | Description |
string |
Target
public string Target { get; set; }
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}
Property Value | |
---|---|
Type | Description |
string |