Network Connectivity v1 API - Class InternalRange.Types.Migration (2.11.0)

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.

Inheritance

object > InternalRange.Types.Migration

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

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