NetworkMigrationMapperSegmentConstruct

Represents a construct within a mapper segment. A construct is an individual infrastructure component such as a VPC, subnet, security group, route table, or other network resource that is part of the network migration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the construct.

Link copied to clipboard

The type of the construct, such as VPC, subnet, security group, or route table.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the construct was created.

Link copied to clipboard

A description of the construct.

Link copied to clipboard

The logical identifier for the construct in the infrastructure code.

Link copied to clipboard
val name: String?

The name of the construct.

Link copied to clipboard

The properties and configuration of the construct.

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

The timestamp when the construct was last updated.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String