Package version:

Common input details for network mapping operation.

interface UpdateNetworkMappingInputProperties {
    fabricSpecificDetails?: FabricSpecificUpdateNetworkMappingInputUnion;
    recoveryFabricName?: string;
    recoveryNetworkId?: string;
}

Properties

Fabrics specific input network Id.

recoveryFabricName?: string

Recovery fabric name.

recoveryNetworkId?: string

Recovery network Id.