InternalRangeMigrationArgs

data class InternalRangeMigrationArgs(val source: Output<String>, val target: Output<String>) : ConvertibleToJava<InternalRangeMigrationArgs>

Constructors

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

Properties

Link copied to clipboard
val source: Output<String>

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
val target: Output<String>

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}

Functions

Link copied to clipboard
open override fun toJava(): InternalRangeMigrationArgs