InternalRangeMigration

data class InternalRangeMigration(val source: String, val target: String)

Constructors

Link copied to clipboard
constructor(source: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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}

Link copied to clipboard

Resource path of the target resource. The target project can be different, as in the cases when migrating to peer networks. The resource may not exist yet. For example /projects/{project}/regions/{region}/subnetworks/{subnet}